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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to