summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Brinkmann <luckyduck@gentoo.org>2005-02-06 00:43:49 +0000
committerJan Brinkmann <luckyduck@gentoo.org>2005-02-06 00:43:49 +0000
commit0680c89b7124762c44709f5b4cbd5d1eb21380f7 (patch)
treec0669a83aa09092b553da6d7df288e4297ea1efe /dev-java/exolabcore/files
parentAdded xgetdefault local USE flag for aterm (diff)
downloadgentoo-2-0680c89b7124762c44709f5b4cbd5d1eb21380f7.tar.gz
gentoo-2-0680c89b7124762c44709f5b4cbd5d1eb21380f7.tar.bz2
gentoo-2-0680c89b7124762c44709f5b4cbd5d1eb21380f7.zip
Initial import, direct dependency of openjms. see #63286
(Portage version: 2.0.51-r15)
Diffstat (limited to 'dev-java/exolabcore/files')
-rw-r--r--dev-java/exolabcore/files/digest-exolabcore-0.3.7_p200502051
-rw-r--r--dev-java/exolabcore/files/exolabcore-0.3.7_p20050205-buildfile.patch34
2 files changed, 35 insertions, 0 deletions
diff --git a/dev-java/exolabcore/files/digest-exolabcore-0.3.7_p20050205 b/dev-java/exolabcore/files/digest-exolabcore-0.3.7_p20050205
new file mode 100644
index 000000000000..933532cff2f8
--- /dev/null
+++ b/dev-java/exolabcore/files/digest-exolabcore-0.3.7_p20050205
@@ -0,0 +1 @@
+MD5 701a04dcf29f238746c3bf6415b3ba78 exolabcore-20050205.tar.bz2 118062
diff --git a/dev-java/exolabcore/files/exolabcore-0.3.7_p20050205-buildfile.patch b/dev-java/exolabcore/files/exolabcore-0.3.7_p20050205-buildfile.patch
new file mode 100644
index 000000000000..947a020b78d6
--- /dev/null
+++ b/dev-java/exolabcore/files/exolabcore-0.3.7_p20050205-buildfile.patch
@@ -0,0 +1,34 @@
+--- build.xml.orig 2005-02-05 23:16:58.615050576 +0100
++++ build.xml 2005-02-05 23:28:15.778106144 +0100
+@@ -6,8 +6,6 @@
+ <!-- ==================================================================== -->
+ <!-- Custom task defs -->
+ <!-- ==================================================================== -->
+- <taskdef name="increment" classname="org.exolab.tools.ant.Increment" />
+- <taskdef name="subst" classname="org.exolab.tools.ant.Substitute" />
+
+
+ <!-- ==================================================================== -->
+@@ -37,15 +35,14 @@
+ <!-- The classpath used to build the project -->
+ <!-- ==================================================================== -->
+ <path id="project.class.path">
+- <pathelement path="${lib.dir}/${project.jar.jdbm}" />
+- <pathelement path="${lib.dir}/${project.jar.jnet}" />
+- <pathelement path="${lib.dir}/${project.jar.jsse}" />
+- <pathelement path="${lib.dir}/${project.jar.junit}" />
+- <pathelement path="${lib.dir}/${project.jar.log4j}" />
+- <pathelement path="${lib.dir}/${project.jar.logging}" />
+- <pathelement path="${lib.dir}/${project.jar.cli}" />
+- <pathelement path="${classes.dir}" />
++ <fileset dir="${lib.dir}">
++ <include name="**/*.jar" />
++ </fileset>
++ <pathelement path="${classes.dir}" />
+ </path>
++
++ <taskdef name="increment" classname="org.exolab.tools.ant.Increment" classpathref="project.class.path"/>
++ <taskdef name="subst" classname="org.exolab.tools.ant.Substitute" classpathref="project.class.path" />
+
+
+ <!-- ==================================================================== -->