Author: adietish
Date: 2011-06-20 07:31:55 -0400 (Mon, 20 Jun 2011)
New Revision: 32207
Modified:
trunk/as/plugins/org.jboss.ide.eclipse.as.core/META-INF/MANIFEST.MF
Log:
[JBIDE-9200] moved static methods to util classes and changed static method to be instance
methods where they should not offer functionality to the instance, only (no accessibility
from outside the object is needed)
Modified: trunk/as/plugins/org.jboss.ide.eclipse.as.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/as/plugins/org.jboss.ide.eclipse.as.core/META-INF/MANIFEST.MF 2011-06-20
11:10:37 UTC (rev 32206)
+++ trunk/as/plugins/org.jboss.ide.eclipse.as.core/META-INF/MANIFEST.MF 2011-06-20
11:31:55 UTC (rev 32207)
@@ -41,4 +41,4 @@
getopt.jar,
.
Bundle-Vendor: %Bundle-Vendor.0
-Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Show replies by date