[jboss-cvs] jboss-seam ...

Norman Richards norman.richards at jboss.com
Tue Apr 3 14:17:07 EDT 2007


  User: nrichards
  Date: 07/04/03 14:17:07

  Modified:    jboss-seam  build.xml
  Log:
  remove el jars and commons jars for jboss 4.2
  
  Revision  Changes    Path
  1.175     +2 -1      jboss-seam/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build.xml,v
  retrieving revision 1.174
  retrieving revision 1.175
  diff -u -b -r1.174 -r1.175
  --- build.xml	30 Mar 2007 01:34:53 -0000	1.174
  +++ build.xml	3 Apr 2007 18:17:07 -0000	1.175
  @@ -139,10 +139,11 @@
   	<zipfileset id="example.ajax4jsf.jar" dir="${lib.dir}" prefix="WEB-INF/lib" description="the Ajax4JSF jar">
   		<include name="ajax4jsf*.jar" if="example.ajax4jsf.lib" />
   		<include name="oscache*.jar" if="example.ajax4jsf.lib" />
  +		<include name="commons*.jar" if="example.ajax4jsf.lib" />
   	</zipfileset>
   
   	<zipfileset id="example.extra.jar" dir="${lib.dir}" description="extra jars for the EAR">
  -		<include name="el-*.jar" />
  +            <!-- <include name="el-*.jar" /> -->
   		<include name="jbpm*.jar" if="example.jbpm.lib" />
   		<include name="jboss-cache-jdk50.jar" if="example.cache.lib" />
   		<include name="jboss-aop-jdk50.jar" if="example.cache.lib" />
  
  
  



More information about the jboss-cvs-commits mailing list