[Fedora-directory-commits] dsmlgw build.xml,1.10,1.11

Richard Allen Megginson (rmeggins) fedora-directory-commits at redhat.com
Thu May 1 20:21:33 UTC 2008


Author: rmeggins

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

Modified Files:
	build.xml 
Log Message:
use sane default values


Index: build.xml
===================================================================
RCS file: /cvs/dirsec/dsmlgw/build.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- build.xml	30 Apr 2008 20:49:21 -0000	1.10
+++ build.xml	1 May 2008 20:21:31 -0000	1.11
@@ -82,9 +82,9 @@
 
 	<!-- place to write class files and other transient files
 		 generated during build process -->
-	<property name="build.dir" value="${mcom.root}/built/dsmlgw" />
+	<property name="build.dir" value="built" />
 	<!-- place to write final jar file and webapps files/dirs -->
-	<property name="dist.dir" value="${mcom.root}/../dist/dsmlgw" />
+	<property name="dist.dir" value="dist" />
 	<property name="pkg.dir"  value="${dist.dir}/pkg"/>
 
 	<!-- see if we are using the binary axis package and if it is local -->




More information about the Fedora-directory-commits mailing list