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

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

diff --git a/fedora-admservconsole-path.patch b/fedora-admservconsole-path.patch
new file mode 100644 (file)
index 0000000..a0ad1df
--- /dev/null
@@ -0,0 +1,21 @@
+--- fedora-admservconsole-1.0.3/build.xml.orig 2006-03-24 01:52:51.000000000 +0100
++++ fedora-admservconsole-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="admservconsole.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-${admservconsole.gen.version}.jar"/>
++      <pathelement location="${console.location}/${brand}-mcc-${admservconsole.gen.version}.jar"/>
++      <pathelement location="${console.location}/${brand}-nmclf-${admservconsole.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.06225 seconds and 4 git commands to generate.