4087N/APatch origin: in-house
4087N/APatch status: Solaris-specific; not suitable for upstream
4087N/A
4087N/ARedirects build process to use local archives instead of downloading
4087N/Afrom external webs.
4087N/A
4087N/A--- build.properties.default
4087N/A+++ build.properties.default
6265N/A@@ -95,6 +95,12 @@
4246N/A # Mirror, was used when there were problems with the main SF downloads site
4246N/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+
6923N/A # ----- Webservices - JAX RPC -----
6923N/A jaxrpc-lib.version=1.1-rc4
6923N/A jaxrpc-lib.home=${base.path}/jaxrpc-${jaxrpc-lib.version}
6923N/A@@ -114,7 +120,7 @@
4246N/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.
1833N/A-jdt.loc.1=http://archive.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar
4246N/A+jdt.loc.1=file://${base.path}/ECJ/ecj.jar
1833N/A jdt.loc.2=http://download.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar
142N/A
5147N/A # ----- Tomcat native library -----