dlr 2002/06/24 18:56:10
Modified: . build.xml
Log:
database.dtd MUST be included in the JAR file. If target/org/... is
the wrong location for where Maven builds .class files, someone who
knows better please correct it.
Revision Changes Path
1.52 +4 -0 jakarta-turbine-torque/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/build.xml,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -u -r1.51 -r1.52
--- build.xml 7 Jun 2002 18:35:39 -0000 1.51
+++ build.xml 25 Jun 2002 01:56:10 -0000 1.52
@@ -46,6 +46,10 @@
<target
name="maven:jar">
+ <!-- copy database.dtd to the right place -->
+ <copy file="src/dtd/database.dtd"
+ todir="target/org/apache/torque/engine/database/transform"/>
+
<ant antfile="${maven.home}/build-maven.xml" target="jar"/>
</target>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>