|
From: <jas...@us...> - 2006-07-18 21:28:30
|
Revision: 1517 Author: jasonpmorrison Date: 2006-07-18 14:26:48 -0700 (Tue, 18 Jul 2006) ViewCVS: http://svn.sourceforge.net/rubyeclipse/?rev=1517&view=rev Log Message: ----------- Resolved dependency issue by: - Removed extranneous jruby.jar instances in /lib >From http://wiki.eclipse.org/index.php/PDE: - Added lib/jruby.jar to Bundle-ClassPath in MANIFEST.MF - Added lib/jruby.jar to .classpath as an exported lib Modified Paths: -------------- branches/type_inferrence/trunk/org.rubypeople.rdt.core/.classpath branches/type_inferrence/trunk/org.rubypeople.rdt.core/META-INF/MANIFEST.MF Added Paths: ----------- branches/type_inferrence/trunk/org.rubypeople.rdt.core/lib/jruby.jar Removed Paths: ------------- branches/type_inferrence/trunk/org.rubypeople.rdt.core/lib/jruby-head-20060620.jar branches/type_inferrence/trunk/org.rubypeople.rdt.core/lib/jruby.jar-old Modified: branches/type_inferrence/trunk/org.rubypeople.rdt.core/.classpath =================================================================== (Binary files differ) Modified: branches/type_inferrence/trunk/org.rubypeople.rdt.core/META-INF/MANIFEST.MF =================================================================== --- branches/type_inferrence/trunk/org.rubypeople.rdt.core/META-INF/MANIFEST.MF 2006-07-18 20:48:42 UTC (rev 1516) +++ branches/type_inferrence/trunk/org.rubypeople.rdt.core/META-INF/MANIFEST.MF 2006-07-18 21:26:48 UTC (rev 1517) @@ -3,7 +3,8 @@ Bundle-Name: %Plugin.name Bundle-SymbolicName: org.rubypeople.rdt.core; singleton:=true Bundle-Version: 0.0.0 -Bundle-ClassPath: rdtcore.jar +Bundle-ClassPath: rdtcore.jar, + lib/jruby.jar Bundle-Activator: org.rubypeople.rdt.core.RubyCore Bundle-Vendor: %providerName Bundle-Localization: plugin Deleted: branches/type_inferrence/trunk/org.rubypeople.rdt.core/lib/jruby-head-20060620.jar =================================================================== (Binary files differ) Added: branches/type_inferrence/trunk/org.rubypeople.rdt.core/lib/jruby.jar =================================================================== (Binary files differ) Property changes on: branches/type_inferrence/trunk/org.rubypeople.rdt.core/lib/jruby.jar ___________________________________________________________________ Name: svn:mime-type + application/octet-stream Deleted: branches/type_inferrence/trunk/org.rubypeople.rdt.core/lib/jruby.jar-old =================================================================== (Binary files differ) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |