[Fedora-directory-commits] directoryconsole build.xml,1.2,1.3

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Mon Nov 14 04:14:18 UTC 2005


Author: rmeggins

Update of /cvs/dirsec/directoryconsole
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv10346

Modified Files:
	build.xml 
Log Message:
allow the definition of the console location on the command line with different directory layouts than the default


Index: build.xml
===================================================================
RCS file: /cvs/dirsec/directoryconsole/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- build.xml	28 Oct 2005 18:01:11 -0000	1.2
+++ build.xml	14 Nov 2005 04:14:11 -0000	1.3
@@ -79,10 +79,10 @@
     <!-- Construct classpath -->
     <path id="ldapconsole.classpath">
       <fileset dir="${console.location}">
-        <include name="*/java/base.jar"/>
-        <include name="*/java/mcc*.jar"/>
-        <include name="*/java/nmclf*.jar"/>
-        <include name="*/java/ldapjdk.jar"/> 
+        <include name="**/java/base.jar"/>
+        <include name="**/java/mcc*.jar"/>
+        <include name="**/java/nmclf*.jar"/>
+        <include name="**/java/ldapjdk.jar"/> 
       </fileset>
       <pathelement path="${built.classdir}"/>
     </path>




More information about the Fedora-directory-commits mailing list