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

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu Apr 24 21:52:43 UTC 2008


Author: rmeggins

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

Modified Files:
	build.xml 
Log Message:
added dsml data files to package - fix minor bugs in dsmlgw-search


Index: build.xml
===================================================================
RCS file: /cvs/dirsec/dsmlgw/build.xml,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- build.xml	24 Apr 2008 21:39:10 -0000	1.7
+++ build.xml	24 Apr 2008 21:52:40 -0000	1.8
@@ -196,6 +196,7 @@
 
 	<target name="makepkg" description="create the distribution package" depends="makewar">
 		<mkdir dir="${pkg.dir}${dsmlgwdatadir}/webapps/axis"/>
+		<mkdir dir="${pkg.dir}${dsmlgwdatadir}/data"/>
 		<mkdir dir="${pkg.dir}${dsmlgwconfigdir}"/>
 		<mkdir dir="${pkg.dir}${dsmlgwlogdir}"/>
 		<mkdir dir="${pkg.dir}${dsmlgwrundir}"/>
@@ -221,6 +222,11 @@
 		<chmod file="${pkg.dir}${dsmlgwbindir}/dsmlgw-search" 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">
+			<fileset dir="dsml">
+				<include name="*.dsml"/>
+			</fileset>
+		</copy>
 		<tar destfile="${dist.dir}/${ant.project.name}-${version}.tar"
 			basedir="${pkg.dir}"/>
 		<gzip zipfile="${dist.dir}/${ant.project.name}-${version}.tar.gz"




More information about the Fedora-directory-commits mailing list