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

Norman Richards norman.richards at jboss.com
Sun Jan 21 02:36:14 EST 2007


  User: nrichards
  Date: 07/01/21 02:36:14

  Added:       examples/spring  build.xml
  Log:
  stub project
  
  Revision  Changes    Path
  1.1      date: 2007/01/21 07:36:14;  author: nrichards;  state: Exp;jboss-seam/examples/spring/build.xml
  
  Index: build.xml
  ===================================================================
  <?xml version="1.0"?>
  
  <project name="spring" default="deploy" basedir=".">
  
      <!-- Example name -->
      <property name="Name"                   value="spring integration example"/>
      <property name="example.name"           value="jboss-seam-spring"/>
  
      <!-- Overrides -->
      <property name="example.webinf.lib.dir"  value="."/>
      <property name="example.seam.ui.lib"     value="yes"/>
      <property name="example.seam.pdf.lib"    value="no"/>
      <property name="example.seam.debug.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"/>
  
  
      <fileset id="example.local.jar" dir="lib">
          <include name="**/*.jar" />
      </fileset>
  
      <path id="example.path">
          <fileset refid="example.local.jar" />
      </path>
  
      <fileset id="example.ear.resources"
               dir="${example.resources.dir}">
          <include name="META-INF/application.xml"/>
          <include name="META-INF/jboss-app.xml"/>
          <include name="*-beans.xml" />
      </fileset>
  
  </project>
  
  
  
  



More information about the jboss-cvs-commits mailing list