|
From: <fb...@us...> - 2003-07-18 01:42:33
|
Update of /cvsroot/jgb/jgb
In directory sc8-pr-cvs1:/tmp/cvs-serv1853
Modified Files:
build.xml
Log Message:
* build.xml:
Added a copy task to dist so that the license information is available
at the root of the distribution folder.
Index: build.xml
===================================================================
RCS file: /cvsroot/jgb/jgb/build.xml,v
retrieving revision 1.115
retrieving revision 1.116
diff -C2 -d -r1.115 -r1.116
*** build.xml 14 Jul 2003 19:17:15 -0000 1.115
--- build.xml 18 Jul 2003 01:42:30 -0000 1.116
***************
*** 190,193 ****
--- 190,197 ----
<target name="dist" depends="init,jar" description="Builds the distribution files">
+ <!-- Copy the license information to the root of the distribution -->
+ <copy file="src/xdocs/html/license/license.txt"
+ tofile="dist/LICENSE.txt"/>
+
<!-- Need to recompile, but with clover this time. We'll test the
system again, and generate the current and historical trend
|