[seam-commits] Seam SVN: r11035 - in modules/trunk: parent and 1 other directories.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri May 29 10:07:41 EDT 2009
Author: pete.muir at jboss.org
Date: 2009-05-29 10:07:41 -0400 (Fri, 29 May 2009)
New Revision: 11035
Modified:
modules/trunk/jsf-upgrade-tool/
modules/trunk/parent/pom.xml
modules/trunk/version-matrix/pom.xml
Log:
tidy stuff up
Property changes on: modules/trunk/jsf-upgrade-tool
___________________________________________________________________
Name: svn:ignore
- target
+ target
.settings
.project
.classpath
Modified: modules/trunk/parent/pom.xml
===================================================================
--- modules/trunk/parent/pom.xml 2009-05-29 13:51:11 UTC (rev 11034)
+++ modules/trunk/parent/pom.xml 2009-05-29 14:07:41 UTC (rev 11035)
@@ -89,18 +89,19 @@
</developers>
<modules>
- <!-- declarating version-matrix as a module forces it to be built first -->
+ <!-- declaring version-matrix as a module forces it to be built first -->
<module>../version-matrix</module>
<module>../mock</module>
<module>../bridge-api</module>
+ <module>../webbeans-bridge</module>
<module>../beans</module>
<module>../resources</module>
<module>../el</module>
<module>../international</module>
- <module>../web</module>
- <module>../drools</module>
+ <module>../web</module>
+ <module>../drools</module>
<module>../security</module>
- <module>../faces</module>
+ <module>../faces</module>
</modules>
<dependencies>
Modified: modules/trunk/version-matrix/pom.xml
===================================================================
--- modules/trunk/version-matrix/pom.xml 2009-05-29 13:51:11 UTC (rev 11034)
+++ modules/trunk/version-matrix/pom.xml 2009-05-29 14:07:41 UTC (rev 11035)
@@ -37,7 +37,7 @@
</releases>
<snapshots>
<enabled>true</enabled>
- <updatePolicy>always</updatePolicy>
+ <updatePolicy>never</updatePolicy>
</snapshots>
</repository>
</repositories>
More information about the seam-commits
mailing list