You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by jk...@apache.org on 2005/10/06 17:44:36 UTC

svn commit: r306777 - /gump/metadata/project/ant.xml

Author: jkf
Date: Thu Oct  6 08:44:31 2005
New Revision: 306777

URL: http://svn.apache.org/viewcvs?rev=306777&view=rev
Log:
Make sure all optional jars of ant are built, even when empty.

Modified:
    gump/metadata/project/ant.xml

Modified: gump/metadata/project/ant.xml
URL: http://svn.apache.org/viewcvs/gump/metadata/project/ant.xml?rev=306777&r1=306776&r2=306777&view=diff
==============================================================================
--- gump/metadata/project/ant.xml (original)
+++ gump/metadata/project/ant.xml Thu Oct  6 08:44:31 2005
@@ -32,6 +32,7 @@
 
     <ant target="dist-lite">
       <property name="ant.home" reference="home" project="ant"/>
+      <property name="optional.jars.whenmanifestonly" value="create"/>
     </ant>
 
     <depend project="bootstrap-ant"/>
@@ -66,6 +67,7 @@
   <project name="dist-ant">
     <ant target="distribution">
       <property name="chmod.fail" value="false"/>
+      <property name="optional.jars.whenmanifestonly" value="create"/>
     </ant>
 
     <depend project="ant" inherit="runtime"/>