stevel 2004/02/16 09:13:14
Added: project smartfrog.xml
Log:
Smarfrog: deployment, done properly.
This is my first attempt at a gump descriptor, apologies for breaking everything.
Revision Changes Path
1.1 jakarta-gump/project/smartfrog.xml
Index: smartfrog.xml
===================================================================
<?xml version="1.0" encoding="iso-8859-1"?>
<module name="smartfrog">
<url href="http://smartfrog.org/"/>
<description>
Smartfrog: Distributed Application Deployment Framework from HP Laboratories
</description>
<redistributable/>
<cvs repository="sourceforge" host-prefix="cvs.smartfrog" dir="smartfrog"/>
<project name="smartfrog">
<package>org.smartfrog</package>
<ant basedir="core/smartfrog" target="dist" />
<depend project="ant" runtime="false"/>
<depend project="junit" runtime="false"/>
<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"/>
-->
<home nested="core/smartfrog/dist"/>
<jar name="dist/sfServices.jar" id="smartfrog-services" />
<jar name="dist/sfExamples.jar" id="smartfrog-examples" />
<license name="LICENSE.txt"/>
<!-- <javadoc nested="doc/javadocs"/> -->
<nag from="Smartfrog <[EMAIL PROTECTED]>"
to="[EMAIL PROTECTED]">
<regexp subject="[Gump:Smartfrog] Build Failure"/>
</nag>
</project>
</module>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]