Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'build/org.eclipse.emf.teneo.eclipselink.sdk-feature/feature.xml')
-rwxr-xr-xbuild/org.eclipse.emf.teneo.eclipselink.sdk-feature/feature.xml37
1 files changed, 0 insertions, 37 deletions
diff --git a/build/org.eclipse.emf.teneo.eclipselink.sdk-feature/feature.xml b/build/org.eclipse.emf.teneo.eclipselink.sdk-feature/feature.xml
deleted file mode 100755
index de21d5649..000000000
--- a/build/org.eclipse.emf.teneo.eclipselink.sdk-feature/feature.xml
+++ /dev/null
@@ -1,37 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.emf.teneo.eclipselink.sdk"
- label="%featureName"
- version="1.2.0.qualifier"
- provider-name="%providerName">
-
- <description url=" http://www.eclipse.org/emf">
- %description
- </description>
-
- <copyright url="http://www.eclipse.org/legal/epl-v10.html">
- Copyright (c) 2010 Springsite BV (Netherlands) and others.
-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>
-
- <url>
- <update label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
- <discovery label="%updateSiteName" url="http://www.eclipse.org/modeling/updates/"/>
- </url>
-
- <includes
- id="org.eclipse.emf.teneo.eclipselink"
- version="0.0.0"/>
-
- <includes
- id="org.eclipse.emf.teneo.eclipselink.source"
- version="0.0.0"/>
-
-</feature>

Back to the top