build.properties.patch revision 5147
309N/APatch origin: in-house
309N/APatch status: Solaris-specific; not suitable for upstream
309N/A
309N/ARedirects build process to use local archives instead of downloading
1068N/Afrom external webs.
309N/A
309N/A--- build.properties.default
919N/A+++ build.properties.default
919N/A@@ -100,6 +100,12 @@
919N/A # Mirror, was used when there were problems with the main SF downloads site
919N/A # base-sf.loc=http://sunet.dl.sourceforge.net
919N/A
919N/A+# In Userland we really don't want Tomcat to download its build
919N/A+# dependencies itself but instead we will do it ourself in advance.
919N/A+# Therefore those dependencies which are really required need to be
919N/A+# redirected to local file system.
919N/A+userland-files.loc=file://${base.path}/../../
919N/A+
919N/A # ----- Commons Logging, version 1.1 or later -----
919N/A # If this version is updated, check the versions required for the dependencies below
919N/A # - avalon-framework
919N/A@@ -155,7 +161,7 @@
919N/A jdt.home=${base.path}/ecj-${jdt.version}
919N/A jdt.jar=${jdt.home}/ecj-${jdt.version}.jar
309N/A # The download will be moved to the archive area eventually. We are taking care of that in advance.
309N/A-jdt.loc.1=http://archive.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar
309N/A+jdt.loc.1=file://${base.path}/ECJ/ecj.jar
309N/A jdt.loc.2=http://download.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar
493N/A
309N/A # ----- Tomcat native library -----
970N/A