|
From: <caw...@us...> - 2007-05-03 16:00:10
|
Revision: 2422
http://svn.sourceforge.net/rubyeclipse/?rev=2422&view=rev
Author: cawilliams
Date: 2007-05-03 09:00:08 -0700 (Thu, 03 May 2007)
Log Message:
-----------
make test unit test case wizard actually show up in New > File menu.
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-03 13:45:21 UTC (rev 2421)
+++ trunk/org.rubypeople.rdt.testunit/plugin.xml 2007-05-03 16:00:08 UTC (rev 2422)
@@ -23,6 +23,8 @@
<perspectiveExtension
targetID="org.rubypeople.rdt.ui.PerspectiveRuby">
<viewShortcut id="org.rubypeople.rdt.testunit.views.TestUnitView"/>
+ <newWizardShortcut id="org.rubypeople.rdt.testunit.wizards.RubyNewTestCaseWizard">
+ </newWizardShortcut>
<view
relative="org.eclipse.ui.views.ContentOutline"
relationship="stack"
@@ -141,10 +143,15 @@
<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.ui"
+ category="org.rubypeople.rdt.testunit"
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.
|