Use Plovr built on 2012-09-25

This commit is contained in:
Tom Payne
2012-09-25 19:51:56 +02:00
parent 86336b42e6
commit a32460945d

View File

@@ -1,6 +1,6 @@
JSDOC = jsdoc
PHANTOMJS = phantomjs
PLOVR_JAR = bin/plovr-4b3caf2b7d84.jar
PLOVR_JAR = bin/plovr-b254c26318c5.jar
SRC = $(shell find exports externs src/ol -name \*.js)
TARGETS = $(shell find demos -name advanced-optimizations.js -o -name simple-optimizations.js)
comma := ,
@@ -141,8 +141,9 @@ lint:
.PHONY: plovr
plovr: $(PLOVR_JAR)
# FIXME find a more permanent host for plovr jar
$(PLOVR_JAR):
curl http://plovr.googlecode.com/files/$(notdir $@) > $@
curl http://dev.camptocamp.com/files/tpayne/plovr/$(notdir $@) > $@
.PHONY: doc
doc: