Author: vmassol
Date: 2008-01-24 21:09:52 +0100 (Thu, 24 Jan 2008)
New Revision: 80

Added:
   components/xwiki-rendering/xwiki-rendering-api/
   components/xwiki-rendering/xwiki-rendering-api/pom.xml
   components/xwiki-rendering/xwiki-rendering-api/src/
   components/xwiki-rendering/xwiki-rendering-doxia/
   components/xwiki-rendering/xwiki-rendering-wikimodel/
   components/xwiki-rendering/xwiki-rendering-xwiki/
Removed:
   components/xwiki-rendering/src/
Modified:
   components/xwiki-rendering/pom.xml
Log:
Reorganizing the rendering modules to make way for the potential different 
implementations

Modified: components/xwiki-rendering/pom.xml
===================================================================
--- components/xwiki-rendering/pom.xml  2008-01-24 17:24:39 UTC (rev 79)
+++ components/xwiki-rendering/pom.xml  2008-01-24 20:09:52 UTC (rev 80)
@@ -31,9 +31,9 @@
   </parent>
   <groupId>org.xwiki.platform</groupId>
   <artifactId>xwiki-core-rendering</artifactId>
-  <name>XWiki Platform - Core - Rendering</name>
-  <packaging>jar</packaging>
-  <description>XWiki Platform - Core - Rendering</description>
+  <name>XWiki Platform - Core - Rendering - Parent POM</name>
+  <packaging>pom</packaging>
+  <description>XWiki Platform - Core - Rendering - Parent POM</description>
   <dependencies>
     <dependency>
       <groupId>org.xwiki.platform</groupId>
@@ -41,5 +41,8 @@
       <version>${version}</version>
     </dependency>
   </dependencies>
+  <modules>
+    <module>xwiki-rendering-api</module>
+  </modules>
 </project>
        
\ No newline at end of file

Copied: components/xwiki-rendering/xwiki-rendering-api/pom.xml (from rev 79, 
components/xwiki-rendering/pom.xml)
===================================================================
--- components/xwiki-rendering/xwiki-rendering-api/pom.xml                      
        (rev 0)
+++ components/xwiki-rendering/xwiki-rendering-api/pom.xml      2008-01-24 
20:09:52 UTC (rev 80)
@@ -0,0 +1,37 @@
+<?xml version="1.0" encoding="UTF-8"?>
+
+<!--
+ *
+ * See the NOTICE file distributed with this work for additional
+ * information regarding copyright ownership.
+ *
+ * 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";>
+  <modelVersion>4.0.0</modelVersion>
+  <parent>
+    <groupId>com.xpn.xwiki.platform</groupId>
+    <artifactId>xwiki-core-rendering</artifactId>
+    <version>1.3-SNAPSHOT</version>
+  </parent>
+  <artifactId>xwiki-core-rendering-api</artifactId>
+  <name>XWiki Platform - Core - Rendering - API</name>
+  <packaging>jar</packaging>
+  <description>XWiki Platform - Core - Rendering - API</description>
+</project>
+       
\ No newline at end of file

Copied: components/xwiki-rendering/xwiki-rendering-api/src (from rev 79, 
components/xwiki-rendering/src)

_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to