Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcletavernie2013-07-04 15:08:07 +0000
committercletavernie2013-07-04 15:08:07 +0000
commit929e314b888c28aa2efff2bb5f7f7dd29d2252e0 (patch)
tree4c58c8655b7687b91fbb59b5402296ed2129b24b /features/papyrus-extra-features/org.eclipse.papyrus.extra.cdo.feature
parent205ca2fab0b981c66d32232ac4e31fb266a1c53f (diff)
downloadorg.eclipse.papyrus-929e314b888c28aa2efff2bb5f7f7dd29d2252e0.tar.gz
org.eclipse.papyrus-929e314b888c28aa2efff2bb5f7f7dd29d2252e0.tar.xz
org.eclipse.papyrus-929e314b888c28aa2efff2bb5f7f7dd29d2252e0.zip
[Releng] Update Papyrus version to 0.10.1
Diffstat (limited to 'features/papyrus-extra-features/org.eclipse.papyrus.extra.cdo.feature')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.extra.cdo.feature/feature.xml66
1 files changed, 13 insertions, 53 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.extra.cdo.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.extra.cdo.feature/feature.xml
index ade3892e47a..2c73d8eb33a 100644
--- a/features/papyrus-extra-features/org.eclipse.papyrus.extra.cdo.feature/feature.xml
+++ b/features/papyrus-extra-features/org.eclipse.papyrus.extra.cdo.feature/feature.xml
@@ -1,15 +1,10 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.papyrus.extra.cdo.feature"
- label="%featureName"
- version="0.10.0.qualifier"
- provider-name="%providerName">
+<?xml version="1.0" encoding="UTF-8" standalone="no"?><feature id="org.eclipse.papyrus.extra.cdo.feature" label="%featureName" provider-name="%providerName" version="0.10.1.qualifier">
<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
+ 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>
@@ -17,53 +12,18 @@ http://www.eclipse.org/legal/epl-v10.html.
%license
</license>
- <plugin
- id="org.eclipse.papyrus.cdo.core"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.cdo.core" install-size="0" unpack="false" version="0.0.0"/>
- <plugin
- id="org.eclipse.papyrus.cdo.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.cdo.ui" install-size="0" unpack="false" version="0.0.0"/>
- <plugin
- id="org.eclipse.papyrus.cdo.uml.diagram.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.cdo.uml.diagram.ui" install-size="0" unpack="false" version="0.0.0"/>
- <plugin
- id="org.eclipse.papyrus.cdo.ui.customization.properties"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.cdo.ui.customization.properties" install-size="0" unpack="false" version="0.0.0"/>
- <plugin
- id="org.eclipse.papyrus.cdo.validation.problems"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.cdo.validation.problems" install-size="0" unpack="false" version="0.0.0"/>
- <plugin
- id="org.eclipse.papyrus.cdo.validation.problems.edit"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.cdo.validation.problems.edit" install-size="0" unpack="false" version="0.0.0"/>
- <plugin
- id="org.eclipse.papyrus.cdo.uml.ui"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
+ <plugin download-size="0" id="org.eclipse.papyrus.cdo.uml.ui" install-size="0" unpack="false" version="0.0.0"/>
-</feature>
+</feature> \ No newline at end of file

Back to the top