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

Jay Balunas jbalunas at redhat.com
Thu Jan 10 10:31:19 EST 2008


  User: jbalunas
  Date: 08/01/10 10:31:19

  Modified:    examples/jpa  build-weblogic10.xml
  Log:
  JBSEAM-2411 updated based on Pete's review - thanks
  
  Revision  Changes    Path
  1.2       +2 -5      jboss-seam/examples/jpa/build-weblogic10.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-weblogic10.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-weblogic10.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build-weblogic10.xml	8 Jan 2008 14:33:21 -0000	1.1
  +++ build-weblogic10.xml	10 Jan 2008 15:31:19 -0000	1.2
  @@ -26,7 +26,6 @@
         <include name="lib/javassist.jar" />
   
         <!-- Misc -->
  -      <include name="lib/jta.jar" />
         <include name="lib/commons-beanutils.jar" />
         <include name="lib/commons-digester.jar" />
         <include name="lib/commons-collections.jar" />
  @@ -34,9 +33,7 @@
         <!-- JSF (and related) implementation -->
         <include name="lib/jsf-api.jar" />
         <include name="lib/jsf-impl.jar" />
  -      <include name="lib/jstl.jar" />
         <include name="examples/jpa/lib/el-ri.jar" />
  -      <include name="lib/el-api.jar" />
   
         <!-- Hibernate and deps -->
         <include name="lib/hibernate.jar" />
  @@ -45,8 +42,8 @@
         <include name="lib/hibernate-entitymanager.jar" />
         <include name="lib/hibernate-validator.jar" />
         <include name="examples/jpa/lib/jboss-archive-browsing.jar" />
  -      <include name="lib/persistence-api.jar" />
  -      <include name="examples/jpa/lib/cglib.jar" />
  +      <include name="lib/cglib.jar" />
  +    	<include name="lib/asm.jar"/>
         <include name="lib/antlr.jar" />
       </fileset>
   
  
  
  



More information about the jboss-cvs-commits mailing list