File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11<project name =" jQuery.Tools" default =" min" >
22
33 <taskdef resource =" net/sf/antcontrib/antlib.xml" />
4- <property file = " build.properties " prefix = " v " />
5- <property name =" build" value =" build/${ v.tools } " />
4+ <property name = " version " value = " 1.2.2 " />
5+ <property name =" build" value =" build/${ version } " />
66 <property name =" file" value =" none" />
77
88 <!-- replace @VERSION and @DATE tags -->
3030 <sequential >
3131
3232 <!-- version number -->
33- <replaceregexp match =" @VERSION" replace =" ${ v.tools } " byline =" true" file =" @{ file } " />
33+ <replaceregexp match =" @VERSION" replace =" ${ version } " byline =" true" file =" @{ file } " />
3434
3535 <!-- last modified (via <git log> command) -->
3636 <propertyregex property =" source" input =" @{ file } " override =" yes" replace =" \1"
You can’t perform that action at this time.
0 commit comments