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

Peter Muir peter at bleepbleep.org.uk
Mon Oct 8 14:15:49 EDT 2007


  User: pmuir   
  Date: 07/10/08 14:15:49

  Modified:    build    classpath.tmpl
  Log:
  JBSEAM-2028
  
  Revision  Changes    Path
  1.2       +2 -3      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- classpath.tmpl	21 Sep 2007 11:02:31 -0000	1.1
  +++ classpath.tmpl	8 Oct 2007 18:15:49 -0000	1.2
  @@ -1,7 +1,8 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
   	<classpathentry kind="src" path="src/main"/>
  -	<classpathentry kind="src" path="src/test/misc"/>
  +	<classpathentry kind="src" path="src/test/unit"/>
  +	<classpathentry kind="src" path="src/test/integration"/>
   	<classpathentry kind="src" path="ui/src/main/java"/>
   	<classpathentry kind="src" path="src/remoting"/>
   	<classpathentry kind="src" path="src/ioc"/>
  @@ -9,8 +10,6 @@
   	<classpathentry kind="src" path="src/pdf"/>
   	<classpathentry kind="src" path="src/debug"/>
   	<classpathentry kind="src" path="src/gen"/>
  -	<classpathentry kind="src" path="examples/dvdstore/src"/>
  -	<classpathentry kind="src" path="examples/blog/src"/>
   	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   	<classpathentry kind="output" path="output/classes"/>
   	@automagic.classpath.entries@
  
  
  



More information about the jboss-cvs-commits mailing list