Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2006-02-09 20:22:20 +0000
committerDejan Gloszic2006-02-09 20:22:20 +0000
commit0d186317483e08735b4495749b530f02ddf38807 (patch)
tree5367ca27aa0e10ad23cbc22055b09fb354b697d6 /org.eclipse.ua.tests/plugin.xml
parent3f82f37f65a604a5b84955037483a98b20ac849f (diff)
downloadeclipse.platform.ua-0d186317483e08735b4495749b530f02ddf38807.tar.gz
eclipse.platform.ua-0d186317483e08735b4495749b530f02ddf38807.tar.xz
eclipse.platform.ua-0d186317483e08735b4495749b530f02ddf38807.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.ua.tests/plugin.xml')
-rw-r--r--org.eclipse.ua.tests/plugin.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/org.eclipse.ua.tests/plugin.xml b/org.eclipse.ua.tests/plugin.xml
index 44aba2b98..ab209f230 100644
--- a/org.eclipse.ua.tests/plugin.xml
+++ b/org.eclipse.ua.tests/plugin.xml
@@ -149,6 +149,17 @@
optional="true"
/>
</command>
+ <command
+ defaultHandler="org.eclipse.ua.tests.cheatsheet.execution.NegateIntegerHandler"
+ id="org.eclipse.ui.cheatsheets.tests.NegateIntegerCommand"
+ name="Test Command with Integer Values"
+ returnTypeId="org.eclipse.ui.dialogs.Integer">
+ <commandParameter
+ id="number"
+ name="Number"
+ optional="false"
+ typeId="org.eclipse.ui.dialogs.Integer"/>
+ </command>
</extension>
<!--

Back to the top