Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'packages/org.eclipse.epp.package.rust/introData.xml')
-rw-r--r--packages/org.eclipse.epp.package.rust/introData.xml58
1 files changed, 58 insertions, 0 deletions
diff --git a/packages/org.eclipse.epp.package.rust/introData.xml b/packages/org.eclipse.epp.package.rust/introData.xml
new file mode 100644
index 00000000..d3b56ab7
--- /dev/null
+++ b/packages/org.eclipse.epp.package.rust/introData.xml
@@ -0,0 +1,58 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<extensions>
+ <page id="overview">
+ <group path="page-content/top-left">
+ <extension id="org.eclipse.pdt"/>
+ <extension id="org.eclipse.ui.workbench" importance="low"/>
+ </group>
+ <group path="page-content/top-right">
+ <extension id="org.eclipse.epp.mpc.ui"/>
+ <extension id="org.eclipse.egit"/>
+ <extension id="org.eclipse.mylyn"/>
+ </group>
+ <group path="page-content/bottom-left" default="true">
+ </group>
+ <group path="page-content/bottom-right" default="true">
+ </group>
+ </page>
+ <page id="tutorials">
+ <group path="page-content/top-left">
+ <extension id="org.eclipse.pdt"/>
+ <extension id="org.eclipse.team" importance="low"/>
+ </group>
+ <group path="page-content/top-right">
+ <extension id="org.eclipse.egit"/>
+ <extension id="org.eclipse.mylyn"/>
+ </group>
+ <group path="page-content/bottom-left" default="true">
+ </group>
+ <group path="page-content/bottom-right" default="true">
+ </group>
+ </page>
+ <page id="samples">
+ <group path="page-content/top-left">
+ </group>
+ <group path="page-content/top-right">
+ </group>
+ <group path="page-content/bottom-left" default="true">
+ </group>
+ <group path="page-content/bottom-right" default="true">
+ </group>
+ </page>
+ <page id="whatsnew">
+ <group path="page-content/top-left">
+ <extension id="org.eclipse.pdt"/>
+ <extension id="org.eclipse.egit"/>
+ <extension id="org.eclipse.mylyn"/>
+ <extension id="org.eclipse.ui.workbench.news" importance="low"/>
+ <extension id="org.eclipse.ui.workbench.migration" importance="callout"/>
+ </group>
+ <group path="page-content/top-right">
+ <extension id="org.eclipse.ui.workbench" importance="low"/>
+ </group>
+ <group path="page-content/bottom-left" default="true">
+ </group>
+ <group path="page-content/bottom-right" default="true">
+ </group>
+ </page>
+</extensions> \ No newline at end of file

Back to the top