|
From: <me...@us...> - 2002-10-03 03:41:16
|
Update of /cvsroot/cayenne/cayenne
In directory usw-pr-cvs1:/tmp/cvs-serv7502
Modified Files:
build-tutorials.xml
Log Message:
straightened Cayenne cmd tutorial
Index: build-tutorials.xml
===================================================================
RCS file: /cvsroot/cayenne/cayenne/build-tutorials.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- build-tutorials.xml 2 Oct 2002 03:50:00 -0000 1.2
+++ build-tutorials.xml 3 Oct 2002 03:41:13 -0000 1.3
@@ -16,6 +16,12 @@
<target name="dist-src">
<ant antfile="src/tutorials/cayenne-cmd-app/build.xml" target="dist-src"/>
<ant antfile="src/tutorials/cayenne-web-app/build.xml" target="dist-src"/>
+
+ <mkdir dir="${dist}/doc/tutorials"/>
+
+ <copy todir="${dist}/doc/tutorials">
+ <fileset dir="${dist}/src/tutorials"/>
+ </copy>
</target>
<target name="release-site" depends="nositedir,dist-src">
@@ -26,13 +32,7 @@
</copy>
</target>
- <target name="doc" depends="dist-src">
- <mkdir dir="${dist}/doc/tutorials"/>
-
- <copy todir="${dist}/doc/tutorials">
- <fileset dir="${dist}/src/tutorials"/>
- </copy>
- </target>
+ <target name="doc" depends="dist-src"/>
<!-- Simply calls compile task. Exists in the project -->
|