Author: dgolovin
Date: 2011-04-27 13:51:19 -0400 (Wed, 27 Apr 2011)
New Revision: 30882
Modified:
trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF
Log:
fix for runtime configuration in manifests. it should have class path '.' to be
available on class path in dev environment for plugins which depends on it.
Modified: trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF
===================================================================
--- trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF 2011-04-27
17:35:35 UTC (rev 30881)
+++ trunk/common/plugins/org.jboss.tools.common.el.core/META-INF/MANIFEST.MF 2011-04-27
17:51:19 UTC (rev 30882)
@@ -23,3 +23,4 @@
org.eclipse.ui,
org.eclipse.jdt.ui;bundle-version="[3.5.0,4.0.0)"
Bundle-RequiredExecutionEnvironment: J2SE-1.5
+Bundle-ClassPath: .
Show replies by date