You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by "Stepan Mishura (JIRA)" <ji...@apache.org> on 2006/03/30 12:25:26 UTC

[jira] Updated: (HARMONY-279) Extract crypto component from security module

     [ http://issues.apache.org/jira/browse/HARMONY-279?page=all ]

Stepan Mishura updated HARMONY-279:
-----------------------------------

    Attachment: fixHarmony279.txt

Patch creates build files for crypto module. Also the following moves should be done:

     modules/security/src/common/javasrc/javax/crypto
to  modules/crypto/src/main/java/javax/crypto

     modules/security/src/common/javasrc/org/apache/harmony/security/x/crypto
to  modules/crypto/src/main/java/org/apache/harmony/security/x/crypto   

     modules/security/test/common/unit/javax/crypto
to  modules/crypto/src/test/java/javax/crypto

     modules/security/test/common/unit/org/apache/harmony/security/x/crypto
to  modules/crypto/src/test/java/org/apache/harmony/security/x/crypto

Patch should be applied only after HARMONY-276 otherwise an additional update is required.

> Extract crypto component from security module
> ---------------------------------------------
>
>          Key: HARMONY-279
>          URL: http://issues.apache.org/jira/browse/HARMONY-279
>      Project: Harmony
>         Type: Improvement
>   Components: Classlib
>     Reporter: Stepan Mishura
>  Attachments: fixHarmony279.txt
>
> According to class library componentization crypto module includes the following packages: 
> javax.crypto
> javax.crypto.interfaces
> javax.crypto.spec
> Currently this packages are reside in security module. Going to provide a patch to put them in crypto module.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira