Skip to content
This repository was archived by the owner on Nov 23, 2018. It is now read-only.

Commit e6108d9

Browse files
committed
Version as a property.
1 parent bcb30f2 commit e6108d9

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

build.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</condition>
3232
</fail>
3333
<target name="version">
34-
<echo message="H5BP Ant Build Script Version 1.0"/>
34+
<echo message="H5BP Ant Build Script Version ${project.version}"/>
3535
</target>
3636
<!--
3737
*************************************************

config/default.properties

+5-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@
1010
# Working on it as an end user you'll likley think of "HTML"
1111
# or "JavaScript" and not some Ant-centric idea.
1212
#---------------------------------------#
13+
# Version #
14+
#---------------------------------------#
15+
project.version = 1.0
16+
#---------------------------------------#
1317
# Directories #
1418
#---------------------------------------#
1519
dir.source = .
@@ -146,7 +150,7 @@ html.rev.images = false
146150
# Tools #
147151
#---------------------------------------#
148152
# Tools
149-
tool.yuicompressor = yuicompressor-2.4.7.jar
153+
tool.yuicompressor = yuicompressor-2.4.8.jar
150154
tool.htmlcompressor = htmlcompressor-1.5.3.jar
151155
tool.csscompressor = css-compressor/cli.php
152156
tool.compiler = compiler.jar

0 commit comments

Comments
 (0)