1
0

Tab->space conversions only.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/commons/proper/logging/trunk@381232 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Simon Kitching
2006-02-27 02:37:19 +00:00
parent abfdb4af34
commit 6575f84d9e

View File

@@ -373,10 +373,10 @@
<target name="compile-1.4" depends="prepare,discovery,compile-non-log4j" if='executable.javac1.4'>
<!--
Compiles those classes which require a 1.4+ JSDK.
This target will only be executed when ant is running a pre-1.4 JVM
and the home.jdk4 property is set.
This configuration is typically used to create a release only.
- Compiles those classes which require a 1.4+ JSDK.
- This target will only be executed when ant is running a pre-1.4 JVM
- and the home.jdk4 property is set.
- This configuration is typically used to create a release only.
-->
<echo message=""/>
<echo message="************************************************************"/>
@@ -573,8 +573,7 @@ This configuration is typically used to create a release only.
</target>
<target name="clean"
description="Clean build and distribution directories">
<target name="clean" description="Clean build and distribution directories">
<mkdir dir='${build.home}'/>
<delete includeemptydirs='yes'>
<fileset dir="${build.home}" excludes='docs/**/*'/>
@@ -600,9 +599,9 @@ This configuration is typically used to create a release only.
description="Create binary distribution">
<!--
Maven is used to generate the documentation.
However, we cannot assume that it has been run.
So, create the appropriate directories.
- Maven is used to generate the documentation.
- However, we cannot assume that it has been run.
- So, create the appropriate directories.
-->
<mkdir dir='${build.home}'/>
<mkdir dir='${build.home}/docs'/>
@@ -626,9 +625,7 @@ This configuration is typically used to create a release only.
</fileset>
</copy>
<!--
Copy documentation generated by maven
-->
<!-- Copy documentation generated by maven -->
<mkdir dir="${dist.home}/docs"/>
<copy todir="${dist.home}/docs">
<fileset dir="${build.home}/docs"/>
@@ -651,9 +648,7 @@ This configuration is typically used to create a release only.
</zipfileset>
</zip>
<!--
Create release artifacts in the artifacts directory
-->
<!-- Create release artifacts in the artifacts directory -->
<mkdir dir="${artifacts.home}"/>
<fixcrlf srcdir='${dist.home}' eol='dos' includes='**/*.txt,**/*.java,**/*.html'/>
<zip destfile='${artifacts.home}/${windows.dist.name}'>