Hi All,

Please find attached a patch for build-ant1.5.xml file in the xml-security directory. This patch is required because we want to rename package names in our implementation and then build the sources using the build-ant1.5.xml file. This patch would not affect the normal build in any way.

Thanks,
Vishal
--- build-ant1.5.xml.orig       2004-02-09 15:35:32.000000000 +0530
+++ build-ant1.5.xml    2004-02-09 15:44:17.000000000 +0530
@@ -130,14 +130,14 @@
         <javac srcdir="${dir.src}"
                destdir="${dir.build.bin}" >
             <classpath refid="id.classpath" />
-            <include name="org/apache/xml/security/**/*.java" />
+            <include name="**/org/apache/xml/security/**/*.java" />
         </javac >
         <copy todir="${dir.build.bin}" >
             <fileset dir="${dir.src}"
-                     includes="org/apache/xml/security/resource/*,
-                               org/apache/xml/security/resource/schema/*"
-                     excludes="org/apache/xml/security/resource/CVS,
-                               org/apache/xml/security/resource/schema/CVS" />
+                     includes="**/org/apache/xml/security/resource/*,
+                               **/org/apache/xml/security/resource/schema/*"
+                     excludes="**/org/apache/xml/security/resource/CVS,
+                               **/org/apache/xml/security/resource/schema/CVS" />
         </copy >
     </target >
 

Reply via email to