From a32460945dc5aee7a44ad276aad789a503157416 Mon Sep 17 00:00:00 2001 From: Tom Payne Date: Tue, 25 Sep 2012 19:51:56 +0200 Subject: [PATCH] Use Plovr built on 2012-09-25 --- Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index c6845dcaf3..597731c5bb 100644 --- a/Makefile +++ b/Makefile @@ -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: