dleslie 01/09/25 11:38:27
Modified: java build.xml
Log:
release 2.2.D11
Revision Changes Path
1.129 +6 -6 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- build.xml 2001/09/10 22:41:05 1.128
+++ build.xml 2001/09/25 18:38:27 1.129
@@ -40,7 +40,7 @@
Copyright:
Copyright (c) 1999-2001 The Apache Software Foundation.
- $Id: build.xml,v 1.128 2001/09/10 22:41:05 curcuru Exp $
+ $Id: build.xml,v 1.129 2001/09/25 18:38:27 dleslie Exp $
==================================================================== -->
<project name="Xalan" default="jar" basedir=".">
@@ -79,7 +79,7 @@
<property name="xml.jar" value="${bin.dir}/${xml.jar.name}"/>
<!-- Defines general variables used by the other targets; name controls output
xalan.jar -->
- <property name="version" value="2_2_D10"/><!-- GUMP: version # of dist file -->
+ <property name="version" value="2_2_D11"/><!-- GUMP: version # of dist file -->
<property name="name" value="xalan"/><!-- GUMP: base name of jar target's file -->
<property name="year" value="2001"/>
<property name="build.compiler" value="classic"/>
@@ -147,7 +147,7 @@
<!-- Creates output build directories and doc prerequistes -->
<!-- =================================================================== -->
<target name="prepare">
- <echo message="Project:${Name} version:${version} build.xml $Revision: 1.128
$"/>
+ <echo message="Project:${Name} version:${version} build.xml $Revision: 1.129
$"/>
<mkdir dir="${build.dir}"/>
<mkdir dir="${build.classes}"/>
<!-- Note that all testing-related targets *must* depend on
@@ -814,9 +814,9 @@
<!-- pack all doc for transfer to website -->
<target name="pack.docs">
- <tar tarfile="./build/xalan-j-docs.tar" basedir="./xml-site/target/xalan-j"
includes="**"/>
- <gzip src="./build/xalan-j-docs.tar" zipfile="./build/xalan-j-docs.tar.gz"/>
- <!--zip zipfile="./build/xalan-j-docs.zip" basedir="./xml-site/target/xalan-j"
includes="**"/-->
+ <!--tar tarfile="./build/xalan-j-docs.tar" basedir="./xml-site/target/xalan-j"
includes="**"/>
+ <gzip src="./build/xalan-j-docs.tar" zipfile="./build/xalan-j-docs.tar.gz"/-->
+ <zip zipfile="./build/xalan-j-docs.zip" basedir="./xml-site/target/xalan-j"
includes="**"/>
</target>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]