Author: sdumitriu
Date: 2007-11-30 16:15:40 +0100 (Fri, 30 Nov 2007)
New Revision: 6196

Added:
   xwiki-platform/xwiki-plugins/tags/xwiki-plugins-3/
   xwiki-platform/xwiki-plugins/tags/xwiki-plugins-3/pom.xml
Log:
[maven-release-plugin]  copy for tag xwiki-plugins-3


Copied: xwiki-platform/xwiki-plugins/tags/xwiki-plugins-3/pom.xml (from rev 
6195, xwiki-platform/xwiki-plugins/trunk/pom.xml)
===================================================================
--- xwiki-platform/xwiki-plugins/tags/xwiki-plugins-3/pom.xml                   
        (rev 0)
+++ xwiki-platform/xwiki-plugins/tags/xwiki-plugins-3/pom.xml   2007-11-30 
15:15:40 UTC (rev 6196)
@@ -0,0 +1,81 @@
+<?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</artifactId>
+    <version>7</version>
+    <relativePath>../xwiki-platform-pom</relativePath>
+  </parent>
+  <groupId>com.xpn.xwiki.platform.plugins</groupId>
+  <artifactId>xwiki-plugins</artifactId>
+  <packaging>pom</packaging>
+  <name>XWiki Platform - Plugins - Parent POM</name>
+  <version>3</version>
+  <description>XWiki Platform - Plugins - Parent POM</description>
+  <scm>
+    
<connection>scm:svn:http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-plugins/tags/xwiki-plugins-3</connection>
+    
<developerConnection>scm:svn:https://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-plugins/tags/xwiki-plugins-3</developerConnection>
+    
<url>http://svn.xwiki.org/svnroot/xwiki/xwiki-platform/xwiki-plugins/tags/xwiki-plugins-3</url>
+  </scm>
+  <profiles>
+    <profile>
+      <id>default</id>
+      <activation>
+        <activeByDefault>true</activeByDefault>
+      </activation>
+      <modules>
+        <module>adwords</module>
+        <module>alexa</module>
+        <module>exoplatform</module>
+        <module>jodatime</module>
+        <module>scheduler</module>
+        <module>application-manager</module>
+        <module>wiki-manager</module>
+        <module>mailsender</module>
+        <module>watchlist</module>
+      </modules>
+    </profile>
+    <profile>
+      <!-- XWiki Enterprise -->
+      <id>xe</id>
+      <modules>
+        <module>scheduler</module>
+        <module>mailsender</module>
+        <module>watchlist</module>
+      </modules>
+    </profile>
+    <profile>
+      <!-- XWiki Enterprise Manager -->
+      <id>xem</id>
+      <modules>
+        <module>application-manager</module>
+        <module>wiki-manager</module>
+      </modules>
+    </profile>
+  </profiles>
+</project>

_______________________________________________
notifications mailing list
notifications@xwiki.org
http://lists.xwiki.org/mailman/listinfo/notifications

Reply via email to