dlr 2002/06/24 18:59:18
Modified: . build.xml
Log:
Steve from #maven tells me that target/classes/ is the place where
Maven compiles .class files to.
Revision Changes Path
1.53 +1 -1 jakarta-turbine-torque/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/build.xml,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -u -r1.52 -r1.53
--- build.xml 25 Jun 2002 01:56:10 -0000 1.52
+++ build.xml 25 Jun 2002 01:59:17 -0000 1.53
@@ -48,7 +48,7 @@
name="maven:jar">
<!-- copy database.dtd to the right place -->
<copy file="src/dtd/database.dtd"
- todir="target/org/apache/torque/engine/database/transform"/>
+ todir="target/classes/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]>