You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mime4j-dev@james.apache.org by rd...@apache.org on 2009/03/18 12:55:21 UTC

svn commit: r755566 - in /james/mime4j/trunk: core/stage/ pom.xml stage/

Author: rdonkin
Date: Wed Mar 18 11:55:20 2009
New Revision: 755566

URL: http://svn.apache.org/viewvc?rev=755566&view=rev
Log:
Move staging repository to top level. MIME4J-123 https://issues.apache.org/jira/browse/MIME4J-123

Added:
    james/mime4j/trunk/stage/
      - copied from r755538, james/mime4j/trunk/core/stage/
Removed:
    james/mime4j/trunk/core/stage/
Modified:
    james/mime4j/trunk/pom.xml

Modified: james/mime4j/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/mime4j/trunk/pom.xml?rev=755566&r1=755565&r2=755566&view=diff
==============================================================================
--- james/mime4j/trunk/pom.xml (original)
+++ james/mime4j/trunk/pom.xml Wed Mar 18 11:55:20 2009
@@ -201,7 +201,7 @@
               -DartifactId=james-project 
               -Dversion=1.2
        -->
-      <url>file://${basedir}/core/stage</url>
+      <url>file://${basedir}/stage</url>
       <layout>legacy</layout>
       <snapshots>
         <enabled>true</enabled>
@@ -262,12 +262,12 @@
             <exclude>core/benchmarks/resources/*.msg</exclude>
             <!-- 3rd party descriptors distributed via maven repositories
                  and included "as is" -->
-            <exclude>core/stage/commons-io/poms/commons-io-1.2.pom</exclude>
-            <exclude>core/stage/commons-logging/poms/commons-logging-1.1.pom</exclude>
-            <exclude>core/stage/org.apache.james/xmls/james-parent-1.1-site.xml</exclude>
-            <exclude>core/stage/org.apache.james/xmls/james-parent-1.1-site_en.xml</exclude>
-            <exclude>core/stage/org.apache.james/xmls/james-project-1.2-site.xml</exclude>
-            <exclude>core/stage/org.apache.james/xmls/james-project-1.2-site_en.xml</exclude>
+            <exclude>stage/commons-io/poms/commons-io-1.2.pom</exclude>
+            <exclude>stage/commons-logging/poms/commons-logging-1.1.pom</exclude>
+            <exclude>stage/org.apache.james/xmls/james-parent-1.1-site.xml</exclude>
+            <exclude>stage/org.apache.james/xmls/james-parent-1.1-site_en.xml</exclude>
+            <exclude>stage/org.apache.james/xmls/james-project-1.2-site.xml</exclude>
+            <exclude>stage/org.apache.james/xmls/james-project-1.2-site_en.xml</exclude>
             <exclude>release.properties</exclude>
             <exclude>**/.*/**/*</exclude>
           </excludes>