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

Max Rydahl Andersen mandersen at jboss.com
Fri Oct 26 09:31:29 EDT 2007


  User: mandersen
  Date: 07/10/26 09:31:29

  Modified:    seam-gen   Tag: Seam_1_2_1_AP rhds-build.xml build.xml
  Log:
  JBSEAM-2161 new-conversation does not work for war deployment
  JBIDE-939 EL not allowed in pages.xml
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.1.4.3   +4 -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: /cvsroot/jboss/jboss-seam/seam-gen/Attic/rhds-build.xml,v
  retrieving revision 1.1.4.2
  retrieving revision 1.1.4.3
  diff -u -b -r1.1.4.2 -r1.1.4.3
  --- rhds-build.xml	19 Oct 2007 14:25:54 -0000	1.1.4.2
  +++ rhds-build.xml	26 Oct 2007 13:31:29 -0000	1.1.4.3
  @@ -14,6 +14,10 @@
   	   	<property name="dist.dir" value="../seam-rhds"/>
   	   </ant>
   		
  +		<ant antfile="build.xml" dir=".." target="jargen">
  +			      <property name="dist.dir" value="../seam-rhds"/>
  +		</ant>
  +		
   		<ant antfile="build.xml" dir=".." target="copyseamgen">
   	      <property name="dist.dir" value="../seam-rhds"/>
   		</ant>
  
  
  
  1.81.2.2  +1 -2      jboss-seam/seam-gen/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.xml,v
  retrieving revision 1.81.2.1
  retrieving revision 1.81.2.2
  diff -u -b -r1.81.2.1 -r1.81.2.2
  --- build.xml	19 Oct 2007 14:25:54 -0000	1.81.2.1
  +++ build.xml	26 Oct 2007 13:31:29 -0000	1.81.2.2
  @@ -471,7 +471,6 @@
               <fileset dir="../lib">
   		<!-- not needed for jboss as 4.2 -->
   		<exclude name="el-api.jar"/>
  -		<exclude name="el-ri.jar"/>
   		<!-- Can't exclude myfaces since EAP does not include jsf-api.jar in the seam version -->
           <!-- <exclude name="myfaces-*.jar"/> -->
               	
  
  
  



More information about the jboss-cvs-commits mailing list