You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beehive.apache.org by ky...@apache.org on 2004/10/08 01:53:08 UTC

svn commit: rev 54034 - incubator/beehive/trunk/controls/test/src/controls/org/apache/beehive/controls/test/controls/packaging

Author: kylem
Date: Thu Oct  7 16:53:07 2004
New Revision: 54034

Modified:
   incubator/beehive/trunk/controls/test/src/controls/org/apache/beehive/controls/test/controls/packaging/HelloControl.java
Log:
Commented out invalid @ManifestAttribute test that causes checkin.tests to fail.  The packaging
code needs to do better validation, but this negative test is causing many failures because
MANIFEST.MF ends up corrupted.


Modified: incubator/beehive/trunk/controls/test/src/controls/org/apache/beehive/controls/test/controls/packaging/HelloControl.java
==============================================================================
--- incubator/beehive/trunk/controls/test/src/controls/org/apache/beehive/controls/test/controls/packaging/HelloControl.java	(original)
+++ incubator/beehive/trunk/controls/test/src/controls/org/apache/beehive/controls/test/controls/packaging/HelloControl.java	Thu Oct  7 16:53:07 2004
@@ -10,7 +10,7 @@
 
 @ControlInterface
 @ManifestAttributes({
-	@ManifestAttribute(name=";", value="HelloControlIFAttributeValue1"),
+	/* @ManifestAttribute(name=";", value="HelloControlIFAttributeValue1"), */
 	@ManifestAttribute(name="HelloControlIFAttribute2", value="HelloControlIFAttributeValue2"),
 	@ManifestAttribute(name="HelloControlIFAttribute3", value=" ")
 })