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

Michael Yuan michael.yuan at jboss.com
Mon Jul 16 14:20:54 EDT 2007


  User: myuan   
  Date: 07/07/16 14:20:54

  Added:       examples/hibernate2    build-tomcat55.xml build-tomcat6.xml
  Removed:     examples/hibernate2    build-tomcat.xml
  Log:
  Support TC6
  
  Revision  Changes    Path
  1.1      date: 2007/07/16 18:20:54;  author: myuan;  state: Exp;jboss-seam/examples/hibernate2/build-tomcat55.xml
  
  Index: build-tomcat55.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project name="Hibernate Booking" default="noejb.archive" basedir=".">
  
      <!-- Naming -->
      <property name="Name"                   value="The Hibernate Example for plain Tomcat 5.5"/>
      <property name="example.name"           value="jboss-seam-hibernate"/>
  
      <!-- resources -->
      <property name="resources.dir" value="resources-tomcat" />
  	<property name="dist.dir" value="dist-tomcat55" />
  	<property name="exploded-archives.dir" value="exploded-archives-tomcat55" />
         
      <!-- 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="ajax4jsf.lib"   value="true"/>
  
      <import file="../build.xml"/>
  
      <fileset id="noejb.war.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 Tomcat 5.5 does not support JSP 2.0 -->
          <include name="examples/hibernate2/lib/el-*.jar"/>
          <!-- Addition libs needed for Tomcat -->
          <include name="examples/hibernate2/lib/cglib.jar"/>
          <include name="examples/hibernate2/lib/mc/*.jar"/>
      </fileset>
         
  </project>
  
  
  
  
  1.1      date: 2007/07/16 18:20:54;  author: myuan;  state: Exp;jboss-seam/examples/hibernate2/build-tomcat6.xml
  
  Index: build-tomcat6.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project name="Hibernate Booking" default="noejb.archive" basedir=".">
  
      <!-- Naming -->
      <property name="Name"                   value="The Hibernate Example for plain Tomcat 6.0"/>
      <property name="example.name"           value="jboss-seam-hibernate"/>
  
      <!-- resources -->
      <property name="resources.dir" value="resources-tomcat" />
  	<property name="dist.dir" value="dist-tomcat6" />
  	<property name="exploded-archives.dir" value="exploded-archives-tomcat6" />
         
      <!-- 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="ajax4jsf.lib"   value="true"/>
  
      <import file="../build.xml"/>
  
      <fileset id="noejb.war.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"/>
          <!-- Addition libs needed for Tomcat -->
          <include name="examples/hibernate2/lib/cglib.jar"/>
          <include name="examples/hibernate2/lib/mc/*.jar"/>
      </fileset>
         
  </project>
  
  
  
  



More information about the jboss-cvs-commits mailing list