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

Gavin King gavin.king at jboss.com
Wed Nov 1 22:58:42 EST 2006


  User: gavin   
  Date: 06/11/01 22:58:42

  Modified:    seam-gen/build-scripts  build.xml
  Log:
  fix build
  
  Revision  Changes    Path
  1.3       +6 -1      jboss-seam/seam-gen/build-scripts/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- build.xml	2 Nov 2006 03:10:53 -0000	1.2
  +++ build.xml	2 Nov 2006 03:58:42 -0000	1.3
  @@ -44,7 +44,7 @@
   	<target name="build-jar" depends="compile" description="Build the distribution .jar file">
   		<copy todir="${classes.dir}">
   			<fileset dir="${basedir}/resources">
  -				<include name="*.properties" />
  +				<include name="seam.properties" />
   			</fileset>
   		</copy>
   		<copy todir="${classes.dir}/META-INF">
  @@ -80,6 +80,11 @@
                   <filter token="embeddedEjb" value="false"/>
               </filterset>
   		</copy>
  +		<copy todir="${basedir}/exploded-archives/MyDomain.war/WEB-INF/classes">
  +			<fileset dir="${basedir}/resources"> 
  +				<include name="messages*.properties"/>
  +			</fileset>
  +		</copy>
   	</target>
   
   	<target name="build-ear" depends="build-jar,build-war" description="Build the EAR">
  
  
  



More information about the jboss-cvs-commits mailing list