stefano 2003/03/25 01:50:35
Modified: . build.xml
Log:
adding distribution targets
Revision Changes Path
1.28 +5 -2 cocoon-2.1/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/cocoon-2.1/build.xml,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- build.xml 24 Mar 2003 16:21:59 -0000 1.27
+++ build.xml 25 Mar 2003 09:50:34 -0000 1.28
@@ -18,7 +18,8 @@
<!ENTITY webapp-targets SYSTEM "./src/targets/webapp-build.xml">
<!ENTITY ide-targets SYSTEM "./src/targets/ide-build.xml">
<!ENTITY test-targets SYSTEM "./src/targets/test-build.xml">
- <!ENTITY docs-targets SYSTEM "./src/targets/docs-build.xml">
+ <!ENTITY docs-targets SYSTEM "./src/targets/docs-build.xml">
+ <!ENTITY dist-targets SYSTEM "./src/targets/dist-build.xml">
<!-- =================================================================== -->
<!-- ================== Apache Forrest targets ======================= -->
@@ -47,6 +48,8 @@
<!-- Testcases targets --> &test-targets;
<!-- =================================================================== -->
<!-- Documentation targets --> &docs-targets;
+ <!-- =================================================================== -->
+ <!-- Distribution targets --> &dist-targets;
<!-- =================================================================== -->