[jboss-cvs] jboss-seam ...

Peter Muir peter at bleepbleep.org.uk
Sat Jul 14 20:18:35 EDT 2007


  User: pmuir   
  Date: 07/07/14 20:18:35

  Modified:    jboss-seam  build.xml
  Log:
  put dist jars back in the right place
  
  Revision  Changes    Path
  1.248     +4 -3      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.247
  retrieving revision 1.248
  diff -u -b -r1.247 -r1.248
  --- build.xml	14 Jul 2007 23:48:43 -0000	1.247
  +++ build.xml	15 Jul 2007 00:18:35 -0000	1.248
  @@ -91,7 +91,8 @@
   	<!-- Distribution targets -->
   	<property name="dist.name" value="${name}-${version}.${patchlevel}" />
   
  -	<property name="dist.dir" value="${basedir}/../${dist.name}" />
  +	<property name="dist.location" value="${basedir}/../" />
  +	<property name="dist.dir" value="${dist.location}/${dist.name}" />
   	<property name="dist.ui.dir" value="${dist.dir}/ui" />
   	<property name="dist.doc.dir" value="${dist.dir}/doc" />
   	<property name="dist.api.dir" value="${dist.dir}/doc/api" />
  @@ -956,10 +957,10 @@
   	</target>
   
   	<target name="dist" depends="cleandist,build,javadoc,copysource,copylib,copyexamples,copyseamgen,refdoc,extras" description="Build everything and package">
  -		<zip zipfile="${dist.name}.zip">
  +		<zip zipfile="${dist.location}/${dist.name}.zip">
   			<zipfileset prefix="${dist.name}" dir="${dist.dir}" />
   		</zip>
  -		<tar tarfile="${dist.name}.tar.gz" compression="gzip">
  +		<tar tarfile="${dist.location}/${dist.name}.tar.gz" compression="gzip">
   			<tarfileset prefix="${dist.name}" dir="${dist.dir}" />
   		</tar>
   	</target>
  
  
  



More information about the jboss-cvs-commits mailing list