Author: sdumitriu
Date: 2007-11-26 18:59:12 +0100 (Mon, 26 Nov 2007)
New Revision: 6086
Added:
xwiki-platform/xwiki-applications/trunk/s5/wiki/
xwiki-platform/xwiki-applications/trunk/s5/wiki/pom.xml
xwiki-platform/xwiki-applications/trunk/s5/wiki/src/
xwiki-platform/xwiki-applications/trunk/s5/wiki/src/main/
Removed:
xwiki-platform/xwiki-applications/trunk/s5/src/
xwiki-platform/xwiki-applications/trunk/s5/wiki/src/main/
Modified:
xwiki-platform/xwiki-applications/trunk/s5/pom.xml
Log:
Create a submodule for the wiki pages, as this application should also contain
velocity templates and skin files that will go in a web module.
Modified: xwiki-platform/xwiki-applications/trunk/s5/pom.xml
===================================================================
--- xwiki-platform/xwiki-applications/trunk/s5/pom.xml 2007-11-26 17:48:09 UTC
(rev 6085)
+++ xwiki-platform/xwiki-applications/trunk/s5/pom.xml 2007-11-26 17:59:12 UTC
(rev 6086)
@@ -32,6 +32,10 @@
<artifactId>xwiki-application-s5</artifactId>
<name>XWiki Platform - Applications - S5</name>
<version>1.0-SNAPSHOT</version>
- <packaging>xar</packaging>
+ <packaging>pom</packaging>
<description>Application to create slides with S5</description>
+ <modules>
+ <module>wiki</module>
+ <!--module>web</module-->
+ </modules>
</project>
Added: xwiki-platform/xwiki-applications/trunk/s5/wiki/pom.xml
===================================================================
--- xwiki-platform/xwiki-applications/trunk/s5/wiki/pom.xml
(rev 0)
+++ xwiki-platform/xwiki-applications/trunk/s5/wiki/pom.xml 2007-11-26
17:59:12 UTC (rev 6086)
@@ -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.applications</groupId>
+ <artifactId>xwiki-application-s5</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ </parent>
+ <artifactId>xwiki-application-s5-wiki</artifactId>
+ <name>XWiki Platform - Applications - S5 - Wiki</name>
+ <version>1.0-SNAPSHOT</version>
+ <packaging>xar</packaging>
+ <description>Application to create slides with S5</description>
+</project>
Copied: xwiki-platform/xwiki-applications/trunk/s5/wiki/src (from rev 6036,
xwiki-platform/xwiki-applications/trunk/s5/src)
Copied: xwiki-platform/xwiki-applications/trunk/s5/wiki/src/main (from rev
6072, xwiki-platform/xwiki-applications/trunk/s5/src/main)
_______________________________________________
notifications mailing list
[email protected]
http://lists.xwiki.org/mailman/listinfo/notifications