Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/papyrus-extra-features/org.eclipse.papyrus.notation.feature/feature.xml')
-rw-r--r--features/papyrus-extra-features/org.eclipse.papyrus.notation.feature/feature.xml53
1 files changed, 0 insertions, 53 deletions
diff --git a/features/papyrus-extra-features/org.eclipse.papyrus.notation.feature/feature.xml b/features/papyrus-extra-features/org.eclipse.papyrus.notation.feature/feature.xml
deleted file mode 100644
index 3f21102354f..00000000000
--- a/features/papyrus-extra-features/org.eclipse.papyrus.notation.feature/feature.xml
+++ /dev/null
@@ -1,53 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.papyrus.notation.feature"
- label="%featureName"
- version="0.7.0.qualifier"
- provider-name="%providerName">
-
- <description url="">
- Diagram Definition Implementation
- </description>
-
- <copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2014 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
-
-Contributors:
- CEA LIST - Initial API
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <requires>
- <import feature="org.eclipse.papyrus.dd.feature"/>
- <import feature="org.eclipse.papyrus.umldi.feature"/>
- </requires>
-
- <plugin
- id="org.eclipse.papyrus.notation.export"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.notation.qvt"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
- <plugin
- id="org.eclipse.papyrus.notation2umldi"
- download-size="0"
- install-size="0"
- version="0.0.0"
- unpack="false"/>
-
-</feature>

Back to the top