cziegeler 2003/03/10 10:08:38
Modified: . build.xml
Log:
Write 100 times down:"If I change the build.xml I will do a 'build clean; build
webapp' before committing as a minimal test"
Revision Changes Path
1.3 +2 -2 cocoon-2.1/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml 10 Mar 2003 16:41:07 -0000 1.2
+++ build.xml 10 Mar 2003 18:08:38 -0000 1.3
@@ -203,7 +203,7 @@
classpathref="classpath">
<src>
<!-- [FIXME] THE DEPENDENCY ON DEPRECATED SHOULD GO AWAY!!!! -->
- <!--path location="${deprecated.src}"/-->
+ <path location="${deprecated.src}"/>
<path location="${java}"/>
</src>
</javac>