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

Peter Muir peter at bleepbleep.org.uk
Fri Jun 29 06:47:27 EDT 2007


  User: pmuir   
  Date: 07/06/29 06:47:27

  Modified:    examples/remoting/helloworld  build.xml
  Log:
  Move remoting examples to new build, with minor bugfixes
  
  Revision  Changes    Path
  1.14      +4 -8      jboss-seam/examples/remoting/helloworld/build.xml
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: build.xml
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/examples/remoting/helloworld/build.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -b -r1.13 -r1.14
  --- build.xml	15 Jun 2007 05:13:27 -0000	1.13
  +++ build.xml	29 Jun 2007 10:47:27 -0000	1.14
  @@ -4,17 +4,13 @@
   
       <!-- Example name -->
       <property name="Name"                   value="Seam Remoting HelloWorld Example"/>
  -    <property name="example.name"           value="seam-helloworld"/>
  +    <property name="example.name"           value="jboss-seam-helloworld"/>
   
       <!-- Overrides -->
  -	<property name="example.webinf.lib.dir"    value="."/>
  -	<property name="example.seam.remoting.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="seam.remoting.lib" value="yes"/>
  +	<property name="facelets.lib"      value="yes"/>
   
  -    <import file="../../../build.xml"/>
  +    <import file="../../build.xml"/>
   
   </project>
   
  
  
  



More information about the jboss-cvs-commits mailing list