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

Christian Bauer christian.bauer at jboss.com
Fri Feb 16 11:26:45 EST 2007


  User: cbauer  
  Date: 07/02/16 11:26:45

  Modified:    examples/wiki   build.xml README.txt
  Log:
  Fixed the Wiki, basics work now
  
  Revision  Changes    Path
  1.2       +3 -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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- build.xml	1 Feb 2007 07:08:25 -0000	1.1
  +++ build.xml	16 Feb 2007 16:26:45 -0000	1.2
  @@ -77,6 +77,8 @@
   		<copy tofile="${jar.dir}/import.sql" 
   			    file="${basedir}/resources/import-${profile}.sql"
   		   overwrite="true"/>
  +        <!-- Replace @@LF@@ in import.sql with real SQL char(10) linefeed (concat)-->
  +        <replace file="${jar.dir}/import.sql" token="@@LF@@" value="'+char(10)+'"/>
   	</target>
   
   	<target name="war" depends="compile" 
  
  
  
  1.2       +1 -2      jboss-seam/examples/wiki/README.txt
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: README.txt
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/wiki/README.txt,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- README.txt	1 Feb 2007 07:08:25 -0000	1.1
  +++ README.txt	16 Feb 2007 16:26:45 -0000	1.2
  @@ -5,5 +5,4 @@
   the database with a SQL client). So start it with 'java -cp hsqldb.jar org.hsqldb.Server'
   before deploying.
   
  -The start document is hardcoded in index.html to be one of the records from import.sql. Don't use
  -'1' as the start document, this is the special wiki root directory.
  +The start document is hardcoded in index.html to be one of the records from import.sql.
  
  
  



More information about the jboss-cvs-commits mailing list