[exo-jcr-commits] exo-jcr SVN: r2898 - in jcr/branches/1.12.x/exo.jcr.docs: exo.jcr.docs.developer and 4 other directories.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 9 05:54:24 EDT 2010


Author: dkatayev
Date: 2010-08-09 05:54:24 -0400 (Mon, 09 Aug 2010)
New Revision: 2898

Added:
   jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/pom.xml
Modified:
   jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/pom.xml
   jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/pom.xml
   jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/userguide/en/pom.xml
   jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/userguide/pom.xml
   jcr/branches/1.12.x/exo.jcr.docs/pom.xml
Log:
EXOJCR-884 documentation poms updated

Added: jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/pom.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/pom.xml	                        (rev 0)
+++ jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/pom.xml	2010-08-09 09:54:24 UTC (rev 2898)
@@ -0,0 +1,38 @@
+<!--
+
+    Copyright (C) 2009 eXo Platform SAS.
+    
+    This is free software; you can redistribute it and/or modify it
+    under the terms of the GNU Lesser General Public License as
+    published by the Free Software Foundation; either version 2.1 of
+    the License, or (at your option) any later version.
+    
+    This software is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
+    Lesser General Public License for more details.
+    
+    You should have received a copy of the GNU Lesser General Public
+    License along with this software; if not, write to the Free
+    Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA
+    02110-1301 USA, or see the FSF site: http://www.fsf.org.
+
+-->
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+   <parent>
+      <groupId>org.exoplatform.jcr</groupId>
+      <artifactId>jcr-parent</artifactId>
+      <version>1.12.3-GA-SNAPSHOT</version>
+   </parent>
+
+   <modelVersion>4.0.0</modelVersion>
+   <artifactId>exo.jcr.docs.developer</artifactId>
+
+   <name>eXo JCR :: Developer Documentation :: Reactor</name>
+   <packaging>pom</packaging>
+
+   <modules>
+      <module>reference</module>
+      <module>userguide</module>
+   </modules>
+</project>

Modified: jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/pom.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/pom.xml	2010-08-09 09:44:52 UTC (rev 2897)
+++ jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/pom.xml	2010-08-09 09:54:24 UTC (rev 2898)
@@ -28,7 +28,7 @@
    <modelVersion>4.0.0</modelVersion>
    <artifactId>reference-docs-${translation}</artifactId>
 
-   <name>eXo JCR :: Documentation :: Reference (${translation})</name>
+   <name>eXo JCR :: Developer Documentation :: Reference (${translation})</name>
    <packaging>jdocbook</packaging>
 
    <properties>

Modified: jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/pom.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/pom.xml	2010-08-09 09:44:52 UTC (rev 2897)
+++ jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/pom.xml	2010-08-09 09:54:24 UTC (rev 2898)
@@ -28,7 +28,7 @@
    <modelVersion>4.0.0</modelVersion>
    <artifactId>reference-docs</artifactId>
 
-   <name>eXo JCR :: Documentation :: Reference</name>
+   <name>eXo JCR :: Developer Documentation :: Reference</name>
    <packaging>pom</packaging>
 
    <modules>

Modified: jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/userguide/en/pom.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/userguide/en/pom.xml	2010-08-09 09:44:52 UTC (rev 2897)
+++ jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/userguide/en/pom.xml	2010-08-09 09:54:24 UTC (rev 2898)
@@ -28,7 +28,7 @@
    <modelVersion>4.0.0</modelVersion>
    <artifactId>userguide-docs-${translation}</artifactId>
 
-   <name>eXo JCR :: Documentation :: User Guide (${translation})</name>
+   <name>eXo JCR :: Developer Documentation :: User Guide (${translation})</name>
    <packaging>jdocbook</packaging>
 
    <properties>

Modified: jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/userguide/pom.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/userguide/pom.xml	2010-08-09 09:44:52 UTC (rev 2897)
+++ jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/userguide/pom.xml	2010-08-09 09:54:24 UTC (rev 2898)
@@ -28,7 +28,7 @@
    <modelVersion>4.0.0</modelVersion>
    <artifactId>userguide-docs</artifactId>
 
-   <name>eXo JCR :: Documentation :: User Guide</name>
+   <name>eXo JCR :: Developer Documentation :: User Guide</name>
    <packaging>pom</packaging>
 
    <modules>

Modified: jcr/branches/1.12.x/exo.jcr.docs/pom.xml
===================================================================
--- jcr/branches/1.12.x/exo.jcr.docs/pom.xml	2010-08-09 09:44:52 UTC (rev 2897)
+++ jcr/branches/1.12.x/exo.jcr.docs/pom.xml	2010-08-09 09:54:24 UTC (rev 2898)
@@ -26,15 +26,13 @@
    </parent>
 
    <modelVersion>4.0.0</modelVersion>
-   <artifactId>docs</artifactId>
+   <artifactId>exo.jcr.docs</artifactId>
 
    <name>eXo JCR :: Documentation :: Reactor</name>
    <packaging>pom</packaging>
 
    <modules>
-      <module>reference</module>
-      <module>userguide</module>
-      <!-- module>migrationguide</module>
-      <module>faq</module -->
+      <module>exo.jcr.docs.developer</module>
+      <!--module>exo.jcr.docs.user</module-->
    </modules>
 </project>



More information about the exo-jcr-commits mailing list