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/12 18:26:45 UTC

svn commit: r1182465 - in /james/trunk/sandbox/felixk/sample-project-layout: imap/api/ imap/message/ imap/processor/ mailbox/api/ mailbox/guice/ mailbox/jcr/ mailbox/jpa/ mailbox/lucene/ mailbox/maildir/ mailbox/memory/ mailbox/spring/ mailbox/store/ m...

Author: felixk
Date: Wed Oct 12 16:26:44 2011
New Revision: 1182465

URL: http://svn.apache.org/viewvc?rev=1182465&view=rev
Log:
Add missing <relativePath>

Modified:
    james/trunk/sandbox/felixk/sample-project-layout/imap/api/pom.xml
    james/trunk/sandbox/felixk/sample-project-layout/imap/message/pom.xml
    james/trunk/sandbox/felixk/sample-project-layout/imap/processor/pom.xml
    james/trunk/sandbox/felixk/sample-project-layout/mailbox/api/pom.xml
    james/trunk/sandbox/felixk/sample-project-layout/mailbox/guice/pom.xml
    james/trunk/sandbox/felixk/sample-project-layout/mailbox/jcr/pom.xml
    james/trunk/sandbox/felixk/sample-project-layout/mailbox/jpa/pom.xml
    james/trunk/sandbox/felixk/sample-project-layout/mailbox/lucene/pom.xml
    james/trunk/sandbox/felixk/sample-project-layout/mailbox/maildir/pom.xml
    james/trunk/sandbox/felixk/sample-project-layout/mailbox/memory/pom.xml
    james/trunk/sandbox/felixk/sample-project-layout/mailbox/spring/pom.xml
    james/trunk/sandbox/felixk/sample-project-layout/mailbox/store/pom.xml
    james/trunk/sandbox/felixk/sample-project-layout/mailbox/tool/pom.xml

Modified: james/trunk/sandbox/felixk/sample-project-layout/imap/api/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/imap/api/pom.xml?rev=1182465&r1=1182464&r2=1182465&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/imap/api/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/imap/api/pom.xml Wed Oct 12 16:26:44 2011
@@ -22,6 +22,7 @@
     <artifactId>apache-james-imap</artifactId>
     <groupId>org.apache.james</groupId>
     <version>0.3-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/trunk/sandbox/felixk/sample-project-layout/imap/message/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/imap/message/pom.xml?rev=1182465&r1=1182464&r2=1182465&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/imap/message/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/imap/message/pom.xml Wed Oct 12 16:26:44 2011
@@ -22,6 +22,7 @@
     <artifactId>apache-james-imap</artifactId>
     <groupId>org.apache.james</groupId>
     <version>0.3-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/trunk/sandbox/felixk/sample-project-layout/imap/processor/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/imap/processor/pom.xml?rev=1182465&r1=1182464&r2=1182465&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/imap/processor/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/imap/processor/pom.xml Wed Oct 12 16:26:44 2011
@@ -22,6 +22,7 @@
     <artifactId>apache-james-imap</artifactId>
     <groupId>org.apache.james</groupId>
     <version>0.3-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/trunk/sandbox/felixk/sample-project-layout/mailbox/api/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/mailbox/api/pom.xml?rev=1182465&r1=1182464&r2=1182465&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/mailbox/api/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/mailbox/api/pom.xml Wed Oct 12 16:26:44 2011
@@ -22,6 +22,7 @@
     <artifactId>apache-james-mailbox</artifactId>
     <groupId>org.apache.james</groupId>
     <version>0.4-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/trunk/sandbox/felixk/sample-project-layout/mailbox/guice/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/mailbox/guice/pom.xml?rev=1182465&r1=1182464&r2=1182465&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/mailbox/guice/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/mailbox/guice/pom.xml Wed Oct 12 16:26:44 2011
