|
From: <jas...@us...> - 2006-08-15 04:14:23
|
Revision: 1565 Author: jasonpmorrison Date: 2006-08-14 21:14:18 -0700 (Mon, 14 Aug 2006) ViewCVS: http://svn.sourceforge.net/rubyeclipse/?rev=1565&view=rev Log Message: ----------- * Eclipse-LazyStart: false is necessary in org.jruby (why?) Modified Paths: -------------- branches/type_inferrence/trunk/org.jruby/META-INF/MANIFEST.MF Modified: branches/type_inferrence/trunk/org.jruby/META-INF/MANIFEST.MF =================================================================== --- branches/type_inferrence/trunk/org.jruby/META-INF/MANIFEST.MF 2006-08-13 19:12:24 UTC (rev 1564) +++ branches/type_inferrence/trunk/org.jruby/META-INF/MANIFEST.MF 2006-08-15 04:14:18 UTC (rev 1565) @@ -6,7 +6,7 @@ Bundle-Activator: org.jruby.Activator Bundle-Localization: plugin Require-Bundle: org.eclipse.core.runtime -Eclipse-LazyStart: true +Eclipse-LazyStart: false Bundle-ClassPath: lib/jruby.jar, . Export-Package: org.ablaf.ast, This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |