[jboss-cvs] jboss-seam-tools/templates/other ...
Thomas Heute
theute at jboss.com
Tue Aug 8 07:33:15 EDT 2006
User: theute
Date: 06/08/08 07:33:15
Added: templates/other pom.xml.ftl
Log:
- WTP and Maven support
- Legal headers
- Moved the templates
Revision Changes Path
1.1 date: 2006/08/08 11:33:15; author: theute; state: Exp;jboss-seam-tools/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