Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDejan Gloszic2006-01-30 23:00:37 +0000
committerDejan Gloszic2006-01-30 23:00:37 +0000
commit75567553c1ad70fdb0420cf1bbbae3341d825ccf (patch)
tree50a398e07b45b11752a6a2ea5031639e0c0b2c3a /org.eclipse.ui.intro/plugin.xml
parenta2bf94a901cade401cbe660467fa44657396779e (diff)
downloadeclipse.platform.ua-75567553c1ad70fdb0420cf1bbbae3341d825ccf.tar.gz
eclipse.platform.ua-75567553c1ad70fdb0420cf1bbbae3341d825ccf.tar.xz
eclipse.platform.ua-75567553c1ad70fdb0420cf1bbbae3341d825ccf.zip
*** empty log message ***
Diffstat (limited to 'org.eclipse.ui.intro/plugin.xml')
-rw-r--r--org.eclipse.ui.intro/plugin.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/org.eclipse.ui.intro/plugin.xml b/org.eclipse.ui.intro/plugin.xml
index 91ffa418f..1d001b9fb 100644
--- a/org.eclipse.ui.intro/plugin.xml
+++ b/org.eclipse.ui.intro/plugin.xml
@@ -60,6 +60,13 @@
</presentation>
</config>
</extension>
+ <extension
+ id="introData"
+ point="org.eclipse.core.runtime.applications">
+ <application>
+ <run class="org.eclipse.ui.internal.intro.shared.IntroDataApplication"/>
+ </application>
+ </extension>

Back to the top