openamf/build build.xml,1.32,1.33

[email protected]
Newsgroups gmane.comp.java.openamf.cvs
Message-ID <[email protected]>
Update of /cvsroot/openamf/openamf/build
In directory sc8-pr-cvs1:/tmp/cvs-serv31058/build

Modified Files:
	build.xml 
Log Message:
fixed bug caused by ealier commit, now multiple bodies should be supported

Index: build.xml
===================================================================
RCS file: /cvsroot/openamf/openamf/build/build.xml,v
retrieving revision 1.32
retrieving revision 1.33
diff -C2 -d -r1.32 -r1.33
*** build.xml	5 May 2003 03:43:36 -0000	1.32
--- build.xml	24 May 2003 06:43:21 -0000	1.33
***************
*** 182,186 ****
  
  	<!-- Create jar  -->
! 	<target name="jar" depends="compile-core, compile-test">
  		<jar jarfile="${jar.file}">
  			<fileset dir="${core.build.dir}"/>
--- 182,186 ----
  
  	<!-- Create jar  -->
! 	<target name="jar" depends="compile-core">
  		<jar jarfile="${jar.file}">
  			<fileset dir="${core.build.dir}"/>
***************
*** 189,193 ****
     
  	<!-- Create war  -->
! 	<target name="war" depends="jar">
  		<copy todir="${web.build.lib.dir}" file="${jar.file}"/>
  		<copy todir="${web.build.lib.dir}" file="${logging.jar.file}"/>
--- 189,193 ----
     
  	<!-- Create war  -->
! 	<target name="war" depends="jar, compile-test">
  		<copy todir="${web.build.lib.dir}" file="${jar.file}"/>
  		<copy todir="${web.build.lib.dir}" file="${logging.jar.file}"/>




-------------------------------------------------------
This SF.net email is sponsored by: ObjectStore.
If flattening out C++ or Java code to make your application fit in a
relational database is painful, don't do it! Check out ObjectStore.
Now part of Progress Software. http://www.objectstore.net/sourceforge
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.