Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2016-02-25 15:31:55 +0000
committerGerrit Code Review @ Eclipse.org2016-02-26 22:04:35 +0000
commit387d1f9462ab95dd485b80197a7fdf32c0bf051b (patch)
tree3dfdb183eecfd2f88b8232856e88b5b7335f7e69 /plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/intro/overview.xml
parenteebdd17c762211ebcf417844cd21432d4ba3df34 (diff)
downloadorg.eclipse.papyrus-387d1f9462ab95dd485b80197a7fdf32c0bf051b.tar.gz
org.eclipse.papyrus-387d1f9462ab95dd485b80197a7fdf32c0bf051b.tar.xz
org.eclipse.papyrus-387d1f9462ab95dd485b80197a7fdf32c0bf051b.zip
Bug 443315: Papyrus should contribute to help.eclipse.org infocenter
Remove extraneous dependencies from doc bundles so that they may be deployed in the Eclipse Infocenter. The welcome page content in the infra.doc bundle is moved to the uml.diagram.wizards bundle in which the referenced actions (launching the New Model Wizard) actually reside. Change-Id: Ic31dccbea5ed9676733aaefe04aac405aa62d908
Diffstat (limited to 'plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/intro/overview.xml')
-rw-r--r--plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/intro/overview.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/intro/overview.xml b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/intro/overview.xml
new file mode 100644
index 00000000000..6d8ef3b5184
--- /dev/null
+++ b/plugins/uml/diagram/org.eclipse.papyrus.uml.diagram.wizards/intro/overview.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8" ?>
+<introContent>
+ <extensionContent id="org.eclipse.team.papyrus.overview" name="Papyrus overview" style="css/overview.css" path="overview/@">
+ <group style-id="content-group" id="org.eclipse.papyrus-firststeps-group">
+ <link label="New Papyrus Project"
+ url="http://org.eclipse.ui.intro/runAction?pluginId=org.eclipse.papyrus.uml.diagram.wizards&#38;class=org.eclipse.papyrus.uml.diagram.wizards.NewProjectAction"
+ id="newpapyrusproject-introLink" style-id="content-link">
+ <text>Start with creation of new Papyrus project</text>
+ </link>
+ </group>
+ </extensionContent>
+</introContent> \ No newline at end of file

Back to the top