diff options
author | cletavernie | 2013-06-11 15:50:50 +0000 |
---|---|---|
committer | cletavernie | 2013-06-11 15:50:50 +0000 |
commit | 97b502db1b1124e4a7022e6104b8e69d3ff8dd8d (patch) | |
tree | d6ec6a7c1c5baad4d5ca5aece6c666c069e9540a | |
parent | 04696eba1b00dd0ef28b2e41546ac2bbb69c8053 (diff) | |
download | org.eclipse.papyrus-97b502db1b1124e4a7022e6104b8e69d3ff8dd8d.tar.gz org.eclipse.papyrus-97b502db1b1124e4a7022e6104b8e69d3ff8dd8d.tar.xz org.eclipse.papyrus-97b502db1b1124e4a7022e6104b8e69d3ff8dd8d.zip |
407921: [Documentation] Profiles definition and usage shall be documented
https://bugs.eclipse.org/bugs/show_bug.cgi?id=407921
Stub + build integration
11 files changed, 102 insertions, 0 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml index bcd1018c727..56df162e8ce 100644 --- a/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml +++ b/features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml @@ -44,4 +44,10 @@ http://www.eclipse.org/legal/epl-v10.html install-size="0"
version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.diagram.profile.doc"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
+
</feature>
diff --git a/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/.project b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/.project new file mode 100644 index 00000000000..17669199be7 --- /dev/null +++ b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/.project @@ -0,0 +1,22 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.papyrus.uml.diagram.profile.doc</name>
+ <comment></comment>
+ <projects>
+ </projects>
+ <buildSpec>
+ <buildCommand>
+ <name>org.eclipse.pde.ManifestBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ <buildCommand>
+ <name>org.eclipse.pde.SchemaBuilder</name>
+ <arguments>
+ </arguments>
+ </buildCommand>
+ </buildSpec>
+ <natures>
+ <nature>org.eclipse.pde.PluginNature</nature>
+ </natures>
+</projectDescription>
diff --git a/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/.settings/org.eclipse.core.resources.prefs b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/.settings/org.eclipse.core.resources.prefs new file mode 100644 index 00000000000..61a8fc5c542 --- /dev/null +++ b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/.settings/org.eclipse.core.resources.prefs @@ -0,0 +1,3 @@ +eclipse.preferences.version=1
+encoding//resource/profile-toc.xml=utf-8
+encoding//resource/profile.html=utf-8
diff --git a/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/META-INF/MANIFEST.MF b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/META-INF/MANIFEST.MF new file mode 100644 index 00000000000..08956210545 --- /dev/null +++ b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/META-INF/MANIFEST.MF @@ -0,0 +1,8 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: Profile Documentation (Incubation) +Bundle-SymbolicName: org.eclipse.papyrus.uml.diagram.profile.doc;singleton:=true +Bundle-Version: 0.10.0.qualifier +Bundle-Vendor: Eclipse Modeling Project +Require-Bundle: org.eclipse.papyrus.infra.doc;bundle-version="0.10.0", + org.eclipse.help;bundle-version="3.6.0" diff --git a/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/about.html b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/about.html new file mode 100644 index 00000000000..209103075a7 --- /dev/null +++ b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/about.html @@ -0,0 +1,28 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"/>
+<title>About</title>
+</head>
+<body lang="EN-US">
+<h2>About This Content</h2>
+
+<p>November 14, 2008</p>
+<h3>License</h3>
+
+<p>The Eclipse Foundation makes available all content in this plug-in ("Content"). Unless otherwise
+indicated below, the Content is provided to you under the terms and conditions of the
+Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</a>.
+For purposes of the EPL, "Program" will mean the Content.</p>
+
+<p>If you did not receive this Content directly from the Eclipse Foundation, the Content is
+being redistributed by another party ("Redistributor") and different terms and conditions may
+apply to your use of any object code in the Content. Check the Redistributor's license that was
+provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise
+indicated below, the terms and conditions of the EPL still apply to any source code in the Content
+and such source code may be obtained at <a href="http://www.eclipse.org">http://www.eclipse.org</a>.</p>
+
+</body>
+</html>
\ No newline at end of file diff --git a/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/build.properties b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/build.properties new file mode 100644 index 00000000000..4887a1c42cb --- /dev/null +++ b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/build.properties @@ -0,0 +1,5 @@ +bin.includes = META-INF/,\
+ about.html,\
+ resource/,\
+ plugin.xml
+src.includes = about.html
diff --git a/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/plugin.xml b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/plugin.xml new file mode 100644 index 00000000000..99f8f8789a1 --- /dev/null +++ b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/plugin.xml @@ -0,0 +1,16 @@ +<?xml version="1.0" encoding="UTF-8"?>
+<?eclipse version="3.4"?>
+<plugin>
+ <extension
+ point="org.eclipse.help.toc">
+ <toc
+ file="resource/profile-main-toc.xml"
+ primary="false">
+ </toc>
+ <toc
+ file="resource/profile-toc.xml"
+ primary="false">
+ </toc>
+ </extension>
+
+</plugin>
diff --git a/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/profile-main-toc.xml b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/profile-main-toc.xml new file mode 100644 index 00000000000..1db2768f4e4 --- /dev/null +++ b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/profile-main-toc.xml @@ -0,0 +1,7 @@ +<?xml version='1.0' encoding='utf-8' ?>
+<toc label="Profiles" link_to="../org.eclipse.papyrus.infra.doc/toc.xml#PapyrusDocUser">
+ <topic href="resource/profile.html" label="Using Profiles">
+ <link toc="resource/profile-toc.xml"/>
+ <anchor id="profiles"/>
+ </topic>
+</toc>
\ No newline at end of file diff --git a/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/profile-toc.xml b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/profile-toc.xml new file mode 100644 index 00000000000..7cd64928cd7 --- /dev/null +++ b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/profile-toc.xml @@ -0,0 +1,4 @@ +<?xml version='1.0' encoding='utf-8' ?> +<toc topic="resource/profile.html" label="profile"> + <topic href="resource/profile.html" label="Introduction"></topic> +</toc>
\ No newline at end of file diff --git a/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/profile.html b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/profile.html new file mode 100644 index 00000000000..d849d464001 --- /dev/null +++ b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/profile.html @@ -0,0 +1 @@ +<?xml version='1.0' encoding='utf-8' ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"/></head><body><h1 id="Introduction">Introduction</h1></body></html>
\ No newline at end of file diff --git a/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/profile.mediawiki b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/profile.mediawiki new file mode 100644 index 00000000000..aad945f6bae --- /dev/null +++ b/plugins/doc/org.eclipse.papyrus.uml.diagram.profile.doc/resource/profile.mediawiki @@ -0,0 +1,2 @@ += Introduction =
+
|