[jboss-cvs] jboss-seam-tools/src/templates/web ...

Thomas Heute theute at jboss.com
Tue Aug 15 09:16:07 EDT 2006


  User: theute  
  Date: 06/08/15 09:16:07

  Modified:    src/templates/web  eclipse.classpath.ftl
  Log:
  Use the default JRE
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam-tools/src/templates/web/eclipse.classpath.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: eclipse.classpath.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam-tools/src/templates/web/eclipse.classpath.ftl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- eclipse.classpath.ftl	10 Aug 2006 12:55:19 -0000	1.1
  +++ eclipse.classpath.ftl	15 Aug 2006 13:16:07 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
   	<classpathentry kind="src" path="src"/>
  -	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.5.0_07"/>
  +	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
   	<classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/>
   	<classpathentry kind="output" path="build/classes"/>
   </classpath>
  
  
  



More information about the jboss-cvs-commits mailing list