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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to