stevel 2004/02/19 08:58:03
Modified: project smartfrog.xml
Log:
added dependency on <javacc>, which is now on java.net & so could join the gump in
source form if need be. Run a new target specially for gump at the far end.
Revision Changes Path
1.5 +6 -7 jakarta-gump/project/smartfrog.xml
Index: smartfrog.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/smartfrog.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- smartfrog.xml 18 Feb 2004 23:30:03 -0000 1.4
+++ smartfrog.xml 19 Feb 2004 16:58:03 -0000 1.5
@@ -13,18 +13,17 @@
<project name="smartfrog">
<package>org.smartfrog</package>
- <ant basedir="core/smartfrog" target="dist" />
+ <ant basedir="core" target="gump-dist" />
<depend project="ant" runtime="false"/>
- <depend project="junit" runtime="false"/>
+ <depend project="junit" runtime="true"/>
<depend project="commons-logging" runtime="true"/>
<depend project="jakarta-log4j" runtime="true"/>
- <!-- //may need to get javacc from java.net before building.
- <depend project="javaCC" runtime="false"/>
- -->
+ <depend project="javacc" runtime="false"/>
<home nested="core/smartfrog/dist"/>
- <jar name="dist/sfServices.jar" id="smartfrog-services" />
- <jar name="dist/sfExamples.jar" id="smartfrog-examples" />
+ <jar name="lib/smartfrog.jar" id="smartfrog" />
+ <jar name="lib/sfServices.jar" id="smartfrog-services" />
+ <jar name="lib/sfExamples.jar" id="smartfrog-examples" />
<license name="LICENSE.txt"/>
<!-- <javadoc nested="doc/javadocs"/> -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]