components/tomcat/patches/build.properties.patch
changeset 1815 a6207faa3c85
parent 1387 6df6087cb5b9
child 4089 1788e52b3086
equal deleted inserted replaced
1814:3b2dcbbac014 1815:a6207faa3c85
     1 --- apache-tomcat-6.0.37-src/build.properties.default	Mon Apr 29 02:36:52 2013
     1 --- apache-tomcat-6.0.39-src/build.properties.default	2014-01-27 14:44:16.000000000 -0800
     2 +++ apache-tomcat-6.0.37-src/build.properties.default	Wed Jun 12 01:31:42 2013
     2 +++ apache-tomcat-6.0.39-src/build.properties.default	2014-03-26 07:10:57.760032171 -0700
     3 @@ -54,6 +54,12 @@
     3 @@ -52,6 +52,12 @@
     4  base-sf.loc=http://downloads.sourceforge.net
     4  # repo.maven.apache.org is the same as repo2.maven.org
     5  base-maven.loc=http://repo2.maven.org/maven2
     5  base-maven.loc=http://repo.maven.apache.org/maven2
     6  
     6  
     7 +# In Userland we really don't want Tomcat to download its build
     7 +# In Userland we really don't want Tomcat to download its build
     8 +# dependencies itself but instead we will do it ourself in advance.
     8 +# dependencies itself but instead we will do it ourself in advance.
     9 +# Therefore those dependencies which are really required need to be
     9 +# Therefore those dependencies which are really required need to be
    10 +# redirected to local file system.
    10 +# redirected to local file system.
    11 +userland-files.loc=file://${base.path}/../../
    11 +userland-files.loc=file://${base.path}/../../
    12 +
    12 +
    13  # ----- Commons Logging, version 1.1 or later -----
    13  # ----- Commons Logging, version 1.1 or later -----
    14  # If this version is updated, check the versions required for the deps
    14  # If this version is updated, check the versions required for the deps
    15  # - avalon-framework
    15  # - avalon-framework
    16 @@ -114,7 +120,7 @@
    16 @@ -112,7 +118,7 @@
    17  jdt.jar=${jdt.home}/ecj-${jdt.version}.jar
    17  jdt.jar=${jdt.home}/ecj-${jdt.version}.jar
    18  # The download will be moved to the archive area eventually. We are taking care of that in advance.
    18  # The download will be moved to the archive area eventually. We are taking care of that in advance.
    19  # Note older JARs were called ecj.jar. Newer JARs are called ecj-${jdt.version}.jar
    19  # Note older JARs were called ecj.jar. Newer JARs are called ecj-${jdt.version}.jar
    20 -jdt.loc.1=http://archive.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar
    20 -jdt.loc.1=http://archive.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar
    21 +jdt.loc.1=${userland-files.loc}/ecj-${jdt.version}.jar
    21 +jdt.loc.1=${userland-files.loc}/ecj-${jdt.version}.jar
    22  jdt.loc.2=http://download.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar
    22  jdt.loc.2=http://download.eclipse.org/eclipse/downloads/drops4/${jdt.release}/ecj-${jdt.version}.jar
    23  
    23  
    24  # ----- Tomcat native library -----
    24  # ----- Tomcat native library -----
    25 @@ -126,16 +132,16 @@
    25 @@ -124,16 +130,16 @@
    26  tomcat-native.win.1=${base-tomcat.loc.1}/tomcat-connectors/native/${tomcat-native.version}/binaries/tomcat-native-${tomcat-native.version}-win32-bin.zip
    26  tomcat-native.win.1=${base-tomcat.loc.1}/tomcat-connectors/native/${tomcat-native.version}/binaries/tomcat-native-${tomcat-native.version}-win32-bin.zip
    27  tomcat-native.win.2=${base-tomcat.loc.2}/tomcat-connectors/native/${tomcat-native.version}/binaries/tomcat-native-${tomcat-native.version}-win32-bin.zip
    27  tomcat-native.win.2=${base-tomcat.loc.2}/tomcat-connectors/native/${tomcat-native.version}/binaries/tomcat-native-${tomcat-native.version}-win32-bin.zip
    28  
    28  
    29 -# ----- Commons DBCP, version 1.1 or later -----
    29 -# ----- Commons DBCP, version 1.1 or later -----
    30 -commons-dbcp.version=1.3
    30 -commons-dbcp.version=1.3