Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'releng/org.eclipse.etrice.site/feature.xml')
-rw-r--r--releng/org.eclipse.etrice.site/feature.xml45
1 files changed, 0 insertions, 45 deletions
diff --git a/releng/org.eclipse.etrice.site/feature.xml b/releng/org.eclipse.etrice.site/feature.xml
deleted file mode 100644
index 1d2897daf..000000000
--- a/releng/org.eclipse.etrice.site/feature.xml
+++ /dev/null
@@ -1,45 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2010 - 2011 Protos Software GmbH.
- 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:
- Thomas Schuetz and Henrik Rentz-Reichert - initial API and implementation
--->
-<feature
- id="org.eclipse.etrice.site"
- label="eTrice 1.1.1 Update Site"
- version="1.1.1.qualifier"
- provider-name="%providerName"
- image="eclipse_update_120.jpg">
-
- <description>
- %description
- </description>
-
- <copyright url="http://www.eclipse.org/legal/epl-v10.html">
- (c) 2010 - 2011 Protos Software GmbH.
-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>
-
- <url>
- <update url="http://www.eclipse.org/downloads/download.php?file=/etrice/updates/0.4.0"/>
- <discovery label="KIELER provided by eTrice" url="http://download.eclipse.org/etrice/KIELER/kieler-0.7.1"/>
- </url>
-
- <includes
- id="org.eclipse.etrice.feature"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.etrice.cdt-integration.feature"
- version="0.0.0"/>
-
-</feature>

Back to the top