aboutsummaryrefslogtreecommitdiffstats
path: root/buildtools.xml
diff options
context:
space:
mode:
authorWilliam Victor Mote <vmote@apache.org>2002-11-30 08:54:26 +0000
committerWilliam Victor Mote <vmote@apache.org>2002-11-30 08:54:26 +0000
commit701271c9574a3af46c3b870e01fe1df8f234573e (patch)
treec7b391991bf869213e3ca0b28e6a86d8fbf40178 /buildtools.xml
parent64b3c5ede295343029ded69bb7f035ddd47409f3 (diff)
downloadxmlgraphics-fop-701271c9574a3af46c3b870e01fe1df8f234573e.tar.gz
xmlgraphics-fop-701271c9574a3af46c3b870e01fe1df8f234573e.zip
white-space and line-ending fixes
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@195685 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'buildtools.xml')
-rw-r--r--buildtools.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/buildtools.xml b/buildtools.xml
index 957045ca3..65cbbaa29 100644
--- a/buildtools.xml
+++ b/buildtools.xml
@@ -1,6 +1,6 @@
<?xml version="1.0"?>
-<!-- =======================================================================
+<!-- =======================================================================
Instructions for building the buildtools.jar:
@@ -12,7 +12,7 @@
Run "ant -f buildtools.xml" to build a new version of the buildtools jar
======================================================================= -->
-
+
<project default="buildtools" basedir=".">
<target name="init">
@@ -32,22 +32,22 @@
<target name="compile" depends="init,prepare.src">
<mkdir dir="${build.dest}"/>
<javac srcdir="${build.src}"
- destdir="${build.dest}"/>
-
+ destdir="${build.dest}"/>
+
</target>
<target name="buildtools" depends="clean,init,compile">
<echo message="Creating the jar file ${buildtools.jar}"/>
<jar jarfile="${buildtools.jar}"
- basedir="${build.dest}"
- includes="${tools}/**,${hyph}/**"/>
+ basedir="${build.dest}"
+ includes="${tools}/**,${hyph}/**"/>
</target>
<target name="prepare.src" depends="prepare.trax">
<copy todir="${build.src}">
<fileset dir="${src.dir}"
- includes="${tools}/**,${hyph}/**"
- excludes="${tools}/anttasks/Fop.java,${tools}/TestConverter.java,${tools}/AreaTreeBuilder.java,${hyph}/Hyphenator.java,**/${trax}"/>
+ includes="${tools}/**,${hyph}/**"
+ excludes="${tools}/anttasks/Fop.java,${tools}/TestConverter.java,${tools}/AreaTreeBuilder.java,${hyph}/Hyphenator.java,**/${trax}"/>
</copy>
</target>
@@ -55,7 +55,7 @@
<echo message="JAXP1.1 transforms is present. Installing TRaX support"/>
<copy todir="${build.src}">
<fileset dir="${src.dir}"
- includes="**/${trax}"/>
+ includes="**/${trax}"/>
</copy>
</target>