stefano 2003/02/23 08:40:24
Modified: . build.xml
Log:
put a warning on the new build system (will remove when we reach a more solid state)
Revision Changes Path
1.329 +7 -1 xml-cocoon2/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-cocoon2/build.xml,v
retrieving revision 1.328
retrieving revision 1.329
diff -u -r1.328 -r1.329
--- build.xml 23 Feb 2003 15:14:32 -0000 1.328
+++ build.xml 23 Feb 2003 16:40:24 -0000 1.329
@@ -14,6 +14,12 @@
<target name="init">
+ <echo>----------------------------- WARNING!!!
-------------------------------</echo>
+ <echo>The build system is undergoing major redesign. Parts of the system
might</echo>
+ <echo>not work as expected. We apologize for the inconvenience but we are
</echo>
+ <echo>working to make things easier for you. Thank you for your patience.
</echo>
+
<echo>------------------------------------------------------------------------</echo>
+
<!-- Set the timestamps -->
<tstamp/>