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

Peter Muir peter at bleepbleep.org.uk
Sun Dec 23 16:09:58 EST 2007


  User: pmuir   
  Date: 07/12/23 16:09:58

  Modified:    examples/jpa       build-weblogic92.xml
                        build-websphere61.xml build-glassfish.xml
                        build-tomcat6.xml build-tomcat55.xml
                        build-jboss405.xml
  Log:
  More tidy up
  
  Revision  Changes    Path
  1.7       +2 -1      jboss-seam/examples/jpa/build-weblogic92.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-weblogic92.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-weblogic92.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- build-weblogic92.xml	24 Oct 2007 18:57:27 -0000	1.6
  +++ build-weblogic92.xml	23 Dec 2007 21:09:58 -0000	1.7
  @@ -31,6 +31,7 @@
         <include name="lib/commons-digester.jar" />
         <include name="lib/commons-collections.jar" />
         <include name="lib/commons-logging.jar" />
  +      
         <!-- JSF (and related) implementation -->
         <include name="lib/jsf-api.jar" />
         <include name="lib/jsf-impl.jar" />
  @@ -46,7 +47,7 @@
         <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/antlr.jar" />
       </fileset>
   
  
  
  
  1.8       +1 -1      jboss-seam/examples/jpa/build-websphere61.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-websphere61.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-websphere61.xml,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -b -r1.7 -r1.8
  --- build-websphere61.xml	24 Oct 2007 18:57:27 -0000	1.7
  +++ build-websphere61.xml	23 Dec 2007 21:09:58 -0000	1.8
  @@ -43,7 +43,7 @@
           <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/antlr.jar" />        
       </fileset>
   	
  
  
  
  1.7       +1 -1      jboss-seam/examples/jpa/build-glassfish.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-glassfish.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-glassfish.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- build-glassfish.xml	24 Oct 2007 18:57:27 -0000	1.6
  +++ build-glassfish.xml	23 Dec 2007 21:09:58 -0000	1.7
  @@ -32,7 +32,7 @@
       	<include name="lib/hibernate-validator.jar"/>
       	<include name="examples/jpa/lib/jboss-archive-browsing.jar" />
       	<include name="lib/jboss-common-core.jar" />
  -    	<include name="examples/jpa/lib/cglib.jar"/>
  +    	<include name="lib/cglib.jar"/>
       	<include name="lib/antlr.jar" />
       	<include name="lib/commons-logging.jar" />
       	<include name="lib/commons-collections.jar" />
  
  
  
  1.6       +6 -2      jboss-seam/examples/jpa/build-tomcat6.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-tomcat6.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-tomcat6.xml,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -b -r1.5 -r1.6
  --- build-tomcat6.xml	24 Oct 2007 18:57:27 -0000	1.5
  +++ build-tomcat6.xml	23 Dec 2007 21:09:58 -0000	1.6
  @@ -20,7 +20,11 @@
       <import file="../build.xml"/>
   
       <fileset id="noejb.war.lib.extras" dir="${seam.dir}">
  -    	<include name="lib/commons-*.jar" />
  +    	<include name="lib/commons-beanutils.jar"/>
  +        <include name="lib/commons-collections.jar"/>
  +        <include name="lib/commons-digester.jar"/>
  +        <include name="lib/commons-lang.jar"/>
  +        <include name="lib/commons-logging.jar"/>
   		<include name="lib/jsf-api.jar" />
   		<include name="lib/jsf-impl.jar" />
   		<include name="lib/jstl.jar" />
  @@ -32,7 +36,7 @@
   		<include name="lib/hibernate-validator.jar" />
   		<include name="lib/javassist.jar" />
   		<include name="lib/persistence-api.jar" />
  -		<include name="examples/jpa/lib/cglib.jar" />
  +		<include name="lib/cglib.jar" />
   		<include name="lib/jta.jar" />
   		<include name="lib/antlr.jar" />
       	<include name="examples/jpa/lib/jboss-archive-browsing.jar" />
  
  
  
  1.7       +6 -2      jboss-seam/examples/jpa/build-tomcat55.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-tomcat55.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-tomcat55.xml,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -b -r1.6 -r1.7
  --- build-tomcat55.xml	24 Oct 2007 18:57:27 -0000	1.6
  +++ build-tomcat55.xml	23 Dec 2007 21:09:58 -0000	1.7
  @@ -25,7 +25,11 @@
       	<include name="lib/javassist.jar"/>
       	
       	<!-- Misc -->
  -    	<include name="lib/commons-*.jar"/>
  +    	<include name="lib/commons-beanutils.jar"/>
  +        <include name="lib/commons-collections.jar"/>
  +        <include name="lib/commons-digester.jar"/>
  +        <include name="lib/commons-lang.jar"/>
  +        <include name="lib/commons-logging.jar"/>
       	<include name="lib/jta.jar"/>
       	
       	<!-- JSF (and related) implementation -->
  @@ -43,7 +47,7 @@
       	<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/antlr.jar" />
       </fileset>
   
  
  
  
  1.5       +10 -6     jboss-seam/examples/jpa/build-jboss405.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build-jboss405.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/jpa/build-jboss405.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -b -r1.4 -r1.5
  --- build-jboss405.xml	6 Sep 2007 17:18:46 -0000	1.4
  +++ build-jboss405.xml	23 Dec 2007 21:09:58 -0000	1.5
  @@ -20,12 +20,16 @@
       <import file="../build.xml"/>
   
       <fileset id="noejb.war.lib.extras" dir="${seam.dir}">
  -        <include name="lib/common*.jar"/>
  -        <include name="lib/jsf-*.jar"/>
  -        <include name="lib/jstl-*.jar"/>
  -        <include name="hibernate/lib/*.jar"/>
  -        <!-- Needed since JBoss 4.0.5 does not support JSP 2.0 -->
  -        <include name="examples/jpa/lib/el-*.jar"/>
  +        <include name="lib/commons-beanutils.jar"/>
  +        <include name="lib/commons-collections.jar"/>
  +        <include name="lib/commons-digester.jar"/>
  +        <include name="lib/commons-lang.jar"/>
  +        <include name="lib/commons-logging.jar"/>
  +        <include name="lib/jsf-impl.jar"/>
  +        <include name="lib/jsf-api.jar"/>
  +        <include name="lib/jstl.jar"/>
  +        <include name="examples/jpa/lib/el-ri.jar"/>
  +        <include name="lib/el-api.jar"/>
       </fileset>
          
   </project>
  
  
  



More information about the jboss-cvs-commits mailing list