donaldp 2002/09/30 16:17:14
Modified: . build.xml
Log:
Move dtd copying to be part of compile process rather than jar process.
Revision Changes Path
1.170 +6 -3 jakarta-avalon-phoenix/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-avalon-phoenix/build.xml,v
retrieving revision 1.169
retrieving revision 1.170
diff -u -r1.169 -r1.170
--- build.xml 28 Sep 2002 22:13:59 -0000 1.169
+++ build.xml 30 Sep 2002 23:17:13 -0000 1.170
@@ -229,6 +229,12 @@
</fileset>
</copy>
+ <copy todir="${build.classes}/org/apache/avalon/phoenix/tools/">
+ <fileset dir="${src.dir}/schema">
+ <include name="**/*.dtd" />
+ </fileset>
+ </copy>
+
</target>
<!-- Compiles the source code -->
@@ -302,9 +308,6 @@
<include name="org/apache/avalon/phoenix/metainfo/**"/>
<include name="org/apache/avalon/phoenix/metadata/**"/>
<include name="org/apache/avalon/phoenix/tools/**"/>
- <zipfileset dir="${src.dir}/schema"
prefix="org/apache/avalon/phoenix/tools">
- <include name="*.dtd"/>
- </zipfileset>
</jar>
<jar jarfile="${build.lib}/phoenix-loader.jar"
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>