added new xml-velocity version
This commit is contained in:
parent
3078a967b3
commit
a7c8f292ed
2
Makefile
2
Makefile
|
|
@ -53,7 +53,7 @@ build:
|
|||
@cp $(DEP)/LICENSE.txt $(BUILD)/$(DEP)/
|
||||
@cp $(DEP)/crawler-1.5.7-full.jar $(BUILD)/$(DEP)/
|
||||
@cp $(DEP)/crawler.properties $(BUILD)/$(DEP)/
|
||||
@cp $(DEP)/xml-velocity-1.8.7-full.jar $(BUILD)/$(DEP)/
|
||||
@cp $(DEP)/xml-velocity-1.8.8_SNAPSHOT-full.jar $(BUILD)/$(DEP)/
|
||||
@cp $(DEP)/screenshot.js $(BUILD)/$(DEP)/
|
||||
@cp $(DEP)/htmlcompressor-1.5.3.jar $(BUILD)/$(DEP)/
|
||||
@cp $(DEP)/yuicompressor-2.4.6.jar $(BUILD)/$(DEP)/
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@ NOW=$(date +"%Y-%m-%d-%H-%M-%S")
|
|||
JAVA_HEAP=1024
|
||||
|
||||
# Version of the Jar-files used.
|
||||
VELOCITY_JAR=xml-velocity-1.8.7-full.jar
|
||||
VELOCITY_JAR=xml-velocity-1.8.8-SNAPSHOT-full.jar
|
||||
HTMLCOMPRESSOR_JAR=htmlcompressor-1.5.3.jar
|
||||
|
||||
# Setup dirs
|
||||
|
|
|
|||
Loading…
Reference in New Issue