-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmakefile_public.defs
14 lines (12 loc) · 1.02 KB
/
makefile_public.defs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# This file contains variable definitions that might be subject to change given the deployment environment
LOG4J_URL := https://repo.maven.apache.org/maven2/log4j/log4j/1.2.8/log4j-1.2.8.jar
COMMONS_URL := https://repo.maven.apache.org/maven2/commons-logging/commons-logging/1.0.3/commons-logging-1.0.3.jar
CORS_URL := https://mvnrepository.com/artifact/com/thetransactioncompany/cors-filter/1.3.2/cors-filter-1.3.2.jar
PROP_UTILS_URL := http://www.java2s.com/ref/jar/java-property-utils-1.9.1.jar.zip
XOM_URL := https://mvnrepository.com/artifact/xom/xom/1.2.5/xom-1.2.5.jar
SERVLET_URL := https://repo.maven.apache.org/maven2/javax/servlet/servlet-api/2.4/servlet-api-2.4.jar
JSTL_URL := https://repo.maven.apache.org/maven2/javax/servlet/jstl/1.2/jstl-1.2.jar
CORS_URL := http://www.java2s.com/Code/JarDownload/cors/cors-filter-1.3.2.jar.zip
# Home directories of external tools. Might be set within the calling environment
JAVA_HOME ?= C:\Program Files\Java\jdk-11.0.9
ANT_HOME ?= C:\apache-ant-1.10.9