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

Christian Bauer christian at hibernate.org
Thu Jun 21 07:18:44 EDT 2007


  User: cbauer  
  Date: 07/06/21 07:18:44

  Modified:    examples/wiki  build.xml
  Log:
  Minor
  
  Revision  Changes    Path
  1.25      +2 -1      jboss-seam/examples/wiki/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/build.xml,v
  retrieving revision 1.24
  retrieving revision 1.25
  diff -u -b -r1.24 -r1.25
  --- build.xml	12 Jun 2007 12:30:01 -0000	1.24
  +++ build.xml	21 Jun 2007 11:18:44 -0000	1.25
  @@ -452,6 +452,7 @@
       <property name="database.dir"        value="database"/>
       <target name="startdb" description="Run HSQL database server with clean content">
           <!-- Delete database files -->
  +        <mkdir dir="${database.dir}"/>
           <delete>
               <fileset dir="${database.dir}">
                   <include name="db*"/>
  @@ -459,7 +460,7 @@
           </delete>
           <java classname="org.hsqldb.Server"
                 fork="yes"
  -              classpath="${database.dir}/hsqldb.jar"
  +              classpath="${seam.home}/seam-gen/lib/hsqldb.jar"
                 failonerror="true">
               <arg value="-database.0"/>
               <arg value="file:${database.dir}/db"/>
  
  
  



More information about the jboss-cvs-commits mailing list