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

Michael Yuan michael.yuan at jboss.com
Mon Jun 4 18:46:25 EDT 2007


  User: myuan   
  Date: 07/06/04 18:46:25

  Added:       examples/quartz  build.xml
  Log:
  Add initial support for quartz
  
  Revision  Changes    Path
  1.1      date: 2007/06/04 22:46:25;  author: myuan;  state: Exp;jboss-seam/examples/quartz/build.xml
  
  Index: build.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project name="Payments" default="deploy" basedir=".">
  
      <!-- Example name -->
      <property name="Name"                   value="Seam Payment Example"/>
      <property name="example.name"           value="jboss-seam-quartz"/>
  
      <!-- Overrides -->
      <property name="example.webinf.lib.dir"  value="."/>
      <property name="example.seam.ui.lib"     value="yes"/>
      <property name="example.seam.debug.lib"  value="yes"/>
      <property name="example.quartz.lib"    value="yes"/>
      <property name="example.facelets.lib"    value="yes"/>
      <property name="src.java.dir"            value="src"/>
      <property name="src.test.dir"            value="src"/>
      <property name="test.classpath"          value="test.eejb.classpath"/>
      <property name="tomcat.conf"             value="eejb.conf"/>  
      
      <import file="../../build.xml"/>
  </project>
  
  
  
  



More information about the jboss-cvs-commits mailing list