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

Max Rydahl Andersen mandersen at jboss.com
Tue Nov 27 11:42:02 EST 2007


  User: mandersen
  Date: 07/11/27 11:42:02

  Modified:    seam-gen  Tag: Seam_1_2_1_AP build.xml
  Log:
  fix JBIDE-1367 to avoid ehcache exceptions to pop up when running unittests from eclipse.
  
  + fix the uncommenting of el-api.jar copying
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.81.2.3  +1 -1      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.2
  retrieving revision 1.81.2.3
  diff -u -b -r1.81.2.2 -r1.81.2.3
  --- build.xml	26 Oct 2007 13:31:29 -0000	1.81.2.2
  +++ build.xml	27 Nov 2007 16:42:02 -0000	1.81.2.3
  @@ -470,7 +470,7 @@
           <copy todir="${project.home}/lib" overwrite="true">
               <fileset dir="../lib">
   		<!-- not needed for jboss as 4.2 -->
  -		<exclude name="el-api.jar"/>		
  +		<!-- <exclude name="el-api.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