Author: bago
Date: Mon Jan 14 12:04:16 2008
New Revision: 611912

URL: http://svn.apache.org/viewvc?rev=611912&view=rev
Log:
Updated javamail to 1.4.1 final and activation 1.1.1 final (JAMES-693).
Files have been downloaded from 
https://maven-repository.dev.java.net/repository/javax.activation/ and 
https://maven-repository.dev.java.net/repository/javax.mail/.
They are different from the one downloadable from java.sun.com website but the 
one included contains the CDDL license files while the java.sun.com packages 
not.
The pom files are distributed under an unknown license, I just updated them but 
I don't really know if we are entitled in using such pom.
They are VERY minimalistic poms and they are the only way to express that 
javamail depends on activation, so I would think they are not copyrightable "as 
is".

Added:
    james/server/trunk/stage/javax.activation/jars/activation-1.1.1.jar   (with 
props)
    james/server/trunk/stage/javax.activation/poms/activation-1.1.1.pom   (with 
props)
    james/server/trunk/stage/javax.mail/jars/mail-1.4.1.jar   (with props)
    james/server/trunk/stage/javax.mail/poms/mail-1.4.1.pom   (with props)
Removed:
    james/server/trunk/stage/javax.activation/jars/activation-1.1.jar
    james/server/trunk/stage/javax.activation/poms/activation-1.1.pom
    james/server/trunk/stage/javax.mail/jars/mail-1.4.1ea-SNAPSHOT.jar
    james/server/trunk/stage/javax.mail/poms/mail-1.4.1ea-SNAPSHOT.pom

Added: james/server/trunk/stage/javax.activation/jars/activation-1.1.1.jar
URL: 
http://svn.apache.org/viewvc/james/server/trunk/stage/javax.activation/jars/activation-1.1.1.jar?rev=611912&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/javax.activation/jars/activation-1.1.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/javax.activation/poms/activation-1.1.1.pom
URL: 
http://svn.apache.org/viewvc/james/server/trunk/stage/javax.activation/poms/activation-1.1.1.pom?rev=611912&view=auto
==============================================================================
--- james/server/trunk/stage/javax.activation/poms/activation-1.1.1.pom (added)
+++ james/server/trunk/stage/javax.activation/poms/activation-1.1.1.pom Mon Jan 
14 12:04:16 2008
@@ -0,0 +1,6 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>javax.activation</groupId>
+  <artifactId>activation</artifactId>
+  <version>1.1.1</version>
+</project>

Propchange: james/server/trunk/stage/javax.activation/poms/activation-1.1.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native

Added: james/server/trunk/stage/javax.mail/jars/mail-1.4.1.jar
URL: 
http://svn.apache.org/viewvc/james/server/trunk/stage/javax.mail/jars/mail-1.4.1.jar?rev=611912&view=auto
==============================================================================
Binary file - no diff available.

Propchange: james/server/trunk/stage/javax.mail/jars/mail-1.4.1.jar
------------------------------------------------------------------------------
    svn:mime-type = application/octet-stream

Added: james/server/trunk/stage/javax.mail/poms/mail-1.4.1.pom
URL: 
http://svn.apache.org/viewvc/james/server/trunk/stage/javax.mail/poms/mail-1.4.1.pom?rev=611912&view=auto
==============================================================================
--- james/server/trunk/stage/javax.mail/poms/mail-1.4.1.pom (added)
+++ james/server/trunk/stage/javax.mail/poms/mail-1.4.1.pom Mon Jan 14 12:04:16 
2008
@@ -0,0 +1,13 @@
+<project>
+  <modelVersion>4.0.0</modelVersion>
+  <groupId>javax.mail</groupId>
+  <artifactId>mail</artifactId>
+  <version>1.4.1</version>
+  <dependencies>
+    <dependency>
+      <groupId>javax.activation</groupId>
+      <artifactId>activation</artifactId>
+      <version>1.1</version>
+    </dependency>
+  </dependencies>
+</project>

Propchange: james/server/trunk/stage/javax.mail/poms/mail-1.4.1.pom
------------------------------------------------------------------------------
    svn:eol-style = native



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to