[jboss-cvs] jboss-seam/seam-gen ...

Max Rydahl Andersen mandersen at jboss.com
Fri Jul 27 10:55:33 EDT 2007


  User: mandersen
  Date: 07/07/27 10:55:33

  Added:       seam-gen  Tag: Seam_1_2_AP rhds-build.xml
  Log:
  added build file for rhds related files.
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.2.1   +33 -0     jboss-seam/seam-gen/Attic/rhds-build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: rhds-build.xml
  ===================================================================
  RCS file: rhds-build.xml
  diff -N rhds-build.xml
  --- /dev/null	1 Jan 1970 00:00:00 -0000
  +++ rhds-build.xml	27 Jul 2007 14:55:33 -0000	1.1.2.1
  @@ -0,0 +1,33 @@
  +<?xml version="1.0"?>
  +
  +<!-- This build file sole purpose is to generate a zip file of the missing seam-gen files in EAP
  + needed for RHDS in its first release -->
  +<project name="seam-rhds" default="build" basedir=".">
  +
  +	<target name="build">
  +		
  +		<ant antfile="build.xml" dir=".." target="cleandist">
  +		     <property name="dist.dir" value="../seam-rhds"/>
  +		</ant>
  +	   
  +	   	<ant antfile="build.xml" dir=".." target="build">
  +	   	<property name="dist.dir" value="../seam-rhds"/>
  +	   </ant>
  +		
  +		<ant antfile="build.xml" dir=".." target="copyseamgen">
  +	      <property name="dist.dir" value="../seam-rhds"/>
  +		</ant>
  +		
  +		
  +	   <zip destfile="../rhds-seam-gen-patch.zip">
  +	     <fileset dir="../../seam-rhds">
  +	     	<exclude name="seam-gen/rhds-build.xml"/>
  +	     	<exclude name="seam-gen/build/**"/>
  +	     	<include name="seam-gen/**"/>
  +	     	<include name="jboss-seam-gen.jar"/>
  +		  </fileset>
  +	   </zip>	
  +	</target>
  +	
  +	
  +</project>
  
  
  



More information about the jboss-cvs-commits mailing list