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=" ")
 })

Reply via email to