You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by mr...@apache.org on 2006/11/22 04:52:29 UTC

svn commit: r478022 - /xerces/java/trunk/build.xml

Author: mrglavas
Date: Tue Nov 21 19:52:27 2006
New Revision: 478022

URL: http://svn.apache.org/viewvc?view=rev&rev=478022
Log:
- Fixing the djdjar target.
- Adding LICENSE and NOTICE to all of the xerces jar files
  so that they can be distributed in the Maven repository
  in compliance with ASF policy.

Modified:
    xerces/java/trunk/build.xml

Modified: xerces/java/trunk/build.xml
URL: http://svn.apache.org/viewvc/xerces/java/trunk/build.xml?view=diff&rev=478022&r1=478021&r2=478022
==============================================================================
--- xerces/java/trunk/build.xml (original)
+++ xerces/java/trunk/build.xml Tue Nov 21 19:52:27 2006
@@ -278,7 +278,9 @@
     <jar jarfile="${build.dir}/${deprecatedjar.parser}"
          basedir="${build.dest}"
          compress="true"
-         includes="org/**, javax/**,META-INF/**"/>
+         includes="org/**, javax/**,META-INF/**">
+      <metainf dir="." includes="LICENSE,NOTICE"/>
+    </jar>
   </target>
 
   <!-- =================================================================== -->
@@ -300,6 +302,7 @@
       <manifest>
         <attribute name="Ant-Version" value="${ant.version}"/>
       </manifest>
+      <metainf dir="." includes="LICENSE,NOTICE"/>
     </jar>
   </target>
 
@@ -343,7 +346,9 @@
     <jar jarfile="${build.dir}/${jar.samples}"
          basedir="${build.dest}"
          compress="true"
-         includes="dom/**,sax/**,jaxp/**,socket/**,ui/**,xni/**,xs/**"/>
+         includes="dom/**,sax/**,jaxp/**,socket/**,ui/**,xni/**,xs/**">
+      <metainf dir="." includes="LICENSE,NOTICE"/>
+    </jar>
   </target>
 
   <!-- =================================================================== -->
@@ -935,6 +940,7 @@
       <manifest>
         <attribute name="Ant-Version" value="${ant.version}"/>
       </manifest>
+      <metainf dir="." includes="LICENSE,NOTICE"/>
     </jar>
   </target>
 
@@ -1012,6 +1018,7 @@
                         org/apache/xerces/parsers/XIncludeParserConfiguration.java
                         org/apache/xerces/parsers/XIncludeAwareParserConfiguration.java
                         org/apache/xerces/parsers/SecurityConfiguration.java
+                        org/apache/xerces/parsers/SoftReferenceSymbolTableParserConfiguration.java
                         org/apache/xerces/parsers/XML11Configurable.java
                         org/apache/xerces/parsers/XML11Configuration.java
                         org/apache/xerces/parsers/XML11DTDConfiguration.java
@@ -1221,7 +1228,9 @@
     <jar jarfile="${build.dir}/${jar.dv}"
          basedir="${build.dest}"
          compress="true"
-         includes="org/apache/xerces/**"/>
+         includes="org/apache/xerces/**">
+      <metainf dir="." includes="LICENSE,NOTICE"/>
+    </jar>
   </target>
 
   <!-- =================================================================== -->
@@ -1427,6 +1436,7 @@
       <manifest>
         <attribute name="Ant-Version" value="${ant.version}"/>
       </manifest>
+      <metainf dir="." includes="LICENSE,NOTICE"/>
     </jar>
   </target>	
 



---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@xerces.apache.org
For additional commands, e-mail: commits-help@xerces.apache.org