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