Browse Source

Control building all optional jars the same way.

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@295068 13f79535-47bb-0310-9956-ffa450edef68
master
Jacobus Martinus Kruithof 19 years ago
parent
commit
6b537c31e7
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      build.xml

+ 2
- 2
build.xml View File

@@ -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"/>


Loading…
Cancel
Save