[exo-jcr-commits] exo-jcr SVN: r2973 - in jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer: reference and 1 other directory.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Aug 23 08:38:45 EDT 2010


Author: dkatayev
Date: 2010-08-23 08:38:45 -0400 (Mon, 23 Aug 2010)
New Revision: 2973

Added:
   jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/en/
   jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/pom.xml
Removed:
   jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en/
   jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/pom.xml
Log:
EXOJCR-905 exo.jcr.docs.developer/reference/ moved to exo.jcr.docs.developer

Copied: jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/en (from rev 2972, jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/en)

Copied: jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/pom.xml (from rev 2972, 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/pom.xml	                        (rev 0)
+++ jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/pom.xml	2010-08-23 12:38:45 UTC (rev 2973)
@@ -0,0 +1,37 @@
+<!--
+
+    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>exo.jcr.docs.developer</artifactId>
+      <version>1.12.4-GA-SNAPSHOT</version>
+   </parent>
+
+   <modelVersion>4.0.0</modelVersion>
+   <artifactId>reference-docs</artifactId>
+
+   <name>eXo JCR :: Developer Documentation :: Reference</name>
+   <packaging>pom</packaging>
+
+   <modules>
+      <module>en</module>
+   </modules>
+</project>

Deleted: 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-23 12:30:54 UTC (rev 2972)
+++ jcr/branches/1.12.x/exo.jcr.docs/exo.jcr.docs.developer/reference/pom.xml	2010-08-23 12:38:45 UTC (rev 2973)
@@ -1,37 +0,0 @@
-<!--
-
-    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>exo.jcr.docs.developer</artifactId>
-      <version>1.12.4-GA-SNAPSHOT</version>
-   </parent>
-
-   <modelVersion>4.0.0</modelVersion>
-   <artifactId>reference-docs</artifactId>
-
-   <name>eXo JCR :: Developer Documentation :: Reference</name>
-   <packaging>pom</packaging>
-
-   <modules>
-      <module>en</module>
-   </modules>
-</project>



More information about the exo-jcr-commits mailing list