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

Thomas Heute theute at jboss.com
Thu Aug 10 08:55:21 EDT 2006


  User: theute  
  Date: 06/08/10 08:55:21

  Added:       src/org/jboss/seam/tools/freemarker/templates/other 
                        pom.xml.ftl
  Log:
  Use resource classloading instead of simple directories
  
  Revision  Changes    Path
  1.1      date: 2006/08/10 12:55:21;  author: theute;  state: Exp;jboss-seam-tools/src/org/jboss/seam/tools/freemarker/templates/other/pom.xml.ftl
  
  Index: pom.xml.ftl
  ===================================================================
  <project>
    <modelVersion>4.0.0</modelVersion>
    <groupId>${rootContext.groupId}</groupId>
    <artifactId>${rootContext.artifactId}</artifactId>
    <version>${rootContext.version}</version>
    <packaging>pom</packaging>
    <modules>
      <module>${earProject.projectName}</module>
      <#list webProjects as webProject>
      <module>${webProject.projectName}</module>
      </#list>
      <#list ejbProjects as ejbProject>
      <module>${ejbProject.projectName}</module>
      </#list>
    </modules>
  </project>
  
  
  



More information about the jboss-cvs-commits mailing list