Author: rdonkin
Date: Mon Apr 14 11:38:17 2008
New Revision: 647925

URL: http://svn.apache.org/viewvc?rev=647925&view=rev
Log:
Move crypto mailets into staging project structure.

Added:
    james/server/trunk/crypto-mailets/   (with props)
    james/server/trunk/crypto-mailets/LICENSE.txt
      - copied, changed from r647844, james/server/trunk/LICENSE.txt
    james/server/trunk/crypto-mailets/NOTICE.txt
      - copied, changed from r647844, james/server/trunk/NOTICE.txt
    james/server/trunk/crypto-mailets/src/
    james/server/trunk/crypto-mailets/src/main/
    james/server/trunk/crypto-mailets/src/main/java/
    james/server/trunk/crypto-mailets/src/main/java/org/
    james/server/trunk/crypto-mailets/src/main/java/org/apache/
    james/server/trunk/crypto-mailets/src/main/java/org/apache/james/
    james/server/trunk/crypto-mailets/src/main/java/org/apache/james/security/
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/security/InitJCE.java
      - copied unchanged from r647844, 
james/server/trunk/core-library/src/main/java/org/apache/james/security/InitJCE.java
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/security/KeyHolder.java
      - copied unchanged from r647844, 
james/server/trunk/core-library/src/main/java/org/apache/james/security/KeyHolder.java
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/security/KeyStoreHolder.java
      - copied unchanged from r647844, 
james/server/trunk/core-library/src/main/java/org/apache/james/security/KeyStoreHolder.java
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/security/SMIMEAttributeNames.java
      - copied unchanged from r647844, 
james/server/trunk/core-library/src/main/java/org/apache/james/security/SMIMEAttributeNames.java
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/security/SMIMEKeyHolder.java
      - copied unchanged from r647844, 
james/server/trunk/core-library/src/main/java/org/apache/james/security/SMIMEKeyHolder.java
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/security/SMIMESignerInfo.java
      - copied unchanged from r647844, 
james/server/trunk/core-library/src/main/java/org/apache/james/security/SMIMESignerInfo.java
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/security/package.html
      - copied unchanged from r647844, 
james/server/trunk/core-library/src/main/java/org/apache/james/security/package.html
    james/server/trunk/crypto-mailets/src/main/java/org/apache/james/transport/
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/transport/mailets/
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/transport/mailets/smime/
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/transport/mailets/smime/AbstractSign.java
      - copied unchanged from r647844, 
james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/smime/AbstractSign.java
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/transport/mailets/smime/SMIMECheckSignature.java
      - copied unchanged from r647844, 
james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/smime/SMIMECheckSignature.java
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/transport/mailets/smime/SMIMEDecrypt.java
      - copied unchanged from r647844, 
james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/smime/SMIMEDecrypt.java
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/transport/mailets/smime/SMIMESign.java
      - copied unchanged from r647844, 
james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/smime/SMIMESign.java
    
james/server/trunk/crypto-mailets/src/main/java/org/apache/james/transport/mailets/smime/Sign.java
      - copied unchanged from r647844, 
james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/smime/Sign.java
    james/server/trunk/crypto-mailets/src/test/
    james/server/trunk/crypto-mailets/src/test/java/
    james/server/trunk/crypto-mailets/stage/
    james/server/trunk/crypto-mailets/stage/javax.activation/
      - copied from r647844, james/server/trunk/stage/javax.activation/
    james/server/trunk/crypto-mailets/stage/javax.mail/
      - copied from r647844, james/server/trunk/stage/javax.mail/
    james/server/trunk/crypto-mailets/stage/org.bouncycastle/
      - copied from r647844, james/server/trunk/stage/org.bouncycastle/
Removed:
    
james/server/trunk/core-library/src/main/java/org/apache/james/security/InitJCE.java
    
james/server/trunk/core-library/src/main/java/org/apache/james/security/KeyHolder.java
    
james/server/trunk/core-library/src/main/java/org/apache/james/security/KeyStoreHolder.java
    
james/server/trunk/core-library/src/main/java/org/apache/james/security/SMIMEAttributeNames.java
    
james/server/trunk/core-library/src/main/java/org/apache/james/security/SMIMEKeyHolder.java
    
james/server/trunk/core-library/src/main/java/org/apache/james/security/SMIMESignerInfo.java
    
james/server/trunk/core-library/src/main/java/org/apache/james/security/package.html
    
james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/smime/AbstractSign.java
    
james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/smime/SMIMECheckSignature.java
    
james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/smime/SMIMEDecrypt.java
    
james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/smime/SMIMESign.java
    
james/server/trunk/spoolmanager-function/src/main/java/org/apache/james/transport/mailets/smime/Sign.java
    james/server/trunk/stage/org.bouncycastle/

Propchange: james/server/trunk/crypto-mailets/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Mon Apr 14 11:38:17 2008
@@ -0,0 +1,2 @@
+.*
+target

