You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by jk...@apache.org on 2005/10/05 20:30:41 UTC

svn commit: r295068 - /ant/core/trunk/build.xml

Author: jkf
Date: Wed Oct  5 11:30:36 2005
New Revision: 295068

URL: http://svn.apache.org/viewcvs?rev=295068&view=rev
Log:
Control building all optional jars the same way.

Modified:
    ant/core/trunk/build.xml

Modified: ant/core/trunk/build.xml
URL: http://svn.apache.org/viewcvs/ant/core/trunk/build.xml?rev=295068&r1=295067&r2=295068&view=diff
==============================================================================
--- ant/core/trunk/build.xml (original)
+++ ant/core/trunk/build.xml Wed Oct  5 11:30:36 2005
@@ -854,7 +854,7 @@
     <jar destfile="${build.lib}/ant-nodeps.jar"
       basedir="${build.classes}"
       manifest="${manifest.tmp}"
-      whenmanifestonly="skip">
+      whenmanifestonly="${optional.jars.whenmanifestonly}">
       <and>
         <selector refid="non-core"/>
         <not>
@@ -935,7 +935,7 @@
     <jar destfile="${build.lib}/${optional.jars.prefix}-weblogic.jar"
       basedir="${build.classes}"
       manifest="${manifest.tmp}"
-      whenmanifestonly="skip">
+      whenmanifestonly="${optional.jars.whenmanifestonly}">
       <or>
         <selector refid="needs.weblogic.ejbc"/>
         <selector refid="needs.weblogic.ddcreator"/>



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org