Skip to content

Commit 92ebbb3

Browse files
committed
removed build.properties and merged logic into build.xml
1 parent 99d14cf commit 92ebbb3

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

build.properties

Lines changed: 0 additions & 3 deletions
This file was deleted.

build.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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 -->
@@ -30,7 +30,7 @@
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"

0 commit comments

Comments
 (0)