You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by hi...@apache.org on 2009/10/08 15:43:44 UTC

svn commit: r823176 - /harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF

Author: hindessm
Date: Thu Oct  8 13:43:44 2009
New Revision: 823176

URL: http://svn.apache.org/viewvc?rev=823176&view=rev
Log:
Dependency on org.apache.harmony.luni.util is only for tests.

Modified:
    harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF

Modified: harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF?rev=823176&r1=823175&r2=823176&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF (original)
+++ harmony/enhanced/classlib/trunk/modules/x-net/META-INF/MANIFEST.MF Thu Oct  8 13:43:44 2009
@@ -27,7 +27,7 @@
  javax.security.auth.x500,
  javax.security.cert,
  org.apache.harmony.kernel.vm,
- org.apache.harmony.luni.util,
+ org.apache.harmony.luni.util;hy_usage=test;resolution:=optional,
  org.apache.harmony.security.fortress,
  org.apache.harmony.security.tests.support;hy_usage=test;resolution:=optional,
  org.apache.harmony.testframework.serialization;hy_usage=test;resolution:=optional,