[richfaces-svn-commits] JBoss Rich Faces SVN: r4961 - in trunk: ui/assembly and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Dec 21 14:15:11 EST 2007


Author: alexsmirnov
Date: 2007-12-21 14:15:11 -0500 (Fri, 21 Dec 2007)
New Revision: 4961

Modified:
   trunk/pom.xml
   trunk/ui/assembly/pom.xml
Log:
Fix build errors

Modified: trunk/pom.xml
===================================================================
--- trunk/pom.xml	2007-12-21 19:11:57 UTC (rev 4960)
+++ trunk/pom.xml	2007-12-21 19:15:11 UTC (rev 4961)
@@ -55,9 +55,9 @@
 		<module>cdk</module>
 		<module>framework</module>
 		<module>ui</module>
+		<module>extensions</module>
 		<module>docs</module>
 		<module>ui/assembly</module>
-		<module>extensions</module>
 		<module>samples</module>
 		<!--
 			<module>sandbox</module>

Modified: trunk/ui/assembly/pom.xml
===================================================================
--- trunk/ui/assembly/pom.xml	2007-12-21 19:11:57 UTC (rev 4960)
+++ trunk/ui/assembly/pom.xml	2007-12-21 19:15:11 UTC (rev 4961)
@@ -119,7 +119,7 @@
 			<plugin>
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-javadoc-plugin</artifactId>
-				<!--version>2.2</version-->
+				<version>2.2</version>
 				<executions>
 					<execution>
 						<id>attach-javadoc</id>




More information about the richfaces-svn-commits mailing list