amiro 02/02/12 11:45:20
Modified: java build.xml
Log:
fixed html links to README files
Revision Changes Path
1.163 +6 -2 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.162
retrieving revision 1.163
diff -u -r1.162 -r1.163
--- build.xml 12 Feb 2002 14:26:57 -0000 1.162
+++ build.xml 12 Feb 2002 19:45:20 -0000 1.163
@@ -41,7 +41,7 @@
Copyright:
Copyright (c) 1999-2001 The Apache Software Foundation.
- $Id: build.xml,v 1.162 2002/02/12 14:26:57 tmiller Exp $
+ $Id: build.xml,v 1.163 2002/02/12 19:45:20 amiro Exp $
==================================================================== -->
<project name="Xalan" default="jar" basedir=".">
@@ -181,7 +181,7 @@
<!-- Creates output build directories and doc prerequistes
-->
<!-- ===================================================================
-->
<target name="prepare">
- <echo message="Project:${Name-in-docs} version:${version} build.xml
$Revision: 1.162 $"/>
+ <echo message="Project:${Name-in-docs} version:${version} build.xml
$Revision: 1.163 $"/>
<mkdir dir="${build.dir}"/>
<mkdir dir="${build.classes}"/>
<!-- Note that all testing-related targets *must* depend on
@@ -1007,6 +1007,10 @@
classpathref="docs.class.path" >
<arg line="targetDirectory=${build.docs}/xsltc
${xdocs.dir}/sources/xsltc.xml ${xdocs.style}"/>
</java>
+ <copy todir="${build.docs}/xsltc"
+ file="${xdocs.dir}/sources/xsltc/README.xslt" />
+ <copy todir="${build.docs}/xsltc"
+ file="${xdocs.dir}/sources/xsltc/README.xsltc" />
</target>
<!-- pack all doc for transfer to website -->
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]