[seam-commits] Seam SVN: r10725 - modules/trunk/parent.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Wed Apr 29 14:20:17 EDT 2009
Author: dan.j.allen
Date: 2009-04-29 14:20:16 -0400 (Wed, 29 Apr 2009)
New Revision: 10725
Modified:
modules/trunk/parent/pom.xml
Log:
add modules
add description
Modified: modules/trunk/parent/pom.xml
===================================================================
--- modules/trunk/parent/pom.xml 2009-04-29 18:04:53 UTC (rev 10724)
+++ modules/trunk/parent/pom.xml 2009-04-29 18:20:16 UTC (rev 10725)
@@ -13,11 +13,17 @@
<packaging>pom</packaging>
<version>3.0.0-SNAPSHOT</version>
- <name>JBoss Seam</name>
+ <name>Seam, a next-generation Java EE framework</name>
<url>http://www.seamframework.org</url>
<description>
- JBoss Seam, an Enterprise Java Framework
+ Seam is a powerful open source development platform for building rich
+ Internet applications in Java. Seam integrates technologies such as Java
+ Contexts and Dependency Injection (JCDI), Asynchronous JavaScript and XML
+ (Ajax), JavaServer Faces (JSF 2.0), Java Persistence (JPA 2.0),
+ Enterprise Java Beans (EJB 3.1) and Business Process Management (BPM)
+ into a unified full-stack solution, complete with sophisticated tooling
+ provided by JBoss Tools.
</description>
<developers>
@@ -76,6 +82,14 @@
</developers>
+ <modules>
+ <!-- declarating version-matrix as a module forces it to be built first -->
+ <module>../version-matrix</module>
+ <module>../el</module>
+ <module>../international</module>
+ <module>../faces</module>
+ </modules>
+
<build>
<plugins>
<plugin>
More information about the seam-commits
mailing list