Don't discard Plovr version

This commit is contained in:
Tom Payne
2012-07-05 14:07:09 +02:00
committed by Tom Payne
parent ed01a5db13
commit 67105b0256
2 changed files with 4 additions and 3 deletions

2
.gitignore vendored
View File

@@ -6,5 +6,5 @@
/doc/apidocs/
/examples/example-list.js
/examples/example-list.xml
/bin/plovr.jar
/bin/plovr*.jar
/jsdoc/

View File

@@ -6,7 +6,8 @@
</description>
<property name="ol.home" location=".."/>
<property name="plovr.jar" location="${ol.home}/bin/plovr.jar"/>
<property name="plovr.version" value="4b3caf2b7d84"/>
<property name="plovr.jar" location="${ol.home}/bin/plovr-${plovr.version}.jar"/>
<property name="main.json" location="${ol.home}/main.json"/>
<property name="build.json" location="${ol.home}/api.json"/>
@@ -25,7 +26,7 @@
</condition>
<target name="deps" unless="plovr.exists">
<get src="http://plovr.googlecode.com/files/plovr-4b3caf2b7d84.jar"
<get src="http://plovr.googlecode.com/files/plovr-${plovr.version}.jar"
dest="${plovr.jar}"/>
</target>