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

Max Rydahl Andersen mandersen at jboss.com
Wed Jul 25 10:34:39 EDT 2007


  User: mandersen
  Date: 07/07/25 10:34:39

  Modified:    seam-gen/build-scripts    Tag: Seam_1_2_AP .classpath
                        build.xml build-war.xml
  Log:
  JBPAPP-251 seamgen for usage in RHDS
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.10.2.1  +0 -2      jboss-seam/seam-gen/build-scripts/.classpath
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: .classpath
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/.classpath,v
  retrieving revision 1.10
  retrieving revision 1.10.2.1
  diff -u -b -r1.10 -r1.10.2.1
  --- .classpath	31 Jan 2007 06:28:01 -0000	1.10
  +++ .classpath	25 Jul 2007 14:34:39 -0000	1.10.2.1
  @@ -27,8 +27,6 @@
   	<classpathentry kind="lib" path="lib/servlet-api.jar"/>
   	<classpathentry kind="lib" path="lib/testng-4.5.1-jdk15.jar"/>
   	<classpathentry kind="lib" path="lib/thirdparty-all.jar"/>
  -	<classpathentry kind="lib" path="lib/el-api.jar"/>
  -	<classpathentry kind="lib" path="lib/el-ri.jar"/>
   	<classpathentry kind="lib" path="lib/@driverJar@"/>
   	<classpathentry kind="output" path="test-build"/>
   </classpath>
  
  
  
  1.24.2.1  +1 -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.24
  retrieving revision 1.24.2.1
  diff -u -b -r1.24 -r1.24.2.1
  --- build.xml	23 Feb 2007 01:21:13 -0000	1.24
  +++ build.xml	25 Jul 2007 14:34:39 -0000	1.24.2.1
  @@ -106,7 +106,7 @@
   		</copy>		
   		<copy todir="${war.dir}/WEB-INF/lib">
   			<fileset dir="${lib.dir}">
  -				<include name="ajax4jsf.jar" />
  +				<include name="ajax4jsf*.jar" />
   				<include name="oscache*.jar" />
   				<include name="jsf-facelets.jar" />
   				<include name="jboss-seam-*.jar" />
  
  
  
  1.5.2.1   +4 -1      jboss-seam/seam-gen/build-scripts/build-war.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-war.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/seam-gen/build-scripts/build-war.xml,v
  retrieving revision 1.5
  retrieving revision 1.5.2.1
  diff -u -b -r1.5 -r1.5.2.1
  --- build-war.xml	23 Feb 2007 01:21:13 -0000	1.5
  +++ build-war.xml	25 Jul 2007 14:34:39 -0000	1.5.2.1
  @@ -100,7 +100,7 @@
   		
   		<copy todir="${war.dir}/WEB-INF/lib">
   			<fileset dir="${lib.dir}">
  -				<include name="ajax4jsf.jar" />
  +				<include name="ajax4jsf*.jar" />
   				<include name="oscache*.jar" />
   				<include name="jsf-facelets.jar" />
   				<include name="jboss-seam-*.jar" />
  @@ -110,6 +110,9 @@
   				<include name="antlr-*.jar"/>
   				<include name="commons-jci-*.jar"/>
   				<include name="stringtemplate-*.jar"/>
  +				<include name="commons-beanutils-*.jar"/>
  +				<include name="commons-digester-*.jar"/>
  +				<include name="commons-collections-*.jar"/>
   			</fileset>
   		</copy>
   		
  
  
  



More information about the jboss-cvs-commits mailing list