|
From: <caw...@us...> - 2007-05-29 20:58:26
|
Revision: 2554
http://svn.sourceforge.net/rubyeclipse/?rev=2554&view=rev
Author: cawilliams
Date: 2007-05-29 13:58:25 -0700 (Tue, 29 May 2007)
Log Message:
-----------
just add the Test::Unit test case wizard to the ruby category
Modified Paths:
--------------
trunk/org.rubypeople.rdt.testunit/plugin.xml
Modified: trunk/org.rubypeople.rdt.testunit/plugin.xml
===================================================================
--- trunk/org.rubypeople.rdt.testunit/plugin.xml 2007-05-29 15:40:38 UTC (rev 2553)
+++ trunk/org.rubypeople.rdt.testunit/plugin.xml 2007-05-29 20:58:25 UTC (rev 2554)
@@ -143,15 +143,10 @@
<extension
point="org.eclipse.ui.newWizards">
- <category
- name="%WizardCategory.name"
- parentCategory="org.rubypeople.rdt.ui"
- id="org.rubypeople.rdt.testunit">
- </category>
<wizard
name="%NewWizardRubyTestCase.name"
icon="$nl$/icons/full/etool16/new_testcase.gif"
- category="org.rubypeople.rdt.testunit"
+ category="org.rubypeople.rdt.ui"
class="org.rubypeople.rdt.internal.testunit.wizards.NewTestCaseCreationWizard"
preferredPerspectives="org.rubypeople.rdt.ui.PerspectiveRuby"
id="org.rubypeople.rdt.testunit.wizards.RubyNewTestCaseWizard">
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|