joerg 2004/05/07 19:45:08
Modified: tools/targets ide-build.xml
Log:
added the samples directory to the sources
Revision Changes Path
1.8 +2 -0 cocoon-2.1/tools/targets/ide-build.xml
Index: ide-build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/tools/targets/ide-build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ide-build.xml 8 Mar 2004 06:07:15 -0000 1.7
+++ ide-build.xml 8 May 2004 02:45:08 -0000 1.8
@@ -47,6 +47,8 @@
<path id="srcs">
<!-- main source dir -->
<pathelement path="${src}/java"/>
+ <!-- samples source dir -->
+ <pathelement path="${src}/samples"/>
<!-- deprecated source dir -->
<pathelement path="${src}/deprecated/java"/>
<!-- test source dir -->