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 2009/12/04 16:38:05 UTC

svn commit: r887231 - /harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF

Author: tellison
Date: Fri Dec  4 15:38:04 2009
New Revision: 887231

URL: http://svn.apache.org/viewvc?rev=887231&view=rev
Log:
Tests now depend upon concurrent utilities.
If/when the impl has this dependency, remove the 'optional' directive.

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

Modified: harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF
URL: http://svn.apache.org/viewvc/harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF?rev=887231&r1=887230&r2=887231&view=diff
==============================================================================
--- harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF (original)
+++ harmony/enhanced/classlib/trunk/modules/luni/META-INF/MANIFEST.MF Fri Dec  4 15:38:04 2009
@@ -21,6 +21,7 @@
  java.security,
  java.security.cert,
  java.text,
+ java.util.concurrent;resolution:=optional,
  java.util.jar,
  java.util.regex,
  java.util.zip,