]> git.pld-linux.org Git - packages/fedora-directoryconsole.git/commitdiff
- allow passing our paths
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 17 Nov 2006 12:36:20 +0000 (12:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fedora-directoryconsole-path.patch -> 1.1

fedora-directoryconsole-path.patch [new file with mode: 0644]

diff --git a/fedora-directoryconsole-path.patch b/fedora-directoryconsole-path.patch
new file mode 100644 (file)
index 0000000..6cbd907
--- /dev/null
@@ -0,0 +1,21 @@
+--- fedora-directoryconsole-1.0.3/build.xml.orig       2006-03-24 01:52:51.000000000 +0100
++++ fedora-directoryconsole-1.0.3/build.xml    2006-11-17 13:13:17.329505000 +0100
+@@ -81,13 +81,11 @@
+   <target name="build" depends="import_console">
+     <!-- Construct classpath -->
+     <path id="ldapconsole.classpath">
+-      <fileset dir="${console.location}">
+-        <include name="**/java/${brand}-base-*.jar"/>
+-        <include name="**/java/${brand}-mcc-*.jar"/>
+-        <include name="**/java/${brand}-nmclf-*.jar"/>
+-        <include name="**/java/ldapjdk.jar"/> 
+-      </fileset>
+-      <pathelement path="${built.classdir}"/>
++      <pathelement location="${console.location}/${brand}-base-${ldapconsole.gen.version}.jar"/>
++      <pathelement location="${console.location}/${brand}-mcc-${ldapconsole.gen.version}.jar"/>
++      <pathelement location="${console.location}/${brand}-nmclf-${ldapconsole.gen.version}.jar"/>
++      <pathelement location="${ldapjdk.location}/ldapjdk.jar"/> 
++        <pathelement path="${built.classdir}"/>
+     </path>
+     <!-- compile regular java code -->
+     <javac   srcdir="${java.src.dir}"
This page took 0.069279 seconds and 4 git commands to generate.