Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'extraplugins/marte/org.eclipse.papyrus.marte.sdk-feature/feature.xml')
-rw-r--r--extraplugins/marte/org.eclipse.papyrus.marte.sdk-feature/feature.xml33
1 files changed, 0 insertions, 33 deletions
diff --git a/extraplugins/marte/org.eclipse.papyrus.marte.sdk-feature/feature.xml b/extraplugins/marte/org.eclipse.papyrus.marte.sdk-feature/feature.xml
deleted file mode 100644
index 5bf1791fef8..00000000000
--- a/extraplugins/marte/org.eclipse.papyrus.marte.sdk-feature/feature.xml
+++ /dev/null
@@ -1,33 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.papyrus.marte.sdk"
- label="%featureName"
- version="0.7.3.qualifier"
- provider-name="%providerName">
-
- <description>
- %description
- </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>
-
- <includes
- id="org.eclipse.papyrus.marte"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.papyrus.marte.sdk.source"
- version="0.0.0"/>
-
-</feature>

Back to the top