Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancois Le Fevre - CEA2015-03-02 13:09:43 +0000
committerFrancois Le Fevre - CEA2015-03-18 08:30:04 +0000
commit5d2bdc64a2025503e67fcd77b8842eafe3224bc9 (patch)
tree89434a29c42031e4b841957bccd98d94409af01a /plugins/doc/org.eclipse.papyrus.infra.doc/plugin.xml
parenta361a9abe2128a152d46f491010fbb94d228b9cc (diff)
downloadorg.eclipse.papyrus-5d2bdc64a2025503e67fcd77b8842eafe3224bc9.tar.gz
org.eclipse.papyrus-5d2bdc64a2025503e67fcd77b8842eafe3224bc9.tar.xz
org.eclipse.papyrus-5d2bdc64a2025503e67fcd77b8842eafe3224bc9.zip
Bug 460946: [Releng] Integrate mediawiki/markdown doc generation in the
build - prototype setup for nattable documentation - application to all doc plugins - migration of org.eclipse.papyrus.infra.doc - ensuring binaries contain the generated documentation - typo in the resource definition - correction onf file path to toc due to renaming resource to eclipse-eclipse-help - correction of help path prefix path - application of conventions - correction on image names >actions linked to review by B. Maggi - nattable relinked doc - reconfigure layers.documentation - no indentation on relgen/top main pom Change-Id: I5fb7177965b6567811aaf32121406e707afb86c4 Signed-off-by: Francois Le Fevre - CEA <francois.le-fevre@cea.fr>
Diffstat (limited to 'plugins/doc/org.eclipse.papyrus.infra.doc/plugin.xml')
-rw-r--r--plugins/doc/org.eclipse.papyrus.infra.doc/plugin.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/plugins/doc/org.eclipse.papyrus.infra.doc/plugin.xml b/plugins/doc/org.eclipse.papyrus.infra.doc/plugin.xml
new file mode 100644
index 00000000000..fb0251c8839
--- /dev/null
+++ b/plugins/doc/org.eclipse.papyrus.infra.doc/plugin.xml
@@ -0,0 +1,23 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.ui.intro.configExtension">
+ <configExtension
+ configId="org.eclipse.ui.intro.universalConfig"
+ content="intro/firststeps.xml">
+ </configExtension>
+ <configExtension
+ configId="org.eclipse.ui.intro.universalConfig"
+ content="intro/overview.xml">
+ </configExtension>
+ </extension>
+ <extension
+ point="org.eclipse.help.toc">
+ <toc
+ category="org.eclipse.papyrus"
+ file="toc.xml"
+ primary="true">
+ </toc>
+ </extension>
+</plugin>

Back to the top