You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by fe...@apache.org on 2011/10/18 08:56:40 UTC

svn commit: r1185505 - in /james/project/trunk: pom.xml project/pom.xml project/src/site/resources/ project/src/site/site.xml project/src/site/xdoc/ src/site/resources/ src/site/site.xml src/site/xdoc/

Author: felixk
Date: Tue Oct 18 06:56:40 2011
New Revision: 1185505

URL: http://svn.apache.org/viewvc?rev=1185505&view=rev
Log:
- Rename from james-parent to james-project
- Move documentation
- Remove former (james-project-)pom.xml
(JAMES-1335)

Added:
    james/project/trunk/src/site/resources/
      - copied from r1185487, james/project/trunk/project/src/site/resources/
    james/project/trunk/src/site/site.xml
      - copied unchanged from r1185487, james/project/trunk/project/src/site/site.xml
    james/project/trunk/src/site/xdoc/
      - copied from r1185487, james/project/trunk/project/src/site/xdoc/
Removed:
    james/project/trunk/project/pom.xml
    james/project/trunk/project/src/site/resources/
    james/project/trunk/project/src/site/site.xml
    james/project/trunk/project/src/site/xdoc/
Modified:
    james/project/trunk/pom.xml

Modified: james/project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/project/trunk/pom.xml?rev=1185505&r1=1185504&r2=1185505&view=diff
==============================================================================
--- james/project/trunk/pom.xml (original)
+++ james/project/trunk/pom.xml Tue Oct 18 06:56:40 2011
@@ -33,12 +33,12 @@
     </parent>
 
     <groupId>org.apache.james</groupId>
-    <artifactId>james-parent</artifactId>
+    <artifactId>james-project</artifactId>
     <version>1.7-SNAPSHOT</version>
     <packaging>pom</packaging>
 
-    <name>Apache James Parent POM</name>
-    <description>The Apache James Parent POM</description>
+    <name>Apache James Project</name>
+    <description>The Apache James Project</description>
     <url>http://james.apache.org/</url>
     <inceptionYear>2006</inceptionYear>
 
@@ -284,10 +284,6 @@
         <maven>3.0.2</maven>
     </prerequisites>
 
-    <modules>
-        <module>project</module>
-    </modules>
-
     <scm>
         <connection>scm:svn:http://svn.apache.org/repos/asf/james/project/trunk</connection>
         <developerConnection>scm:svn:https://svn.apache.org/repos/asf/james/project/trunk</developerConnection>
@@ -307,8 +303,8 @@
     <distributionManagement>
         <!-- Each project must override this with their own -->
         <site>
-            <id>james-parent-website</id>
-            <url>scp://people.apache.org/www/james.apache.org/parent/</url>
+            <id>james-website</id>
+            <url>scp://people.apache.org/www/james.apache.org/</url>
         </site>
     </distributionManagement>
 
@@ -334,8 +330,6 @@
         </repository>
     </repositories>
 
-    <pluginRepositories />
-
     <build>
         <pluginManagement>
             <plugins>



---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org