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 no...@apache.org on 2010/01/06 15:02:19 UTC

svn commit: r896448 - in /james/server/trunk: pom.xml spring-deployment/pom.xml spring-deployment/src/assemble/src.xml stage/org.apache.avalon.logkit/ stage/pom.xml

Author: norman
Date: Wed Jan  6 14:02:17 2010
New Revision: 896448

URL: http://svn.apache.org/viewvc?rev=896448&view=rev
Log:
add src build
more dependency cleanup

Removed:
    james/server/trunk/stage/org.apache.avalon.logkit/
Modified:
    james/server/trunk/pom.xml
    james/server/trunk/spring-deployment/pom.xml
    james/server/trunk/spring-deployment/src/assemble/src.xml
    james/server/trunk/stage/pom.xml

Modified: james/server/trunk/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/pom.xml?rev=896448&r1=896447&r2=896448&view=diff
==============================================================================
--- james/server/trunk/pom.xml (original)
+++ james/server/trunk/pom.xml Wed Jan  6 14:02:17 2010
@@ -387,6 +387,7 @@
       <artifactId>james-server-user-library</artifactId>
       <version>3.0-M1</version>
       <scope>test</scope>
+      <type>test-jar</type>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -898,27 +899,6 @@
       </exclusions>
     </dependency>
     <dependency>
-      <groupId>org.apache.avalon.logkit</groupId>
-      <artifactId>avalon-logkit</artifactId>
-      <version>2.2.1</version>
-      <!-- maybe this is only needed in phoenix -->
-      <scope>runtime</scope>
-      <exclusions>
-        <exclusion>
-          <artifactId>geronimo-spec-javamail</artifactId>
-          <groupId>geronimo-spec</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>geronimo-spec-jms</artifactId>
-          <groupId>geronimo-spec</groupId>
-        </exclusion>
-        <exclusion>
-          <artifactId>servletapi</artifactId>
-          <groupId>servletapi</groupId>
-        </exclusion>
-      </exclusions>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
       <version>3.8.1</version>

Modified: james/server/trunk/spring-deployment/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/pom.xml?rev=896448&r1=896447&r2=896448&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/pom.xml (original)
+++ james/server/trunk/spring-deployment/pom.xml Wed Jan  6 14:02:17 2010
@@ -210,7 +210,6 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-user-library</artifactId>
-      <scope>runtime</scope>
     </dependency>
     <dependency>
       <groupId>org.apache.james</groupId>
@@ -339,11 +338,6 @@
     <dependency>
       <groupId>org.apache.james</groupId>
       <artifactId>james-server-user-library</artifactId>
-      <scope>test</scope>
-    </dependency>
-    <dependency>
-      <groupId>org.apache.james</groupId>
-      <artifactId>james-server-user-library</artifactId>
       <type>test-jar</type>
       <scope>test</scope>
     </dependency>

Modified: james/server/trunk/spring-deployment/src/assemble/src.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/spring-deployment/src/assemble/src.xml?rev=896448&r1=896447&r2=896448&view=diff
==============================================================================
--- james/server/trunk/spring-deployment/src/assemble/src.xml (original)
+++ james/server/trunk/spring-deployment/src/assemble/src.xml Wed Jan  6 14:02:17 2010
@@ -31,6 +31,7 @@
       <directory>..</directory>
       <outputDirectory></outputDirectory>
       <excludes>
+        <exclude>**/dist/**</exclude>
         <exclude>**/target/**</exclude>
         <exclude>.*</exclude>
         <exclude>.*/**</exclude>

Modified: james/server/trunk/stage/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/stage/pom.xml?rev=896448&r1=896447&r2=896448&view=diff
==============================================================================
--- james/server/trunk/stage/pom.xml (original)
+++ james/server/trunk/stage/pom.xml Wed Jan  6 14:02:17 2010
@@ -250,10 +250,6 @@
       <artifactId>excalibur-thread-impl</artifactId>
     </dependency>
     <dependency>
-      <groupId>org.apache.avalon.logkit</groupId>
-      <artifactId>avalon-logkit</artifactId>
-    </dependency>
-    <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
     </dependency>



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