Copied: james/server/trunk/crypto-mailets/LICENSE.txt (from r647844, 
james/server/trunk/LICENSE.txt)
URL: 
http://svn.apache.org/viewvc/james/server/trunk/crypto-mailets/LICENSE.txt?p2=james/server/trunk/crypto-mailets/LICENSE.txt&p1=james/server/trunk/LICENSE.txt&r1=647844&r2=647925&rev=647925&view=diff
==============================================================================
--- james/server/trunk/LICENSE.txt (original)
+++ james/server/trunk/crypto-mailets/LICENSE.txt Mon Apr 14 11:38:17 2008
@@ -181,52 +181,13 @@
    THIS PRODUCT ALSO INCLUDES THIRD PARTY SOFTWARE REDISTRIBUTED UNDER THE
    FOLLOWING LICENSES:
    
-   
-   
-   Concurrent, Public Domain 
-     (see stage/concurrent/jars/concurrent.LICENSE)
-   
    BouncyCastle, MIT License 
      (see stage/org.bouncycastle/jars/BouncyCastle.LICENSE)
      http://www.bouncycastle.org/licence.html
      
-   DnsJava, BSD License 
-     (see stage/dnsjava/jars/dnsjava.LICENSE)
-     http://www.dnsjava.org/README 
-     
    JavaBeans Activation Framework, CDDL License
      http://glassfish.dev.java.net/public/CDDLv1.0.html
      
    JavaMail, CDDL License
      http://glassfish.dev.java.net/public/CDDLv1.0.html
-   
-   QDox, ASL 1.1 License
-     (see phoenix-deployment/tools/lib/qdox.LICENSE)
-     http://qdox.codehaus.org/license.html
-     
-   MX4J, ASL 1.1 License
-     (see phoenix-deployment/phoenix-bin/bin/lib/mx4j.LICENSE)
-   
-   Spice, ASL 1.1 License
-     (see phoenix-deployment/phoenix-bin/bin/lib/spice.LICENSE)
-     http://spice.codehaus.org/license.html
-     
-   Wrapper, MIT License
-     (see phoenix-deployment/phoenix-bin/bin/Wrapper.LICENSE)
-     http://wrapper.tanukisoftware.org/doc/english/license.html
-     
-   ISO-Relax, MIT License
-     (see phoenix-deployment/phoenix-bin/tools/lib/isorelax.LICENSE)
-
-   MSV, BSD License
-     (see phoenix-deployment/phoenix-bin/tools/lib/msv.LICENSE)
-
-   RelaxNG-Datatype, BSD License
-     (see phoenix-deployment/phoenix-bin/tools/lib/relaxngDatatype.LICENSE)
-   
-   XSDLib, BSD License
-     (see phoenix-deployment/phoenix-bin/tools/lib/xsdlib.LICENSE)
-     
-   XStream, BSD License
-     (see stage/com.thoughtworks.xstream/jars/xstream.LICENSE)
-     
\ No newline at end of file
+      
\ No newline at end of file

Copied: james/server/trunk/crypto-mailets/NOTICE.txt (from r647844, 
james/server/trunk/NOTICE.txt)
URL: 
http://svn.apache.org/viewvc/james/server/trunk/crypto-mailets/NOTICE.txt?p2=james/server/trunk/crypto-mailets/NOTICE.txt&p1=james/server/trunk/NOTICE.txt&r1=647844&r2=647925&rev=647925&view=diff
==============================================================================
--- james/server/trunk/NOTICE.txt (original)
+++ james/server/trunk/crypto-mailets/NOTICE.txt Mon Apr 14 11:38:17 2008
@@ -2,36 +2,15 @@
    ==      NOTICE file for use with the Apache License, Version 2.0,      ==
    =========================================================================
 
-   Apache JAMES Server
-   Copyright 1999-2006 The Apache Software Foundation
+   Apache JAMES Crytographic Mailets
+   Copyright 2008 The Apache Software Foundation
 
    This product includes software developed at
    The Apache Software Foundation (http://www.apache.org/).
 
    This product also includes software developed by :
      - Sun Microsystems (http://java.sun.com/)
-     - Codehaus (http://qdox.codehaus.org/)
-     - Doug Lea / State University of New York
-       
(http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html)
      - The Legion Of The Bouncy Castle (http://www.bouncycastle.org)
-     - Brian Wellington (http://www.dnsjava.org)
-
-   This product also includes Apache Phoenix application container that
-   includes the following software:
-     - the ISO-RELAX project (http://iso-relax.sourceforge.net/)
-     - the Thai Open Source Software Center Ltd. 
-       (http://www.thaiopensource.com/relaxng/jing.html)
-     - the MX4J project (http://mx4j.sourceforge.net/)
-     - the W3C consortium (http://www.w3c.org/),
-     - the SAX project (http://www.saxproject.org/)
-     - the The Spice Group
-     - Sun Microsystems (http://java.sun.com/)
-     
-   This product includes software developed by the MX4J project 
-       (http://mx4j.sourceforge.net)
-   
-   This product includes software developed by the RealityForge Group
-       (http://www.realityforge.org/).
 
    Please read the LICENSE.txt and README.txt files in the root directory of 
    this distribution.



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

Reply via email to