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

Peter Muir peter at bleepbleep.org.uk
Wed Oct 3 10:13:25 EDT 2007


  User: pmuir   
  Date: 07/10/03 10:13:25

  Modified:    examples/jpa  build-weblogic92.xml
  Log:
  wls build
  
  Revision  Changes    Path
  1.4       +49 -27    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.3
  retrieving revision 1.4
  diff -u -b -r1.3 -r1.4
  --- build-weblogic92.xml	6 Sep 2007 17:18:46 -0000	1.3
  +++ build-weblogic92.xml	3 Oct 2007 14:13:25 -0000	1.4
  @@ -3,30 +3,52 @@
   <project name="JPA Booking" default="noejb.archive" basedir=".">
   
       <!-- Naming -->
  -    <property name="Name"                   value="The JPA Example for WebLogic 9.2"/>
  -    <property name="example.name"           value="jboss-seam-jpa"/>
  +  <property name="Name" value="The JPA Example for WebLogic 9.2" />
  +  <property name="example.name" value="jboss-seam-jpa" />
   
       <!-- resources -->
       <property name="resources.dir" value="resources-weblogic92" />
   	<property name="dist.dir" value="dist-weblogic92" />
  -	<property name="exploded-archives.dir" value="exploded-archives-weblogic92" />
  +  <property name="exploded-archives.dir"
  +    value="exploded-archives-weblogic92" />
          
       <!-- Libraries to include -->
  -    <property name="seam.ui.lib"    value="true"/>
  -    <property name="seam.debug.lib" value="true"/>
  -    <property name="facelets.lib"   value="true"/>
  -    <property name="richfaces.lib"   value="true"/>
  +  <property name="seam.ui.lib" value="true" />
  +  <property name="seam.debug.lib" value="true" />
  +  <property name="facelets.lib" value="true" />
  +  <property name="richfaces.lib" value="true" />
   
  -    <import file="../build.xml"/>
  +  <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"/>
  -        <include name="lib/thirdparty-all.jar"/>
  -        <!-- Needed since WLS 9.2 does not support JSP 2.0 -->
  -        <include name="examples/jpa/lib/el-*.jar"/>
  +    <fileset id="noejb.war.lib.extras" dir="${seam.dir}">
  +      <!-- Seam deps -->
  +      <include name="lib/dom4j.jar" />
  +      <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" />
  +      <!-- JSF (and related) implementation -->
  +      <include name="lib/jsf-api.jar" />
  +      <include name="lib/jsf-impl.jar" />
  +      <include name="lib/jstl.jar" />
  +      <include name="examples/hibernate2/lib/el-ri.jar" />
  +      <include name="lib/el-api.jar" />
  +
  +      <!-- Hibernate and deps -->
  +      <include name="lib/hibernate.jar" />
  +      <include name="lib/hibernate-commons-annotations.jar" />
  +      <include name="lib/hibernate-annotations.jar" />
  +      <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/hibernate2/lib/cglib.jar" />
  +      <include name="lib/antlr.jar" />
  +    </fileset>
       </fileset>
   	
   	<fileset id="noejb.war.extras" dir="${resources.dir}">
  
  
  



More information about the jboss-cvs-commits mailing list