|
From: <caw...@us...> - 2007-01-16 17:46:40
|
Revision: 1780
http://svn.sourceforge.net/rubyeclipse/?rev=1780&view=rev
Author: cawilliams
Date: 2007-01-16 09:46:39 -0800 (Tue, 16 Jan 2007)
Log Message:
-----------
make some access rule changes to expose stuff that the refactoring guys need
Modified Paths:
--------------
trunk/org.jruby/META-INF/MANIFEST.MF
trunk/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF
Modified: trunk/org.jruby/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.jruby/META-INF/MANIFEST.MF 2007-01-16 16:37:33 UTC (rev 1779)
+++ trunk/org.jruby/META-INF/MANIFEST.MF 2007-01-16 17:46:39 UTC (rev 1780)
@@ -14,6 +14,8 @@
org.jruby.ast.types,
org.jruby.ast.util,
org.jruby.ast.visitor,
+ org.jruby.ast.visitor.rewriter,
+ org.jruby.ast.visitor.rewriter.utils,
org.jruby.common,
org.jruby.environment,
org.jruby.evaluator,
Modified: trunk/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF 2007-01-16 16:37:33 UTC (rev 1779)
+++ trunk/org.rubypeople.rdt.ui/META-INF/MANIFEST.MF 2007-01-16 17:46:39 UTC (rev 1780)
@@ -11,9 +11,11 @@
org.rubypeople.rdt.internal.corext.util,
org.rubypeople.rdt.internal.ui,
org.rubypeople.rdt.internal.ui.actions,
+ org.rubypeople.rdt.internal.ui.compare,
org.rubypeople.rdt.internal.ui.dialogs,
org.rubypeople.rdt.internal.ui.infoviews,
org.rubypeople.rdt.internal.ui.preferences,
+ org.rubypeople.rdt.internal.ui.preferences.formatter,
org.rubypeople.rdt.internal.ui.rdocexport,
org.rubypeople.rdt.internal.ui.resourcesview,
org.rubypeople.rdt.internal.ui.rubyeditor,
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|