4132N/APatch origin: in-house
4132N/APatch status: Solaris-specific; not suitable for upstream
4132N/A
4132N/ARedirects build process to use local archives instead of downloading
4132N/Afrom external webs.
4132N/A
4132N/A--- build.properties.default
4132N/A+++ build.properties.default
6481N/A@@ -95,6 +95,12 @@
4280N/A # Mirror, was used when there were problems with the main SF downloads site
4280N/A # base-sf.loc=http://sunet.dl.sourceforge.net
142N/A
288N/A+# In Userland we really don't want Tomcat to download its build
288N/A+# dependencies itself but instead we will do it ourself in advance.
288N/A+# Therefore those dependencies which are really required need to be
288N/A+# redirected to local file system.
288N/A+userland-files.loc=file://${base.path}/../../
288N/A+
7086N/A # ----- Webservices - JAX RPC -----
7086N/A jaxrpc-lib.version=1.1-rc4
7086N/A jaxrpc-lib.home=${base.path}/jaxrpc-${jaxrpc-lib.version}
7086N/A@@ -114,7 +120,7 @@
4280N/A jdt.home=${base.path}/ecj-${jdt.version}
288N/A jdt.jar=${jdt.home}/ecj-${jdt.version}.jar
288N/A # The download will be moved to the archive area eventually. We are taking care of that in advance.
1927N/A-jdt.loc.1=http://archive.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar
4280N/A+jdt.loc.1=file://${base.path}/ECJ/ecj.jar
1927N/A jdt.loc.2=http://download.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar
142N/A
5316N/A # ----- Tomcat native library -----