openamf/build build.xml,1.28,1.29

[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-serv8011/build

Modified Files:
	build.xml 
Log Message:
now dist creates 2 zip files 

openamf.zip (1.3MB):
	openamf.jar, 
	the required external jars, 
	source, 
	and README
openamf-examples.zip (7.7MB):
	all of the above plus
	the openamf.war and openamf.jars

Index: build.xml
===================================================================
RCS file: /cvsroot/openamf/openamf/build/build.xml,v
retrieving revision 1.28
retrieving revision 1.29
diff -C2 -d -r1.28 -r1.29
*** build.xml	5 May 2003 00:36:45 -0000	1.28
--- build.xml	5 May 2003 00:52:40 -0000	1.29
***************
*** 82,85 ****
--- 82,86 ----
  		
  		<property name="dist.zip.file" value="${build.dir}/${name}.zip"/>
+ 		<property name="examples.zip.file" value="${build.dir}/${name}-examples.zip"/>
  		
  		<property name="build.deploy.dir" value="${build.dir}/deploy"/>
***************
*** 247,251 ****
--- 248,265 ----
  	<target name="dist" depends="ear">
  		<delete file="${dist.zip.file}"/>
+ 		<delete file="${examples.zip.file}"/>
  		<zip destfile="${dist.zip.file}">
+ 			<fileset dir="${docs.dir}" includes="README.txt"/>
+ 			<fileset dir="${build.dir}" includes="openamf.jar"/>
+ 			<fileset dir="${basedir}" includes="src/**" excludes="**/*.class"/>
+ 			<fileset dir="${basedir}" includes="${logging.jar.file}"/>
+ 			<fileset dir="${basedir}" includes="${beanutils.jar.file}"/>
+ 			<fileset dir="${basedir}" includes="${collections.jar.file}"/>
+ 			<fileset dir="${basedir}" includes="${digester.jar.file}"/>
+ 			<fileset dir="${basedir}" includes="${saaj.jar.file}"/>
+ 			<fileset dir="${basedir}" includes="${wsdl4j.jar.file}"/>
+ 			<fileset dir="${basedir}" includes="${commons-discovery.jar.file}"/>
+ 		</zip>
+ 		<zip destfile="${examples.zip.file}">
  			<fileset dir="${docs.dir}" includes="README.txt"/>
  			<fileset dir="${build.dir}" includes="openamf.war, openamf.jar, openamf.ear"/>




-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
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.