You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2010/02/18 15:40:03 UTC

svn commit: r911421 - /gump/metadata/project/commons-proper.xml

Author: bodewig
Date: Thu Feb 18 14:40:03 2010
New Revision: 911421

URL: http://svn.apache.org/viewvc?rev=911421&view=rev
Log:
I think this matches the Ant build file of daemon

Modified:
    gump/metadata/project/commons-proper.xml

Modified: gump/metadata/project/commons-proper.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/commons-proper.xml?rev=911421&r1=911420&r2=911421&view=diff
==============================================================================
--- gump/metadata/project/commons-proper.xml (original)
+++ gump/metadata/project/commons-proper.xml Thu Feb 18 14:40:03 2010
@@ -268,7 +268,7 @@
     <package>org.apache.commons.daemon</package>
     <description>Commons Daemon</description>
     <ant basedir="daemon" target="dist">
-      <property name="component.name"  value="daemon-@@DATE@@"/>
+      <property name="component.version" value="@@DATE@@"/>
     </ant>
     <depend project="ant" inherit="runtime"/>
     <depend project="xml-xerces"/>
@@ -276,9 +276,9 @@
 
     <home nested="daemon/dist" />
     <jar name="commons-daemon-@@DATE@@.jar" id="commons-daemon"/>
-    <jar name="bin/jsvc.tar.gz" id="native-distro" />
+    <jar name="bin/native/commons-daemon-@@DATE@@-native-src.tar.gz"
+         id="native-distro" />
     <license name="LICENSE.txt"/>
-    <javadoc nested="daemon/dist/docs/api"/>
  
     <nag to="dev@commons.apache.org" from="Gump &lt;issues@commons.apache.org&gt;"/>
   </project>