Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'deprecated/org.eclipse.papyrus.conversion-feature/feature.xml')
-rw-r--r--deprecated/org.eclipse.papyrus.conversion-feature/feature.xml40
1 files changed, 40 insertions, 0 deletions
diff --git a/deprecated/org.eclipse.papyrus.conversion-feature/feature.xml b/deprecated/org.eclipse.papyrus.conversion-feature/feature.xml
new file mode 100644
index 00000000000..ad450331f44
--- /dev/null
+++ b/deprecated/org.eclipse.papyrus.conversion-feature/feature.xml
@@ -0,0 +1,40 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<feature
+ id="org.eclipse.papyrus.conversion"
+ label="%featureName"
+ version="0.8.0.qualifier"
+ provider-name="%providerName">
+
+ <description>
+ This feature includes an implementation of a diagram converter
+from Papyrus 1.x to Papyrus MDT.
+ </description>
+
+ <copyright url="http://www.eclipse.org/legal/epl-v10.html">
+ Copyright (c) 2008-2011 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.conversion.di2"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+ <plugin
+ id="org.eclipse.papyrus.conversion.di2todi"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
+</feature>

Back to the top