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

Peter Muir peter at bleepbleep.org.uk
Tue Oct 16 09:46:55 EDT 2007


  User: pmuir   
  Date: 07/10/16 09:46:54

  Modified:    build    classpath.tmpl
  Log:
  Correct for integration tests
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam/build/classpath.tmpl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: classpath.tmpl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam/build/classpath.tmpl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- classpath.tmpl	8 Oct 2007 18:15:49 -0000	1.2
  +++ classpath.tmpl	16 Oct 2007 13:46:54 -0000	1.3
  @@ -2,7 +2,7 @@
   <classpath>
   	<classpathentry kind="src" path="src/main"/>
   	<classpathentry kind="src" path="src/test/unit"/>
  -	<classpathentry kind="src" path="src/test/integration"/>
  +	<classpathentry kind="src" path="src/test/integration/src"/>
   	<classpathentry kind="src" path="ui/src/main/java"/>
   	<classpathentry kind="src" path="src/remoting"/>
   	<classpathentry kind="src" path="src/ioc"/>
  
  
  



More information about the jboss-cvs-commits mailing list