cezar 2004/04/09 12:57:51
Modified: v1 build.xml
Log:
Distribution fix for LICENSE.txt
CR: Cliff
Revision Changes Path
1.20 +4 -4 xml-xmlbeans/v1/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xmlbeans/v1/build.xml,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- build.xml 30 Mar 2004 03:35:47 -0000 1.19
+++ build.xml 9 Apr 2004 19:57:51 -0000 1.20
@@ -478,7 +478,7 @@
basedir="build/private"
includes="xmlbeans-${product.version}/**"
excludes="xmlbeans-${product.version}/schemas/cyclone/**, xmlbeans-${product.version}/schemas/j2ee/**">
- <zipfileset dir="." includes="src/license/license.txt" fullpath="xmlbeans-${product.version}/license.txt"/>
+ <zipfileset dir="." includes="src/license/LICENSE.txt" fullpath="xmlbeans-${product.version}/LICENSE.txt"/>
<zipfileset dir="." includes="src/license/NOTICE.txt" fullpath="xmlbeans-${product.version}/NOTICE.txt"/>
</zip>
<tar destfile="build/private/incubating-xmlbeans-${product.version}.tgz"
@@ -486,7 +486,7 @@
includes="xmlbeans-${product.version}/**"
excludes="xmlbeans-${product.version}/schemas/cyclone/**, xmlbeans-${product.version}/schemas/j2ee/**"
compression="gzip">
- <tarfileset dir="." includes="src/license/license.txt" fullpath="xmlbeans-${product.version}/license.txt"/>
+ <tarfileset dir="." includes="src/license/LICENSE.txt" fullpath="xmlbeans-${product.version}/LICENSE.txt"/>
<tarfileset dir="." includes="src/license/NOTICE.txt" fullpath="xmlbeans-${product.version}/NOTICE.txt"/>
</tar>
</target>
@@ -503,7 +503,7 @@
test/src/stsschema/**, test/src/unmarshal/**, test/cases/schema/**, external/lib/junit.jar,
xkit/schemas/cyclone/**, xkit/schemas/j2ee/**"
prefix="xmlbeans-${product.version}" />
- <zipfileset dir="." includes="src/license/license.txt" fullpath="xmlbeans-${product.version}/license.txt"/>
+ <zipfileset dir="." includes="src/license/LICENSE.txt" fullpath="xmlbeans-${product.version}/LICENSE.txt"/>
<zipfileset dir="." includes="src/license/NOTICE.txt" fullpath="xmlbeans-${product.version}/NOTICE.txt"/>
</zip>
<tar destfile="build/private/incubating-xmlbeans-${product.version}-src.tgz"
@@ -515,7 +515,7 @@
test/src/stsschema/**, test/src/unmarshal/**, test/cases/schema/**, external/lib/junit.jar,
xkit/schemas/cyclone/**, xkit/schemas/j2ee/**"
prefix="xmlbeans-${product.version}"/>
- <tarfileset dir="." includes="src/license/license.txt" fullpath="xmlbeans-${product.version}/license.txt"/>
+ <tarfileset dir="." includes="src/license/LICENSE.txt" fullpath="xmlbeans-${product.version}/LICENSE.txt"/>
<tarfileset dir="." includes="src/license/NOTICE.txt" fullpath="xmlbeans-${product.version}/NOTICE.txt"/>
</tar>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: xmlbeans-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xmlbeans-cvs-help@xml.apache.org
|