Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjeremie.tatibouet2015-05-26 13:24:29 +0000
committerArnaud Cuccuru2015-05-26 15:02:27 +0000
commit455f4aad0b34872dca6ba98c6e46f94558c917c3 (patch)
tree66be0bfbe14974c828e7c65666c6c60cd622af2b /features/papyrus-extra-features/org.eclipse.papyrus.uml.alf.extra.feature
parent08f1067b5d8478a799c683ed4b65fe21b61c46d8 (diff)
downloadorg.eclipse.papyrus-455f4aad0b34872dca6ba98c6e46f94558c917c3.tar.gz
org.eclipse.papyrus-455f4aad0b34872dca6ba98c6e46f94558c917c3.tar.xz
org.eclipse.papyrus-455f4aad0b34872dca6ba98c6e46f94558c917c3.zip
Provide a preference page for the Papyrus Alf integration.
The nominal behavior is that Alf tooling is disabled. The user can next enabled it through the preference page and additionnaly activate the automated synchronization. Answers to bug 468312. Change-Id: I8c3102b0bb450818e42b921007a2ad49bba89803 Signed-off-by: jeremie.tatibouet <jeremie.tatibouet@cea.fr> Reviewed-on: https://git.eclipse.org/r/48638 Tested-by: Hudson CI Reviewed-by: Arnaud Cuccuru <arnaud.cuccuru@cea.fr> Tested-by: Arnaud Cuccuru <arnaud.cuccuru@cea.fr>
Diffstat (limited to 'features/papyrus-extra-features/org.eclipse.papyrus.uml.alf.extra.feature')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.uml.alf.extra.feature/feature.xml81
1 files changed, 44 insertions, 37 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.uml.alf.extra.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.uml.alf.extra.feature/feature.xml
index fb47cf13129..55a41f3d61d 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.uml.alf.extra.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.uml.alf.extra.feature/feature.xml
@@ -1,41 +1,48 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.papyrus.uml.alf.extra.feature"
- label="Papyrus ALF Properties View Integration (Incubation)"
- version="0.7.0.qualifier"
- provider-name="Eclipse Modeling Project">
-
- <copyright url="http://www.example.com/copyright">
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.uml.alf.extra.feature"
+ label="Papyrus ALF Properties View Integration (Incubation)"
+ version="0.7.0.qualifier"
+ provider-name="Eclipse Modeling Project">
+
+ <copyright url="http://www.example.com/copyright">
Copyright (c) 2015 CEA LIST.
All rights reserved. This program and the accompanying materials
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>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <plugin
- id="org.eclipse.papyrus.uml.alf.text"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.uml.alf.transaction"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.uml.alf.properties.xtext"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
-</feature>
+ v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.papyrus.uml.alf.text"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.uml.alf.transaction"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.uml.alf.properties.xtext"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.uml.alf.preferences"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top