[jboss-cvs] jboss-seam/examples/glassfish ...

Michael Yuan michael.yuan at jboss.com
Mon Feb 26 13:32:33 EST 2007


  User: myuan   
  Date: 07/02/26 13:32:33

  Modified:    examples/glassfish  build.xml
  Log:
  Glassfish example that really works this time. :)
  
  Revision  Changes    Path
  1.8       +3 -0      jboss-seam/examples/glassfish/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/glassfish/build.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- build.xml	26 Feb 2007 09:43:27 -0000	1.7
  +++ build.xml	26 Feb 2007 18:32:33 -0000	1.8
  @@ -50,6 +50,7 @@
         </fileset>
         <fileset dir="${resources}">
           <include name="seam.properties" />
  +        <include name="log4j.xml" />
           <include name="import.sql" />
         </fileset>
         <metainf dir="${resources}/META-INF/">
  @@ -89,8 +90,10 @@
         appxml="${resources}/META-INF/application.xml">
         
         <fileset dir="${lib}">
  +        <!--
           <include name="el-api.jar" />
           <include name="el-ri.jar" />
  +        -->
           <include name="thirdparty-all.jar" />
           <include name="commons-digester-*.jar" />
           <include name="commons-beanutils-*.jar" />
  
  
  



More information about the jboss-cvs-commits mailing list