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

Thomas Heute theute at jboss.com
Mon Aug 14 11:57:45 EDT 2006


  User: theute  
  Date: 06/08/14 11:57:45

  Modified:    src/templates/ejb      eclipse.project.ftl
                        eclipse.classpath.ftl seam.properties.ftl
  Added:       src/templates/ejb      org.eclipse.wst.common.component.ftl
  Removed:     src/templates/ejb      eclipse.component.ftl
  Log:
  Moved to hibernate Tools
  
  (ban cvs imports)
  
  Revision  Changes    Path
  1.2       +1 -1      jboss-seam-tools/src/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/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:20 -0000	1.1
  +++ eclipse.project.ftl	14 Aug 2006 15:57:45 -0000	1.2
  @@ -1,6 +1,6 @@
   <?xml version="1.0" encoding="UTF-8"?>
   <projectDescription>
  -	<name>${projectName}gJAR</name>
  +	<name>${ejbContext.projectName}</name>
   	<comment></comment>
   	<projects>
   	</projects>
  
  
  
  1.2       +2 -2      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.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- eclipse.classpath.ftl	10 Aug 2006 12:55:20 -0000	1.1
  +++ eclipse.classpath.ftl	14 Aug 2006 15:57:45 -0000	1.2
  @@ -1,13 +1,13 @@
   <?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"/>
   	<classpathentry kind="lib" path="lib/myfaces-impl-1.1.3.jar"/>
   	<classpathentry kind="lib" path="lib/testng-4.5.1-jdk15.jar"/>
  -	<classpathentry kind="lib" path="/${ear.projectName}/${ear.earContext.contentDirectory}/jboss-seam.jar"/>
  +	<classpathentry kind="lib" path="/${earContext.projectName}/${earContext.contentDirectory}/jboss-seam.jar"/>
   	<#if context.testSupport>
       <classpathentry kind="lib" path="lib/servlet-api.jar"/>
   	<classpathentry kind="lib" path="lib/thirdparty-all.jar"/>
  
  
  
  1.2       +1 -0      jboss-seam-tools/src/templates/ejb/seam.properties.ftl
  
  (In the diff below, changes in quantity of whitespace are not shown.)
  
  Index: seam.properties.ftl
  ===================================================================
  RCS file: /cvsroot/jboss/jboss-seam-tools/src/templates/ejb/seam.properties.ftl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -b -r1.1 -r1.2
  --- seam.properties.ftl	10 Aug 2006 12:55:20 -0000	1.1
  +++ seam.properties.ftl	14 Aug 2006 15:57:45 -0000	1.2
  @@ -0,0 +1 @@
  +# seam.properties is a required file
  \ No newline at end of file
  
  
  
  1.1      date: 2006/08/14 15:57:45;  author: theute;  state: Exp;jboss-seam-tools/src/templates/ejb/org.eclipse.wst.common.component.ftl
  
  Index: org.eclipse.wst.common.component.ftl
  ===================================================================
  <?xml version="1.0" encoding="UTF-8"?>
  <project-modules id="moduleCoreId">
  <wb-module deploy-name="${ejbContext.projectName}">
  <wb-resource deploy-path="/" source-path="/${ejbContext.contentDirectory}"/>
  <property name="java-output-path" value="/build/classes/"/>
  </wb-module>
  </project-modules>
  
  
  



More information about the jboss-cvs-commits mailing list