[jsword-svn] jsword-web/etc/eclipse s
jswordcvs at crosswire.org
jswordcvs at crosswire.org
Fri May 13 19:40:23 MST 2005
Update of /cvs/jsword/jsword-web/etc/eclipse
In directory www.crosswire.org:/tmp/cvs-serv27053/etc/eclipse
Modified Files:
jsword-web-ant-check.launch jsword-web-ant-incremental.launch
jsword-web-ant-all.launch
Log Message:
I think this fixes the checkstyle problem.
Index: jsword-web-ant-all.launch
===================================================================
RCS file: /cvs/jsword/jsword-web/etc/eclipse/jsword-web-ant-all.launch,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** jsword-web-ant-all.launch 26 Aug 2004 19:47:03 -0000 1.4
--- jsword-web-ant-all.launch 14 May 2005 02:40:21 -0000 1.5
***************
*** 2,5 ****
--- 2,6 ----
<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType">
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
+ <stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-Dwebapp.jsword=${workspace_loc:/jsword-web/target/ant/web}"/>
<stringAttribute key="org.eclipse.debug.ui.target_debug_perspective" value="perspective_default"/>
<stringAttribute key="org.eclipse.ui.externaltools.ATTR_LOCATION" value="${workspace_loc:/jsword-web/build.xml}"/>
Index: jsword-web-ant-check.launch
===================================================================
RCS file: /cvs/jsword/jsword-web/etc/eclipse/jsword-web-ant-check.launch,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** jsword-web-ant-check.launch 15 Mar 2005 02:19:09 -0000 1.3
--- jsword-web-ant-check.launch 14 May 2005 02:40:21 -0000 1.4
***************
*** 3,6 ****
--- 3,7 ----
<booleanAttribute key="org.eclipse.ant.ui.DEFAULT_VM_INSTALL" value="false"/>
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
+ <stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-Dwebapp.jsword=${workspace_loc:/jsword-web/target/ant/web}"/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
Index: jsword-web-ant-incremental.launch
===================================================================
RCS file: /cvs/jsword/jsword-web/etc/eclipse/jsword-web-ant-incremental.launch,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** jsword-web-ant-incremental.launch 19 Aug 2004 16:17:06 -0000 1.1
--- jsword-web-ant-incremental.launch 14 May 2005 02:40:21 -0000 1.2
***************
*** 2,5 ****
--- 2,6 ----
<launchConfiguration type="org.eclipse.ant.AntLaunchConfigurationType">
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="true"/>
+ <stringAttribute key="org.eclipse.ui.externaltools.ATTR_TOOL_ARGUMENTS" value="-Dwebapp.jsword=${workspace_loc:/jsword-web/target/ant/web}"/>
<listAttribute key="org.eclipse.debug.ui.favoriteGroups">
<listEntry value="org.eclipse.ui.externaltools.launchGroup"/>
More information about the jsword-svn
mailing list