stevel 2004/02/20 06:34:14
Modified: project smartfrog.xml
Log:
steve screwing up subdirectories again.
Revision Changes Path
1.7 +4 -4 jakarta-gump/project/smartfrog.xml
Index: smartfrog.xml
===================================================================
RCS file: /home/cvs/jakarta-gump/project/smartfrog.xml,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- smartfrog.xml 20 Feb 2004 11:25:44 -0000 1.6
+++ smartfrog.xml 20 Feb 2004 14:34:14 -0000 1.7
@@ -3,7 +3,7 @@
<url href="http://smartfrog.org/"/>
<description>
- Smartfrog: Distributed Application Deployment Framework from HP Laboratories
+ Smartfrog: Distributed Application Deployment from HP Laboratories
</description>
<redistributable/>
@@ -13,15 +13,15 @@
<project name="smartfrog">
<package>org.smartfrog</package>
- <!-- <ant basedir="core" target="gump-dist" /> -->
- <ant basedir="core/smartfrog" target="dist" />
+ <ant basedir="." target="gump-dist" />
+ <!-- <ant basedir="smartfrog" target="dist" /> -->
<depend project="ant" runtime="false"/>
<depend project="junit" runtime="true"/>
<depend project="commons-logging" runtime="true"/>
<depend project="jakarta-log4j" runtime="true"/>
<depend project="javacc" runtime="false"/>
- <home nested="core/smartfrog/dist"/>
+ <home nested="smartfrog/dist"/>
<jar name="lib/smartfrog.jar" id="smartfrog" />
<jar name="lib/sfServices.jar" id="smartfrog-services" />
<jar name="lib/sfExamples.jar" id="smartfrog-examples" />
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]