summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKrzysztof Pawlik <nelchael@gentoo.org>2006-09-11 14:15:55 +0000
committerKrzysztof Pawlik <nelchael@gentoo.org>2006-09-11 14:15:55 +0000
commitcd0d59191228ec2ed6adadcd14589c182791f147 (patch)
treed76c707f3beb2caadd0b173804206bf8750994ad /dev-java/jldap/files/200603-javac.xml.patch
parentInitial import - dependency of dev-java/jldap. (diff)
downloadhistorical-cd0d59191228ec2ed6adadcd14589c182791f147.tar.gz
historical-cd0d59191228ec2ed6adadcd14589c182791f147.tar.bz2
historical-cd0d59191228ec2ed6adadcd14589c182791f147.zip
Migrated to new Java build system.
Package-Manager: portage-2.1.1
Diffstat (limited to 'dev-java/jldap/files/200603-javac.xml.patch')
-rw-r--r--dev-java/jldap/files/200603-javac.xml.patch24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-java/jldap/files/200603-javac.xml.patch b/dev-java/jldap/files/200603-javac.xml.patch
new file mode 100644
index 000000000000..222e22e8d452
--- /dev/null
+++ b/dev-java/jldap/files/200603-javac.xml.patch
@@ -0,0 +1,24 @@
+--- javac.xml.original 2006-09-11 15:28:53.000000000 +0200
++++ javac.xml 2006-09-11 15:29:07.000000000 +0200
+@@ -66,8 +66,7 @@
+
+ <!-- Take care of optional components -->
+ <fileset dir="${ext}">
+- <include name="commons-httpclient-*.jar"/>
+- <include name="openspml*.jar"/>
++ <include name="*.jar"/>
+ </fileset>
+ </classpath>
+ </javac>
+@@ -102,6 +101,11 @@
+ <pathelement location="external/jsse/lib/jnet.jar"/>
+ <pathelement location="external/jsse/lib/jsse.jar"/>
+ <pathelement location="external/commons-httpclient-2.0-rc2.jar"/>
++
++ <!-- Take care of optional components -->
++ <fileset dir="${ext}">
++ <include name="*.jar"/>
++ </fileset>
+ </classpath>
+ </javac>
+