1
0

Minor cleanups.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@190899 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2005-06-16 11:35:22 +00:00
parent 3e05e7977f
commit d3c6139f66

View File

@@ -132,6 +132,7 @@
<pathelement location="${logkit.jar}"/>
<pathelement location="${avalon-framework.jar}"/>
<pathelement location="${conf.home}"/>
<pathelement location="${servletapi.jar}"/>
</path>
<!-- Construct unit test classpath (JDK 1.4 tests) -->
@@ -461,18 +462,18 @@ limitations under the License.--&gt;'>
- Copy the needed files from the build directory to the dist directory.
-->
<mkdir dir="${dist.home}"/>
<copy file="LICENSE.txt"
todir="${dist.home}"/>
<copy file="NOTICE.txt"
todir="${dist.home}"/>
<copy file="RELEASE-NOTES.txt"
todir="${dist.home}"/>
<copy file="${build.home}/${core.jar.name}"
tofile="${dist.home}/${core.jar.name}" />
<copy file="${build.home}/${api.jar.name}"
tofile="${dist.home}/${api.jar.name}" />
<copy file="${build.home}/${adapters.jar.name}"
tofile="${dist.home}/${adapters.jar.name}" />
<copy todir="${dist.home}">
<fileset dir=".">
<include name="LICENSE.txt"/>
<include name="NOTICE.txt"/>
<include name="RELEASE-NOTES.txt"/>
</fileset>
<fileset dir="${build.home}">
<include name="${core.jar.name}"/>
<include name="${api.jar.name}"/>
<include name="${adapters.jar.name}"/>
</fileset>
</copy>
<!--
- Now build the optional jar in subdir "optional" and copy that into