Author: abelevich
Date: 2009-07-06 04:54:30 -0400 (Mon, 06 Jul 2009)
New Revision: 14780
Modified:
branches/sandbox/rf4_build/docs/trunk/commons/highlight/pom.xml
branches/sandbox/rf4_build/docs/trunk/commons/pom.xml
branches/sandbox/rf4_build/docs/trunk/commons/resources/en/pom.xml
branches/sandbox/rf4_build/docs/trunk/commons/resources/pom.xml
branches/sandbox/rf4_build/docs/trunk/guides/pom.xml
branches/sandbox/rf4_build/docs/trunk/pom.xml
Log:
Modified: branches/sandbox/rf4_build/docs/trunk/commons/highlight/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/commons/highlight/pom.xml 2009-07-06 08:09:09
UTC (rev 14779)
+++ branches/sandbox/rf4_build/docs/trunk/commons/highlight/pom.xml 2009-07-06 08:54:30
UTC (rev 14780)
@@ -13,8 +13,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs.commons</groupId>
<artifactId>highlight</artifactId>
+ <name>richfaces code highlighting</name>
- <dependencies>
+
+ <dependencies>
<dependency>
<groupId>org.eclipse.wst.css</groupId>
<artifactId>core</artifactId>
Modified: branches/sandbox/rf4_build/docs/trunk/commons/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/commons/pom.xml 2009-07-06 08:09:09 UTC (rev
14779)
+++ branches/sandbox/rf4_build/docs/trunk/commons/pom.xml 2009-07-06 08:54:30 UTC (rev
14780)
@@ -13,8 +13,10 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs</groupId>
<artifactId>commons</artifactId>
- <packaging>pom</packaging>
+ <name>richfaces documentations commons</name>
+ <packaging>pom</packaging>
+
<modules>
<module>resources</module>
<module>highlight</module>
Modified: branches/sandbox/rf4_build/docs/trunk/commons/resources/en/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/commons/resources/en/pom.xml 2009-07-06 08:09:09
UTC (rev 14779)
+++ branches/sandbox/rf4_build/docs/trunk/commons/resources/en/pom.xml 2009-07-06 08:54:30
UTC (rev 14780)
@@ -13,6 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs.commons.resources</groupId>
<artifactId>en</artifactId>
+ <name>richfaces documentation resources</name>
</project>
\ No newline at end of file
Modified: branches/sandbox/rf4_build/docs/trunk/commons/resources/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/commons/resources/pom.xml 2009-07-06 08:09:09
UTC (rev 14779)
+++ branches/sandbox/rf4_build/docs/trunk/commons/resources/pom.xml 2009-07-06 08:54:30
UTC (rev 14780)
@@ -13,6 +13,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>org.richfaces.docs.commons</groupId>
<artifactId>resources</artifactId>
+ <name>documentation resources</name>
<packaging>pom</packaging>
<modules>
Modified: branches/sandbox/rf4_build/docs/trunk/guides/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/guides/pom.xml 2009-07-06 08:09:09 UTC (rev
14779)
+++ branches/sandbox/rf4_build/docs/trunk/guides/pom.xml 2009-07-06 08:54:30 UTC (rev
14780)
@@ -14,6 +14,7 @@
<groupId>org.richfaces.docs</groupId>
<artifactId>guides</artifactId>
<packaging>pom</packaging>
+ <name>richfaces guides</name>
<!-- all deployed modules should be reflected in version-matrix also -->
<modules>
Modified: branches/sandbox/rf4_build/docs/trunk/pom.xml
===================================================================
--- branches/sandbox/rf4_build/docs/trunk/pom.xml 2009-07-06 08:09:09 UTC (rev 14779)
+++ branches/sandbox/rf4_build/docs/trunk/pom.xml 2009-07-06 08:54:30 UTC (rev 14780)
@@ -9,7 +9,7 @@
<artifactId>docs</artifactId>
<version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
- <name>project documentation</name>
+ <name>richfaces project documentation</name>
<properties>
<docs.version>${project.version}</docs.version>
Show replies by date