@@ -22,6 +22,7 @@
     <artifactId>apache-james-mailbox</artifactId>
     <groupId>org.apache.james</groupId>
     <version>0.3-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/trunk/sandbox/felixk/sample-project-layout/mailbox/jcr/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/mailbox/jcr/pom.xml?rev=1182465&r1=1182464&r2=1182465&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/mailbox/jcr/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/mailbox/jcr/pom.xml Wed Oct 12 16:26:44 2011
@@ -22,6 +22,7 @@
     <artifactId>apache-james-mailbox</artifactId>
     <groupId>org.apache.james</groupId>
     <version>0.4-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/trunk/sandbox/felixk/sample-project-layout/mailbox/jpa/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/mailbox/jpa/pom.xml?rev=1182465&r1=1182464&r2=1182465&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/mailbox/jpa/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/mailbox/jpa/pom.xml Wed Oct 12 16:26:44 2011
@@ -22,6 +22,7 @@
     <artifactId>apache-james-mailbox</artifactId>
     <groupId>org.apache.james</groupId>
     <version>0.4-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/trunk/sandbox/felixk/sample-project-layout/mailbox/lucene/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/mailbox/lucene/pom.xml?rev=1182465&r1=1182464&r2=1182465&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/mailbox/lucene/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/mailbox/lucene/pom.xml Wed Oct 12 16:26:44 2011
@@ -22,6 +22,7 @@
     <artifactId>apache-james-mailbox</artifactId>
     <groupId>org.apache.james</groupId>
     <version>0.4-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/trunk/sandbox/felixk/sample-project-layout/mailbox/maildir/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/mailbox/maildir/pom.xml?rev=1182465&r1=1182464&r2=1182465&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/mailbox/maildir/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/mailbox/maildir/pom.xml Wed Oct 12 16:26:44 2011
@@ -22,6 +22,7 @@
     <artifactId>apache-james-mailbox</artifactId>
     <groupId>org.apache.james</groupId>
     <version>0.4-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/trunk/sandbox/felixk/sample-project-layout/mailbox/memory/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/mailbox/memory/pom.xml?rev=1182465&r1=1182464&r2=1182465&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/mailbox/memory/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/mailbox/memory/pom.xml Wed Oct 12 16:26:44 2011
@@ -22,6 +22,7 @@
     <artifactId>apache-james-mailbox</artifactId>
     <groupId>org.apache.james</groupId>
     <version>0.4-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/trunk/sandbox/felixk/sample-project-layout/mailbox/spring/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/mailbox/spring/pom.xml?rev=1182465&r1=1182464&r2=1182465&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/mailbox/spring/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/mailbox/spring/pom.xml Wed Oct 12 16:26:44 2011
@@ -22,6 +22,7 @@
     <artifactId>apache-james-mailbox</artifactId>
     <groupId>org.apache.james</groupId>
     <version>0.4-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/trunk/sandbox/felixk/sample-project-layout/mailbox/store/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/mailbox/store/pom.xml?rev=1182465&r1=1182464&r2=1182465&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/mailbox/store/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/mailbox/store/pom.xml Wed Oct 12 16:26:44 2011
@@ -22,6 +22,7 @@
     <artifactId>apache-james-mailbox</artifactId>
     <groupId>org.apache.james</groupId>
     <version>0.4-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>

Modified: james/trunk/sandbox/felixk/sample-project-layout/mailbox/tool/pom.xml
URL: http://svn.apache.org/viewvc/james/trunk/sandbox/felixk/sample-project-layout/mailbox/tool/pom.xml?rev=1182465&r1=1182464&r2=1182465&view=diff
==============================================================================
--- james/trunk/sandbox/felixk/sample-project-layout/mailbox/tool/pom.xml (original)
+++ james/trunk/sandbox/felixk/sample-project-layout/mailbox/tool/pom.xml Wed Oct 12 16:26:44 2011
@@ -22,6 +22,7 @@
     <artifactId>apache-james-mailbox</artifactId>
     <groupId>org.apache.james</groupId>
     <version>0.4-SNAPSHOT</version>
+    <relativePath>../pom.xml</relativePath>
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.apache.james</groupId>



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