|
From: <caw...@us...> - 2006-12-22 21:38:52
|
Revision: 1733
http://svn.sourceforge.net/rubyeclipse/?rev=1733&view=rev
Author: cawilliams
Date: 2006-12-22 13:38:51 -0800 (Fri, 22 Dec 2006)
Log Message:
-----------
Modified Paths:
--------------
trunk/org.rubypeople.rdt.astviewer/.classpath
trunk/org.rubypeople.rdt.astviewer/META-INF/MANIFEST.MF
Modified: trunk/org.rubypeople.rdt.astviewer/.classpath
===================================================================
--- trunk/org.rubypeople.rdt.astviewer/.classpath 2006-12-22 19:25:24 UTC (rev 1732)
+++ trunk/org.rubypeople.rdt.astviewer/.classpath 2006-12-22 21:38:51 UTC (rev 1733)
@@ -3,6 +3,5 @@
<classpathentry kind="src" path="src"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="lib" path="/org.jruby/lib/jruby.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
Modified: trunk/org.rubypeople.rdt.astviewer/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.rubypeople.rdt.astviewer/META-INF/MANIFEST.MF 2006-12-22 19:25:24 UTC (rev 1732)
+++ trunk/org.rubypeople.rdt.astviewer/META-INF/MANIFEST.MF 2006-12-22 21:38:51 UTC (rev 1733)
@@ -14,7 +14,8 @@
org.rubypeople.rdt.core,
org.eclipse.ui.editors,
org.eclipse.ui.workbench.texteditor,
- org.eclipse.ui.console
+ org.eclipse.ui.console,
+ org.jruby
Eclipse-LazyStart: true
Export-Package: org.rubypeople.rdt.astviewer,
org.rubypeople.rdt.astviewer.views
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|