Author: vrubezhny
Date: 2009-07-16 13:09:14 -0400 (Thu, 16 Jul 2009)
New Revision: 16600
Modified:
trunk/common/tests/org.jboss.tools.common.text.ext.test/projects/HiperlinksTestProject/WebContent/META-INF/MANIFEST.MF
Log:
JBIDE-4623: Manifest Format Errors in text.ext.test test projects
The following line in the manifest file causes this exception:
Bundle-RequiredExecutionEnvironment: J2SE-1.5
After the line was removed the test began to be executed without errors.
Modified:
trunk/common/tests/org.jboss.tools.common.text.ext.test/projects/HiperlinksTestProject/WebContent/META-INF/MANIFEST.MF
===================================================================
---
trunk/common/tests/org.jboss.tools.common.text.ext.test/projects/HiperlinksTestProject/WebContent/META-INF/MANIFEST.MF 2009-07-16
16:54:15 UTC (rev 16599)
+++
trunk/common/tests/org.jboss.tools.common.text.ext.test/projects/HiperlinksTestProject/WebContent/META-INF/MANIFEST.MF 2009-07-16
17:09:14 UTC (rev 16600)
@@ -1,4 +1,3 @@
Manifest-Version: 1.0
Class-Path:
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
Show replies by date