[Fedora-directory-commits] dsmlgw build.xml,1.8,1.9

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Fri Apr 25 02:28:11 UTC 2008


Author: rmeggins

Update of /cvs/dirsec/dsmlgw
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv28804/dsmlgw

Modified Files:
	build.xml 
Log Message:
added dsml2ldif and ldif2dsml scripts


Index: build.xml
===================================================================
RCS file: /cvs/dirsec/dsmlgw/build.xml,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- build.xml	24 Apr 2008 21:52:40 -0000	1.8
+++ build.xml	25 Apr 2008 02:28:09 -0000	1.9
@@ -220,6 +220,12 @@
 		<copyfilter file="scripts/dsmlgw-search.in"
 			tofile="${pkg.dir}${dsmlgwbindir}/dsmlgw-search"/>
 		<chmod file="${pkg.dir}${dsmlgwbindir}/dsmlgw-search" perm="0755"/>
+		<copyfilter file="scripts/dsml2ldif.in"
+			tofile="${pkg.dir}${dsmlgwbindir}/dsml2ldif"/>
+		<chmod file="${pkg.dir}${dsmlgwbindir}/dsml2ldif" perm="0755"/>
+		<copyfilter file="scripts/ldif2dsml.in"
+			tofile="${pkg.dir}${dsmlgwbindir}/ldif2dsml"/>
+		<chmod file="${pkg.dir}${dsmlgwbindir}/ldif2dsml" perm="0755"/>
 		<copy file="misc/dsmlgw.cfg" todir="${pkg.dir}${dsmlgwconfigdir}"/>
 		<chmod file="${pkg.dir}${dsmlgwconfigdir}/dsmlgw.cfg" perm="0644"/>
 		<copy todir="${pkg.dir}${dsmlgwdatadir}/data">




More information about the Fedora-directory-commits mailing list