|
From: <caw...@us...> - 2006-12-15 15:22:05
|
Revision: 1694
http://svn.sourceforge.net/rubyeclipse/?rev=1694&view=rev
Author: cawilliams
Date: 2006-12-15 07:22:04 -0800 (Fri, 15 Dec 2006)
Log Message:
-----------
move things around so most suff is internal (and looks like the JDT's package structure)
Modified Paths:
--------------
trunk/org.rubypeople.rdt.testunit/META-INF/MANIFEST.MF
Modified: trunk/org.rubypeople.rdt.testunit/META-INF/MANIFEST.MF
===================================================================
--- trunk/org.rubypeople.rdt.testunit/META-INF/MANIFEST.MF 2006-12-15 15:20:34 UTC (rev 1693)
+++ trunk/org.rubypeople.rdt.testunit/META-INF/MANIFEST.MF 2006-12-15 15:22:04 UTC (rev 1694)
@@ -4,10 +4,11 @@
Bundle-SymbolicName: org.rubypeople.rdt.testunit; singleton:=true
Bundle-Version: 0.0.0
Bundle-ClassPath: testunit.jar
-Bundle-Activator: org.rubypeople.rdt.testunit.TestunitPlugin
+Bundle-Activator: org.rubypeople.rdt.internal.testunit.ui.TestunitPlugin
Bundle-Vendor: %providerName
Bundle-Localization: plugin
-Export-Package: org.rubypeople.rdt.testunit.views
+Export-Package: org.rubypeople.rdt.testunit.launcher,
+ org.rubypeople.rdt.testunit.wizards
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
org.eclipse.debug.core,
@@ -19,5 +20,6 @@
org.rubypeople.rdt.debug.ui,
org.eclipse.ui.workbench.texteditor,
org.eclipse.text,
- org.jruby
+ org.jruby,
+ org.eclipse.ui.ide
Eclipse-LazyStart: true
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|