1
0

Modified build script so that user guide is copied into distribution.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@138984 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Burrell Donkin
2003-05-22 13:55:28 +00:00
parent 7539845c43
commit 482961e7b5

View File

@@ -3,7 +3,7 @@
<!-- <!--
"Logging" component of the Jakarta Commons Subproject "Logging" component of the Jakarta Commons Subproject
$Id: build.xml,v 1.37 2003/05/14 11:12:58 rdonkin Exp $ $Id: build.xml,v 1.38 2003/05/22 13:55:28 rdonkin Exp $
--> -->
@@ -380,6 +380,8 @@
todir="${dist.home}"/> todir="${dist.home}"/>
<copy file="RELEASE-NOTES.txt" <copy file="RELEASE-NOTES.txt"
todir="${dist.home}"/> todir="${dist.home}"/>
<copy file="usersguide.html"
todir="${dist.home}"/>
<copy file="${build.home}/commons-${component.name}.jar" <copy file="${build.home}/commons-${component.name}.jar"
tofile="${dist.home}/commons-${component.name}.jar" /> tofile="${dist.home}/commons-${component.name}.jar" />
<copy file="${build.home}/commons-${component.name}-api.jar" <copy file="${build.home}/commons-${component.name}-api.jar"