[Fedora-directory-commits] admservconsole build.xml,1.3,1.4

Nathan Kinder (nkinder) fedora-directory-commits at redhat.com
Fri Aug 17 23:35:21 UTC 2007


Author: nkinder

Update of /cvs/dirsec/admservconsole
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv872

Modified Files:
	build.xml 
Log Message:
Added ldapjdk default path as well as settable path.


Index: build.xml
===================================================================
RCS file: /cvs/dirsec/admservconsole/build.xml,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- build.xml	2 Aug 2007 23:16:15 -0000	1.3
+++ build.xml	17 Aug 2007 23:35:19 -0000	1.4
@@ -30,6 +30,9 @@
   <property name="imports.dir"     value="${admservconsole.root}/imports"/>
   <property name="java.src.dir"    value="src"/>
 
+  <!-- Component Paths - Override if needed -->
+  <property name="ldapjdk.location" value="/usr/share/java"/>
+
   <!-- Prepare -->
   <target name="prepare_build">
     <!-- Create directories -->
@@ -85,6 +88,8 @@
         <include name="**/idm-console-base-*.jar"/>
         <include name="**/idm-console-mcc-*.jar"/>
         <include name="**/idm-console-nmclf-*.jar"/>
+      </fileset>
+      <fileset dir="${ldapjdk.location}">
         <include name="**/ldapjdk.jar"/> 
       </fileset>
       <pathelement path="${built.classdir}"/>




More information about the Fedora-directory-commits mailing list