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

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


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

  Modified:    src/templates/ejb  eclipse.classpath.ftl
  Log:
  Use the default JRE
  
  Revision  Changes    Path
  1.3       +1 -1      jboss-seam-tools/src/templates/ejb/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/ejb/eclipse.classpath.ftl,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -b -r1.2 -r1.3
  --- eclipse.classpath.ftl	14 Aug 2006 15:57:45 -0000	1.2
  +++ eclipse.classpath.ftl	15 Aug 2006 13:16:06 -0000	1.3
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
   	<classpathentry kind="src" path="${ejbContext.contentDirectory}"/>
  -	<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="lib" path="lib/jboss-ejb3-all.jar"/>
   	<classpathentry kind="lib" path="lib/hibernate-all.jar"/>
   	<classpathentry kind="lib" path="lib/myfaces-api-1.1.3.jar"/>
  
  
  



More information about the jboss-cvs-commits mailing list