File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments