vmassol 2003/02/07 06:12:42
Modified: integration/eclipse build.xml
Log:
Make it work with Gump (hopefully)
Revision Changes Path
1.2 +4 -0 jakarta-cactus/integration/eclipse/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/integration/eclipse/build.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- build.xml 3 Feb 2003 10:52:36 -0000 1.1
+++ build.xml 7 Feb 2003 14:12:42 -0000 1.2
@@ -124,6 +124,10 @@
<pathelement location="${eclipse.jface.jar}"/>
<pathelement location="${eclipse.ant.core.jar}"/>
<pathelement location="${eclipse.ui.workbench.jar}"/>
+
+ <!-- Needed for Gump -->
+ <pathelement location="${java.class.path}"/>
+
</classpath>
</javac>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]