mkwan 2002/09/11 11:41:54
Modified: java build.xml
Log:
Copy the LICENSE and README files to the bin directory for the source
distribution.
These files are needed by the xsltc.jar target.
Revision Changes Path
1.176 +5 -3 xml-xalan/java/build.xml
Index: build.xml
===================================================================
RCS file: /home/cvs/xml-xalan/java/build.xml,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- build.xml 27 Aug 2002 20:52:34 -0000 1.175
+++ build.xml 11 Sep 2002 18:41:54 -0000 1.176
@@ -846,12 +846,14 @@
</patternset>
<patternset id="src-distro" >
<include name="${dist.file}/*"/>
- <include name="${dist.file}/bin/ant*"/>
+ <include name="${dist.file}/bin/ant.jar"/>
<include name="${dist.file}/bin/xercesImpl.jar"/>
<include name="${dist.file}/bin/${xmlapis.jar.name}"/>
<include name="${dist.file}/bin/${bsf.jar.name}"/>
<include name="${dist.file}/bin/${stylebook.jar.name}"/>
<include name="${dist.file}/bin/${doclet.jar.name}"/>
+ <include name="${dist.file}/bin/*.LICENSE.txt"/>
+ <include name="${dist.file}/bin/*.README.txt"/>
<include name="${dist.file}/samples/"/>
<include name="${dist.file}/src/"/>
<include name="${dist.file}/xdocs/"/>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]