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

Thomas Heute theute at jboss.com
Mon Aug 14 11:52:10 EDT 2006


  User: theute  
  Date: 06/08/14 11:52:10

  Modified:    src/org/jboss/seam/tools/freemarker/templates/ejb  
                        eclipse.project.ftl eclipse.classpath.ftl
  Log:
  Fixes
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam-tools/src/org/jboss/seam/tools/freemarker/templates/ejb/eclipse.project.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: eclipse.project.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam-tools/src/org/jboss/seam/tools/freemarker/templates/ejb/eclipse.project.ftl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- eclipse.project.ftl	10 Aug 2006 12:55:18 -0000	1.1
  +++ eclipse.project.ftl	14 Aug 2006 15:52:10 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <projectDescription>
  -	<name>jboss-seam-bookingJAR</name>
  +	<name>${projectName}</name>
   	<comment></comment>
   	<projects>
   	</projects>
  
  
  
  1.2       +1 -1      jboss-seam-tools/src/org/jboss/seam/tools/freemarker/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/freemarker/templates/ejb/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:18 -0000	1.1
  +++ eclipse.classpath.ftl	14 Aug 2006 15:52:10 -0000	1.2
  @@ -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_06"/>
  +	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.5.0_07"/>
   	<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