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

Michael Yuan michael.yuan at jboss.com
Fri Aug 24 12:57:08 EDT 2007


  User: myuan   
  Date: 07/08/24 12:57:07

  Modified:    examples   build.2.xml build.xml
  Log:
  Support seam.quartz.properties file for application-specific Quartz configuration for the QuartzDispatcher
  
  Revision  Changes    Path
  1.2       +1 -0      jboss-seam/examples/build.2.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.2.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/build.2.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.2.xml	17 Aug 2007 14:03:02 -0000	1.1
  +++ build.2.xml	24 Aug 2007 16:57:07 -0000	1.2
  @@ -165,6 +165,7 @@
   	<fileset id="jar.resources" dir="${resources.dir}">
   		<include name="import.sql" />
   		<include name="seam.properties" />
  +		<include name="seam.quartz.properties" />
   		<include name="META-INF/persistence.xml" />
   		<include name="META-INF/ejb-jar.xml" />
   		<include name="META-INF/orm.xml" />
  
  
  
  1.29      +1 -0      jboss-seam/examples/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/build.xml,v
  retrieving revision 1.28
  retrieving revision 1.29
  diff -u -b -r1.28 -r1.29
  --- build.xml	24 Aug 2007 03:40:48 -0000	1.28
  +++ build.xml	24 Aug 2007 16:57:07 -0000	1.29
  @@ -311,6 +311,7 @@
   	<fileset id="jar.resources" dir="${resources.dir}">
   		<include name="import.sql" />
   		<include name="seam.properties" />
  +		<include name="seam.quartz.properties" />
   		<include name="META-INF/persistence.xml" />
   		<include name="META-INF/ejb-jar.xml" />
   		<include name="META-INF/orm.xml" />
  
  
  



More information about the jboss-cvs-commits mailing list