Skip to content

Commit 339708c

Browse files
committed
Removing some of the SVN-specific stuff from the Ant build file (should probably be updated to use the new Git functionality.
1 parent 10068d5 commit 339708c

File tree

1 file changed

+0
-16
lines changed

1 file changed

+0
-16
lines changed

build.xml

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
<property description="Source Folder" name="SRC_DIR" value="src" />
1919
<property description="Files for parsing etc." name="BUILD_DIR" value="build" />
20-
<property description="Rhino JS Engine" name="JAR" value="${BUILD_DIR}/js.jar" />
2120
<property description="YUICompressor" name="YUICompressor" value="${BUILD_DIR}/yuicompressor-2.4.2.jar" />
2221
<loadfile description="Version to build" property="version" srcfile="version.txt" />
2322

@@ -29,21 +28,6 @@
2928
<property name="JQ_MIN" value="${DIST_DIR}/jquery.min.js" />
3029
<property name="JQ_PACK" value="${DIST_DIR}/jquery.pack.js" />
3130
<loadfile property="version" srcfile="version.txt" />
32-
33-
<taskdef resource="net/sf/antcontrib/antcontrib.properties">
34-
<classpath>
35-
<pathelement location="build/ant-contrib-0.6.jar"/>
36-
</classpath>
37-
</taskdef>
38-
<exec executable="svn" outputproperty="svnlog.out" >
39-
<arg line="info ."/>
40-
</exec>
41-
<propertyregex property="revision" input="${svnlog.out}" select="\1">
42-
<regexp pattern="Revision: ([0-9]*)"/>
43-
</propertyregex>
44-
<propertyregex property="date" input="${svnlog.out}" select="\1">
45-
<regexp pattern="Date: (.+\))"/>
46-
</propertyregex>
4731

4832
<!-- MAIN -->
4933

0 commit comments

Comments
 (0)