You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by te...@apache.org on 2006/08/28 23:03:42 UTC

svn commit: r437834 - /incubator/harmony/enhanced/classlib/trunk/modules/crypto/META-INF/MANIFEST.MF

Author: tellison
Date: Mon Aug 28 14:03:42 2006
New Revision: 437834

URL: http://svn.apache.org/viewvc?rev=437834&view=rev
Log:
Add a version number to the exported utils.

Modified:
    incubator/harmony/enhanced/classlib/trunk/modules/crypto/META-INF/MANIFEST.MF

Modified: incubator/harmony/enhanced/classlib/trunk/modules/crypto/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/classlib/trunk/modules/crypto/META-INF/MANIFEST.MF?rev=437834&r1=437833&r2=437834&view=diff
==============================================================================
--- incubator/harmony/enhanced/classlib/trunk/modules/crypto/META-INF/MANIFEST.MF (original)
+++ incubator/harmony/enhanced/classlib/trunk/modules/crypto/META-INF/MANIFEST.MF Mon Aug 28 14:03:42 2006
@@ -23,4 +23,4 @@
 Export-Package: javax.crypto,
  javax.crypto.interfaces,
  javax.crypto.spec,
- org.apache.harmony.crypto.utils
+ org.apache.harmony.crypto.utils;version="1.0.0"