Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Watson2008-08-26 20:54:10 +0000
committerThomas Watson2008-08-26 20:54:10 +0000
commit7fd80bd01f581e44c1be29de8e2a0b380d1af9b9 (patch)
tree347debdf547a6e5927354988d80762ba2ee5e176 /bundles/org.eclipse.osgi.tests/plugin.xml
parent3f163bd0a44fecc4c58e43f4aa77484392cfa3eb (diff)
downloadrt.equinox.framework-7fd80bd01f581e44c1be29de8e2a0b380d1af9b9.tar.gz
rt.equinox.framework-7fd80bd01f581e44c1be29de8e2a0b380d1af9b9.tar.xz
rt.equinox.framework-7fd80bd01f581e44c1be29de8e2a0b380d1af9b9.zip
Bug 245303 [app] implement new ApplicationHandle.getExitValue
Diffstat (limited to 'bundles/org.eclipse.osgi.tests/plugin.xml')
-rw-r--r--bundles/org.eclipse.osgi.tests/plugin.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/bundles/org.eclipse.osgi.tests/plugin.xml b/bundles/org.eclipse.osgi.tests/plugin.xml
index fc38a79b0..69e6db358 100644
--- a/bundles/org.eclipse.osgi.tests/plugin.xml
+++ b/bundles/org.eclipse.osgi.tests/plugin.xml
@@ -83,4 +83,16 @@
</run>
</application>
</extension>
+ <extension
+ id="exitValueApp"
+ point="org.eclipse.core.runtime.applications">
+ <application
+ cardinality="1"
+ thread="any"
+ visible="true">
+ <run
+ class="org.eclipse.osgi.tests.appadmin.ExitValueApp">
+ </run>
+ </application>
+ </extension>
</plugin>

Back to the top