Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-main-features/org.eclipse.papyrus.uml.assistants.feature/feature.xml')
-rw-r--r--features/papyrus-main-features/org.eclipse.papyrus.uml.assistants.feature/feature.xml35
1 files changed, 28 insertions, 7 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.uml.assistants.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.uml.assistants.feature/feature.xml
index 475482fabbd..08437df8f8f 100644
--- a/features/papyrus-main-features/org.eclipse.papyrus.uml.assistants.feature/feature.xml
+++ b/features/papyrus-main-features/org.eclipse.papyrus.uml.assistants.feature/feature.xml
@@ -1,5 +1,9 @@
-<?xml version="1.0" encoding="UTF-8" standalone="no"?>
-<feature id="org.eclipse.papyrus.uml.assistants.feature" label="%featureName" provider-name="%providerName" version="2.0.0.qualifier">
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.uml.assistants.feature"
+ label="%featureName"
+ version="3.0.0.qualifier"
+ provider-name="%providerName">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2012, 2015 CEA LIST, Christian W. Damus, and others.
@@ -14,12 +18,29 @@ http://www.eclipse.org/legal/epl-v10.html
%license
</license>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.profile.assistants.generator" install-size="0" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.profile.assistants.generator"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.profile.assistants.generator.ui" install-size="0" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.profile.assistants.generator.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.profile.types.generator" install-size="0" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.profile.types.generator"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"/>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.profile.types.generator.ui" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.profile.types.generator.ui"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
-</feature> \ No newline at end of file
+</feature>

Back to the top