summaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
authormichelou <michelou@epfl.ch>2011-09-20 17:15:33 +0000
committermichelou <michelou@epfl.ch>2011-09-20 17:15:33 +0000
commit158e6e610604c5a48177c94a1d74f16ac49730ab (patch)
treedb791b6b4eda39c171c0feaf079eb44b47b4b271 /build.xml
parent47a131ac36c1d98686d15394b60447ae620765e7 (diff)
downloadscala-158e6e610604c5a48177c94a1d74f16ac49730ab.tar.gz
scala-158e6e610604c5a48177c94a1d74f16ac49730ab.tar.bz2
scala-158e6e610604c5a48177c94a1d74f16ac49730ab.zip
fixed svn props and scaladoc tags, did some cle...
fixed svn props and scaladoc tags, did some cleanup
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml18
1 files changed, 9 insertions, 9 deletions
diff --git a/build.xml b/build.xml
index f8584c850e..697a98820f 100644
--- a/build.xml
+++ b/build.xml
@@ -276,7 +276,7 @@ INITIALISATION
<pathelement location="${build-strap.dir}/classes/library"/>
<pathelement location="${lib.dir}/forkjoin.jar"/>
<path refid="lib.extra"/>
- </path>
+ </path>
<taskdef resource="scala/tools/ant/sabbus/antlib.xml" classpathref="starr.classpath"/>
</target>
@@ -289,7 +289,7 @@ LOCAL REFERENCE BUILD (LOCKER)
<available file="${build-locker.dir}/all.complete"/>
</condition>
</target>
-
+
<target name="locker.pre-lib" depends="locker.start" unless="locker.available">
<condition property="locker.lib.needed">
<not><available file="${build-locker.dir}/library.complete"/></not>
@@ -591,8 +591,8 @@ QUICK BUILD (QUICK)
<include name="**/*.properties"/>
<include name="**/*.swf"/>
<include name="**/*.png"/>
- <include name="**/*.gif"/>
- <include name="**/*.txt"/>
+ <include name="**/*.gif"/>
+ <include name="**/*.txt"/>
</fileset>
</copy>
<touch file="${build-quick.dir}/compiler.complete" verbose="no"/>
@@ -1104,7 +1104,7 @@ BOOTSTRAPPING BUILD (STRAP)
<include name="**/*.properties"/>
<include name="**/*.swf"/>
<include name="**/*.png"/>
- <include name="**/*.gif"/>
+ <include name="**/*.gif"/>
<include name="**/*.txt"/>
</fileset>
</copy>
@@ -1617,12 +1617,12 @@ BOOTRAPING TEST AND TEST SUITE
<!-- ===========================================================================
DISTRIBUTION
============================================================================ -->
-
+
<target name="dist.start" depends="docs.done, pack.done">
<property name="dist.name" value="scala-${version.number}"/>
<property name="dist.dir" value="${dists.dir}/${dist.name}"/>
</target>
-
+
<target name="dist.base" depends="dist.start">
<mkdir dir="${dist.dir}/lib"/>
<copy toDir="${dist.dir}/lib">
@@ -1864,7 +1864,7 @@ POSITIONS
<param name="test.tests.srcs" value="${partest.dir}/files/neg"/>
</antcall>
</target>
-
+
<target name="test.positions.sub">
<echo message="Validating positions for: ${test.srcs}"/>
<if>
@@ -1907,7 +1907,7 @@ POSITIONS
</path>
</foreach>
</target>
-
+
<!-- ===========================================================================
MISCELLANEOUS
============================================================================ -->