dfs 01/05/22 20:19:24
Modified: build build.xml
Log:
Added COMPILE and CONTRIBUTORS to distribution even though by next
release these should be part of xdocs.
Revision Changes Path
1.11 +4 -1 jakarta-oro/build/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-oro/build/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml 2001/05/23 01:16:40 1.10
+++ build.xml 2001/05/23 03:19:21 1.11
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
-<!-- $Id: build.xml,v 1.10 2001/05/23 01:16:40 dfs Exp $ -->
+<!-- $Id: build.xml,v 1.11 2001/05/23 03:19:21 dfs Exp $ -->
<project name="Jakarta-ORO" default="jar" basedir=".">
@@ -167,6 +167,9 @@
<copy file="${top.dir}/LICENSE" tofile="${final.dir}/LICENSE"/>
<copy file="${top.dir}/BUGS" tofile="${final.dir}/BUGS"/>
<copy file="${top.dir}/CHANGES" tofile="${final.dir}/CHANGES"/>
+ <copy file="${top.dir}/COMPILE" tofile="${final.dir}/COMPILE"/>
+ <copy file="${top.dir}/CONTRIBUTORS"
+ tofile="${final.dir}/CONTRIBUTORS"/>
<copy file="${top.dir}/README" tofile="${final.dir}/README"/>
<copy file="${top.dir}/STYLE" tofile="${final.dir}/STYLE"/>
<copy file="${top.dir}/TODO" tofile="${final.dir}/TODO"/>