jvanzyl 01/08/30 10:38:28
Modified: src/conf build.xml
Log:
- adding main target to test templates in JAR.
Revision Changes Path
1.6 +4 -0 jakarta-turbine-torque/src/conf/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-turbine-torque/src/conf/build.xml,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- build.xml 2001/08/30 17:36:45 1.5
+++ build.xml 2001/08/30 17:38:28 1.6
@@ -37,6 +37,10 @@
<antcall target="project-om"/>
</target>
+ <target name="main-classpath" description="==> generates sql + om classes">
+ <antcall target="project-sql-classpath"/>
+ <antcall target="project-om-classpath"/>
+ </target>
<!-- ================================================================ -->
<!-- I N I T T A S K T A R G E T -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]