diff options
author | vlorenzo | 2013-10-29 14:25:55 +0000 |
---|---|---|
committer | vlorenzo | 2013-10-29 14:25:55 +0000 |
commit | e23ca3d86b7d5e0a5f6534aacd0c948c94c38341 (patch) | |
tree | 180b536e41b2493d5858e65897366258d3768341 | |
parent | 9c7c76fc006d80ea14bc63f75005e3678130ebcb (diff) | |
download | org.eclipse.papyrus-e23ca3d86b7d5e0a5f6534aacd0c948c94c38341.tar.gz org.eclipse.papyrus-e23ca3d86b7d5e0a5f6534aacd0c948c94c38341.tar.xz org.eclipse.papyrus-e23ca3d86b7d5e0a5f6534aacd0c948c94c38341.zip |
418018: [General] Add plugin to releng for Luna AND Kepler SR2 :
oep.uml.nattable.xtext.integration
https://bugs.eclipse.org/bugs/show_bug.cgi?id=418018
-rw-r--r-- | features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/feature.xml | 54 |
1 files changed, 43 insertions, 11 deletions
diff --git a/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/feature.xml b/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/feature.xml index 6b677581a64..fa4ddf7d165 100644 --- a/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/feature.xml +++ b/features/papyrus-main-features/org.eclipse.papyrus.uml.nattable.feature/feature.xml @@ -1,11 +1,16 @@ -<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.uml.nattable.feature" label="Papyrus UML Table - New Version (Incubation)" provider-name="Eclipse Modeling Project" version="0.10.1.qualifier">
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.uml.nattable.feature"
+ label="Papyrus UML Table - New Version (Incubation)"
+ version="0.10.1.qualifier"
+ provider-name="Eclipse Modeling Project">
<copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2012 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
+ Copyright (c) 2012 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>
@@ -13,12 +18,39 @@ http://www.eclipse.org/legal/epl-v10.html %license
</license>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.nattable" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.nattable"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.nattable.generic" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.nattable.generic"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.nattable.generic.config" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.nattable.generic.config"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
- <plugin download-size="0" id="org.eclipse.papyrus.uml.nattable.menu" install-size="0" unpack="false" version="0.0.0"/>
+ <plugin
+ id="org.eclipse.papyrus.uml.nattable.menu"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
-</feature>
\ No newline at end of file + <plugin
+ id="org.eclipse.papyrus.uml.nattable.xtext.integration"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>
|