Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian W. Damus2014-11-07 03:20:13 +0000
committerChristian W. Damus2014-11-07 03:20:13 +0000
commit893264d2e7cc35baa6a87bc8a6e60494d9d8b9fe (patch)
treee5da6475f0f1e90b4f6e99e176d0c9030b1bc6e9 /features/papyrus-main-features/org.eclipse.papyrus.doc.feature
parentab364889e916291cc675c79a9301bdc755619eb9 (diff)
downloadorg.eclipse.papyrus-893264d2e7cc35baa6a87bc8a6e60494d9d8b9fe.tar.gz
org.eclipse.papyrus-893264d2e7cc35baa6a87bc8a6e60494d9d8b9fe.tar.xz
org.eclipse.papyrus-893264d2e7cc35baa6a87bc8a6e60494d9d8b9fe.zip
399859: [Profile Applications] Papyrus shall enable to manage profile applications in separate files
https://bugs.eclipse.org/bugs/show_bug.cgi?id=399859 User help documentation for externalized profile applications.
Diffstat (limited to 'features/papyrus-main-features/org.eclipse.papyrus.doc.feature')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.doc.feature/feature.xml7
1 files changed, 4 insertions, 3 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 9abb93860ad..3c553d8675e 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
@@ -1,10 +1,9 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.doc.feature" label="Papyrus Documentation Feature" provider-name="Eclipse Modeling Project" version="1.1.0.qualifier">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2013 CEA LIST
+ Copyright (c) 2013, 2014 CEA LIST, Christian W. Damus, and others.
All rights reserved. This program and the accompanying materials
-are made available under the terms of the Eclipse Public License
-v1.0
+are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</copyright>
@@ -41,4 +40,6 @@ http://www.eclipse.org/legal/epl-v10.html
<plugin download-size="0" id="org.eclipse.papyrus.infra.gmfdiag.common.doc" install-size="0" version="0.0.0"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.uml.decoratormodel.doc" install-size="0" version="0.0.0"/>
+
</feature> \ No newline at end of file

Back to the top