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 ba...@apache.org on 2008/08/21 16:43:48 UTC

svn commit: r687772 - /james/server/trunk/mailets-function/pom.xml

Author: bago
Date: Thu Aug 21 07:43:47 2008
New Revision: 687772

URL: http://svn.apache.org/viewvc?rev=687772&view=rev
Log:
Remove the optional profile dependency (activation is already there)

Modified:
    james/server/trunk/mailets-function/pom.xml

Modified: james/server/trunk/mailets-function/pom.xml
URL: http://svn.apache.org/viewvc/james/server/trunk/mailets-function/pom.xml?rev=687772&r1=687771&r2=687772&view=diff
==============================================================================
--- james/server/trunk/mailets-function/pom.xml (original)
+++ james/server/trunk/mailets-function/pom.xml Thu Aug 21 07:43:47 2008
@@ -27,19 +27,6 @@
   <groupId>org.apache.james</groupId>
   <artifactId>james-server-mailets-function</artifactId>
   <name>Apache JAMES Server Mailets function</name>
-  
-  <profiles>
-    <profile>
-      <!-- Geronimo Mail module do not declare runtime dependency on Activation -->
-      <id>geronimo</id>
-      <dependencies>
-        <dependency>
-          <groupId>${javax.activation.groupId}</groupId>
-          <artifactId>${javax.activation.artifactId}</artifactId>
-        </dependency>
-      </dependencies>
-    </profile>
-  </profiles>
 
   <dependencies>
     <dependency>



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