diff options
author | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-22 14:04:51 +0000 |
---|---|---|
committer | Jan Brinkmann <luckyduck@gentoo.org> | 2005-01-22 14:04:51 +0000 |
commit | 57285c8e0d502a86db252ae5f4e45e965400a78a (patch) | |
tree | a20ccc26a3cf3c8816b03ce3bdda6d675b069a6b /www-servers/axis/files | |
parent | metadata (diff) | |
download | gentoo-2-57285c8e0d502a86db252ae5f4e45e965400a78a.tar.gz gentoo-2-57285c8e0d502a86db252ae5f4e45e965400a78a.tar.bz2 gentoo-2-57285c8e0d502a86db252ae5f4e45e965400a78a.zip |
Initial import. Ebuild contributions by various people, see #38899.
(Portage version: 2.0.51-r14)
Diffstat (limited to 'www-servers/axis/files')
-rw-r--r-- | www-servers/axis/files/axis-1.2-gentoo.patch | 75 | ||||
-rw-r--r-- | www-servers/axis/files/digest-axis-1.2_rc2 | 1 |
2 files changed, 76 insertions, 0 deletions
diff --git a/www-servers/axis/files/axis-1.2-gentoo.patch b/www-servers/axis/files/axis-1.2-gentoo.patch new file mode 100644 index 000000000000..96a9ef2a6c70 --- /dev/null +++ b/www-servers/axis/files/axis-1.2-gentoo.patch @@ -0,0 +1,75 @@ +--- build.xml.orig 2004-12-25 15:05:17.518651328 +0100 ++++ build.xml 2004-12-25 15:10:40.325577216 +0100 +@@ -83,6 +83,14 @@ + &taskdefs;
+ &targets;
+
++
++ <path id="axis-classpath">
++ <pathelement path="${classpath}" />
++ <fileset dir="lib">
++ <include name="**/*.jar" />
++ </fileset>
++ </path>
++
+ <!-- =================================================================== -->
+ <!-- Compiles the source directory -->
+ <!-- =================================================================== -->
+@@ -91,10 +99,7 @@ + <depend srcdir="${src.dir}" destdir="${build.dest}"
+ cache="${build.dir}/dependencycache" closure="no">
+ </depend>
+- <javac srcdir="${src.dir}" destdir="${build.dest}" nowarn="${nowarn}" debug="${debug}"
+- deprecation="${deprecation}"
+- source="${source}"
+- classpathref="classpath">
++ <javac srcdir="${src.dir}" destdir="${build.dest}" nowarn="${nowarn}" debug="${debug}" deprecation="${deprecation}" source="${source}" classpathref="axis-classpath">
+ <exclude name="**/old/**/*" />
+ <exclude name="**/bak/**"/>
+ <exclude name="**/org/apache/axis/components/net/JDK14*.java" unless="jdk14.jsse.present"/>
+@@ -223,12 +228,6 @@ + </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}"/>
+
+ <!-- Build the new org.apache.axis.tools.ant stuff -->
+ <mkdir dir="${axis.home}/tools/lib" />
+@@ -272,7 +271,7 @@ +
+ <path id="test-classpath">
+ <pathelement location="${build.dest}" />
+- <path refid="classpath"/>
++ <path refid="axis-classpath"/>
+ </path>
+
+ <target name="buildTest" depends="compile" if="junit.present" unless="tests.built">
+@@ -312,7 +311,7 @@ + debug="${debug}"
+ source="${source}"
+ deprecation="${deprecation}"
+- classpathref="classpath">
++ classpathref="axis-classpath">
+ <include name="*.java"/>
+ </javac>
+ </target>
+@@ -362,11 +361,12 @@ + <mkdir dir="${build.javadocs}"/>
+ <javadoc packagenames="${packages}"
+ sourcepath="${src.dir}"
+- classpathref="classpath"
++ classpathref="axis-classpath"
+ destdir="${build.javadocs}"
+ author="true"
+ version="true"
+- use="true"
++ use="true"
++ source="${source}"
+ windowtitle="${Name} API"
+ doctitle="${Name}"
+ bottom="Copyright © ${year} Apache Web Services Project. All Rights Reserved."
diff --git a/www-servers/axis/files/digest-axis-1.2_rc2 b/www-servers/axis/files/digest-axis-1.2_rc2 new file mode 100644 index 000000000000..bdae9bc00c34 --- /dev/null +++ b/www-servers/axis/files/digest-axis-1.2_rc2 @@ -0,0 +1 @@ +MD5 a5424fcb51e2f3e9ad53db2186185ad6 axis-1_2RC2-src.tar.gz 9888710 |