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

Thomas Heute theute at jboss.com
Mon Jul 24 11:00:23 EDT 2006


  User: theute  
  Date: 06/07/24 11:00:23

  Modified:    src/org/jboss/seam/tools/templates/ejb 
                        eclipse.classpath.ftl
  Log:
  Allow creatiion of basic example project (based on "registration")
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam-tools/src/org/jboss/seam/tools/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/org/jboss/seam/tools/templates/ejb/eclipse.classpath.ftl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- eclipse.classpath.ftl	19 Jul 2006 16:11:33 -0000	1.1
  +++ eclipse.classpath.ftl	24 Jul 2006 15:00:23 -0000	1.2
  @@ -1,7 +1,7 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <classpath>
   	<classpathentry kind="src" path="${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/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.5.0_06"/>
   	<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