dfs 2004/02/28 13:54:15
Modified: . build.xml
Log:
Added NOTICE file to jar META-INF since it is referenced by LICENSE.
Also added it to the package rule, since the files are copied before
packaging.
Revision Changes Path
1.12 +5 -3 jakarta-oro/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/jakarta-oro/build.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- build.xml 18 Feb 2004 03:25:32 -0000 1.11
+++ build.xml 28 Feb 2004 21:54:15 -0000 1.12
@@ -70,6 +70,7 @@
<copy todir="${build.dest}/META-INF">
<fileset dir="${top.dir}">
<include name="LICENSE"/>
+ <include name="NOTICE"/>
</fileset>
</copy>
<mkdir dir="${build.tests}"/>
@@ -246,12 +247,13 @@
<copy file="${top.dir}/build.properties"
tofile="${final.dir}/build.properties"/>
- <copy file="${top.dir}/LICENSE" tofile="${final.dir}/LICENSE"/>
- <copy file="${top.dir}/ISSUES" tofile="${final.dir}/ISSUES"/>
<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}/ISSUES" tofile="${final.dir}/ISSUES"/>
+ <copy file="${top.dir}/LICENSE" tofile="${final.dir}/LICENSE"/>
+ <copy file="${top.dir}/NOTICE" tofile="${final.dir}/NOTICE"/>
<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"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]