[jboss-cvs] jboss-seam/examples/jee5/remoting ...

Michael Yuan michael.yuan at jboss.com
Mon Aug 6 23:21:12 EDT 2007


  User: myuan   
  Date: 07/08/06 23:21:12

  Added:       examples/jee5/remoting  build.xml
  Log:
  re-structure the jee5 directory
  
  Revision  Changes    Path
  1.1      date: 2007/08/07 03:21:12;  author: myuan;  state: Exp;jboss-seam/examples/jee5/remoting/build.xml
  
  Index: build.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project name="Java EE 5 Remoting Test" default="archive" basedir=".">
  
      <!-- Naming -->
      <property name="Name"                   value="The Java EE 5 Example for Glassfish"/>
      <property name="example.name"           value="jboss-seam-remoting"/>
  
      <!-- resources -->
      <property name="resources.dir" value="resources" />
  	<property name="dist.dir" value="dist" />
  	<property name="exploded-archives.dir" value="exploded-archives" />
         
      <!-- Libraries to include -->
      <property name="seam.remoting.lib" value="yes"/>
      <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"/>
      <!-- add this for oc4j
      <property name="jbpm.lib"   value="true"/>
      -->
  
      <import file="../../build.xml"/>
  
      <fileset id="ear.lib.extras" dir="${seam.dir}">
          <include name="lib/common*.jar"/>
          <include name="lib/thirdparty-all.jar"/>
          <include name="hibernate/lib/*.jar"/>
  
          <!-- add this for oc4j
          <include name="lib/antlr-*.jar"/>
          -->
      </fileset>
         
  </project>
  
  
  
  



More information about the jboss-cvs-commits mailing list