Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Schnekenburger2015-02-18 13:15:58 +0000
committerRemi Schnekenburger2015-02-18 13:15:58 +0000
commit24a2c7d4935f13432cd367d525f4621badda2986 (patch)
tree23c0bc2c7b985ddb885e8c4d85baf924963915dc /features
parente8dbeda3a3e85168593f7a5ef26bd47c8c33b868 (diff)
downloadorg.eclipse.papyrus-24a2c7d4935f13432cd367d525f4621badda2986.tar.gz
org.eclipse.papyrus-24a2c7d4935f13432cd367d525f4621badda2986.tar.xz
org.eclipse.papyrus-24a2c7d4935f13432cd367d525f4621badda2986.zip
Pushing first version of umlrt.ui plugin. All UI stuff should not be
associated to the profile plugin - fixing missing plugin dependency in feature and in top-pom-extra
Diffstat (limited to 'features')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.umlrt.feature/feature.xml109
1 files changed, 58 insertions, 51 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.umlrt.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.umlrt.feature/feature.xml
index 074d1a3b96a..c6293ebd7fd 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.umlrt.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.umlrt.feature/feature.xml
@@ -1,56 +1,63 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.papyrus.extra.umlrt.feature"
- label="%featureName"
- version="1.1.0.qualifier"
- provider-name="%providerName">
-
- <copyright url="http://www.eclipse.org/legal/epl-v10.html">
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.extra.umlrt.feature"
+ label="%featureName"
+ version="1.1.0.qualifier"
+ provider-name="%providerName">
+
+ <copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2013 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.umlrt"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.umlrt.properties"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.umlrt.validation"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.umlrt.wizard"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.umlrt.elementtypes"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
-</feature>
+http://www.eclipse.org/legal/epl-v10.html
+ </copyright>
+
+ <license url="%licenseURL">
+ %license
+ </license>
+
+ <plugin
+ id="org.eclipse.papyrus.umlrt"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.umlrt.properties"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.umlrt.validation"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.umlrt.wizard"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.umlrt.elementtypes"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.umlrt.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top