diff options
author | Vlastimil Babka <caster@gentoo.org> | 2009-11-01 23:06:46 +0000 |
---|---|---|
committer | Vlastimil Babka <caster@gentoo.org> | 2009-11-01 23:06:46 +0000 |
commit | e75db0ee566e230c81934b5f744c9586ceea8e7e (patch) | |
tree | faf9766dcd2a5bfb73ecf20a4665816d408b2886 /www-servers/axis/files | |
parent | Version bump. (diff) | |
download | gentoo-2-e75db0ee566e230c81934b5f744c9586ceea8e7e.tar.gz gentoo-2-e75db0ee566e230c81934b5f744c9586ceea8e7e.tar.bz2 gentoo-2-e75db0ee566e230c81934b5f744c9586ceea8e7e.zip |
Version bump, bug #268603.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'www-servers/axis/files')
-rw-r--r-- | www-servers/axis/files/axis-1.4-build.xml.patch | 15 | ||||
-rw-r--r-- | www-servers/axis/files/axis-1.4-path_refs.xml.patch | 20 | ||||
-rw-r--r-- | www-servers/axis/files/axis-1.4-targets.xml.patch | 86 | ||||
-rw-r--r-- | www-servers/axis/files/axis-1.4-tools-build.xml.patch | 26 | ||||
-rw-r--r-- | www-servers/axis/files/build.properties | 15 |
5 files changed, 162 insertions, 0 deletions
diff --git a/www-servers/axis/files/axis-1.4-build.xml.patch b/www-servers/axis/files/axis-1.4-build.xml.patch new file mode 100644 index 000000000000..92e5116934da --- /dev/null +++ b/www-servers/axis/files/axis-1.4-build.xml.patch @@ -0,0 +1,15 @@ +--- build.xml.orig 2006-04-23 03:57:27.000000000 +0200 ++++ build.xml 2006-10-01 21:18:20.000000000 +0200 +@@ -223,10 +223,12 @@ + </section> + </manifest> + </jar> ++ <!-- + <copy file="${wsdl4j.jar}" toDir="${build.lib}"/> + <copy file="${commons-logging.jar}" toDir="${build.lib}"/> + <copy file="${commons-discovery.jar}" toDir="${build.lib}"/> + <copy file="${log4j-core.jar}" toDir="${build.lib}"/> ++ --> + <copy file="${src.dir}/log4j.properties" + toDir="${build.lib}"/> + diff --git a/www-servers/axis/files/axis-1.4-path_refs.xml.patch b/www-servers/axis/files/axis-1.4-path_refs.xml.patch new file mode 100644 index 000000000000..7c0ad2455bd4 --- /dev/null +++ b/www-servers/axis/files/axis-1.4-path_refs.xml.patch @@ -0,0 +1,20 @@ +--- xmls/path_refs.xml.orig 2006-04-23 03:56:52.000000000 +0200 ++++ xmls/path_refs.xml 2006-10-01 15:31:34.000000000 +0200 +@@ -1,4 +1,5 @@ + <path id="classpath"> ++ <!-- + <pathelement location="${xercesImpl.jar}"/> + <pathelement location="${xmlParserAPIs.jar}"/> + <pathelement location="${xalan.jar}"/> +@@ -14,10 +15,10 @@ + <pathelement location="${j2ee.jar}"/> + <pathelement location="${junit.jar}"/> + <pathelement location="${servlet.jar}"/> ++ --> + <fileset dir="${lib.dir}"> + <include name="**/*.jar"/> + </fileset> +- <pathelement path="${java.class.path}"/> + <pathelement location="${build.dest}" /> + <pathelement location="${build.dir}/tools" /> + <pathelement location="${build.lib}/axis-ant.jar" /> diff --git a/www-servers/axis/files/axis-1.4-targets.xml.patch b/www-servers/axis/files/axis-1.4-targets.xml.patch new file mode 100644 index 000000000000..1f5f63ee1831 --- /dev/null +++ b/www-servers/axis/files/axis-1.4-targets.xml.patch @@ -0,0 +1,86 @@ +--- xmls/targets.xml.orig 2006-10-01 15:08:41.000000000 +0200 ++++ xmls/targets.xml 2006-10-01 15:14:27.000000000 +0200 +@@ -84,6 +84,7 @@ + <mkdir dir="${build.lib}"/> + <mkdir dir="${build.dir}/work"/> + ++ <!-- + <available property="servlet.present" + classname="javax.servlet.Servlet" + classpathref="classpath"/> +@@ -135,18 +136,18 @@ + <available property="httpunit.present" + classname="com.meterware.httpunit.GetMethodWebRequest" + classpathref="classpath"/> +- ++ --> + <available property="jsse.present" + classname="javax.net.ssl.SSLSocketFactory" + classpathref="classpath"/> +- ++ <!-- + <condition property="jetty.present" > + <and> + <available classname="javax.servlet.Servlet" classpathref="classpath" /> + <available classname="org.mortbay.http.HttpServer" classpathref="classpath" /> + </and> + </condition> +- ++ --> + <condition property="jdk14.jsse.present" > + <and> + <available classname="javax.net.ssl.X509TrustManager" classpathref="classpath" /> +@@ -185,7 +186,7 @@ + <condition property="sun.codec.present" > + <available classname="sun.awt.image.codec.JPEGImageEncoderImpl" classpathref="classpath" /> + </condition> +- ++ <!-- + <condition property="jimi.present" > + <available classname="com.sun.jimi.core.Jimi" classpathref="classpath" /> + </condition> +@@ -193,7 +194,7 @@ + <condition property="merlinio.present" > + <available classname="javax.imageio.ImageIO" classpathref="classpath" /> + </condition> +- ++ --> + <condition property="axis-ant.present" > + <available classname="org.apache.axis.tools.ant.foreach.ForeachTask"> + <classpath> +@@ -201,7 +202,7 @@ + </classpath> + </available> + </condition> +- ++ <!-- + <condition property="jimiAndAttachments.present"> + <and> + <available classname="javax.activation.DataHandler" classpathref="classpath" /> +@@ -220,7 +221,7 @@ + <available classname="progress.message.jclient.Message" classpathref="classpath" /> + </and> + </condition> +- ++ --> + <available property="post-compile.present" file="post-compile.xml" /> + + <property environment="env"/> +@@ -229,7 +230,7 @@ + <equals arg1="on" arg2="${env.debug}"/> + </and> + </condition> +- ++ <!-- + <condition property="castor.present" > + <available classname="org.exolab.castor.xml.MarshalException" classpathref="classpath" /> + </condition> +@@ -248,7 +249,7 @@ + <condition property="combridge.present" > + <available classname="org.apache.axis.components.bridge.COMBridge" classpathref="classpath" /> + </condition> +- ++ --> + <!-- look for WSDL support on the platform --> + <condition property="wsdl.found"> + <or> diff --git a/www-servers/axis/files/axis-1.4-tools-build.xml.patch b/www-servers/axis/files/axis-1.4-tools-build.xml.patch new file mode 100644 index 000000000000..ce9759264eda --- /dev/null +++ b/www-servers/axis/files/axis-1.4-tools-build.xml.patch @@ -0,0 +1,26 @@ +--- tools/build.xml.orig 2006-10-02 10:18:43.000000000 +0200 ++++ tools/build.xml 2006-10-02 10:21:34.000000000 +0200 +@@ -66,6 +66,7 @@ + <javac srcdir="${tools.dir}" + debug="${debug}" + source="${source}" ++ target="${target}" + nowarn="${nowarn}" + destdir="${tools.build.dir}"> + <classpath refid="classpath"/> +@@ -77,6 +78,7 @@ + <javac srcdir="${tools.dir}" + debug="${debug}" + source="${source}" ++ target="${target}" + nowarn="${nowarn}" + destdir="${tools.build.dir}"> + <classpath refid="classpath"/> +@@ -88,6 +90,7 @@ + <javac srcdir="${tools.dir}" + debug="${debug}" + source="${source}" ++ target="${target}" + nowarn="${nowarn}" + destdir="${tools.build.dir}"> + <classpath> diff --git a/www-servers/axis/files/build.properties b/www-servers/axis/files/build.properties new file mode 100644 index 000000000000..9387391ab441 --- /dev/null +++ b/www-servers/axis/files/build.properties @@ -0,0 +1,15 @@ +source=1.4 +target=1.4 + +activation.present=true +commons-discovery.present=true +commons-logging.present=true +wsdl4j.present=true +mailapi.present=true + +bsf.present=true +castor.present=true +commons-httpclient.present=true +commons-net.present=true +jimi.present=true +servlet.present=true |