[Fedora-directory-commits] ldapserver internal_comp_deps.mk, 1.35, 1.36

Noriko Hosoi (nhosoi) fedora-directory-commits at redhat.com
Tue Feb 28 20:46:19 UTC 2006


Author: nhosoi

Update of /cvs/dirsec/ldapserver
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv25136

Modified Files:
	internal_comp_deps.mk 
Log Message:
Fixing the internal build (to build dsmlgw w/ ant, ant-launcher.jar is needed)



Index: internal_comp_deps.mk
===================================================================
RCS file: /cvs/dirsec/ldapserver/internal_comp_deps.mk,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- internal_comp_deps.mk	28 Feb 2006 03:00:08 -0000	1.35
+++ internal_comp_deps.mk	28 Feb 2006 20:46:12 -0000	1.36
@@ -501,7 +501,7 @@
 ifeq ($(BUILD_JAVA_CODE),1)
 ifndef GET_ANT_FROM_PATH
 #  (we use ant for building some Java code)
-ANTJAR = ant.jar
+ANTJAR = ant.jar ant-launcher.jar
 #JAXPJAR = jaxp.jar # ???
 ANT_FILES = $(ANTJAR) $(JAXPJAR)
 ANT_RELEASE = $(COMPONENTS_DIR)




More information about the Fedora-directory-commits mailing list