Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2017-07-27 07:45:20 +0000
committerAlexander Kurtakov2017-07-27 09:45:30 +0000
commitb5efb78a837b7ae02ba08412fd04e395493a1800 (patch)
treec027116d197ce0196daa5e828019a12f6fd8bf53 /features
parent8f25d8f7397e2c4f9098d85aadb5e62992a76945 (diff)
downloadrt.equinox.framework-b5efb78a837b7ae02ba08412fd04e395493a1800.tar.gz
rt.equinox.framework-b5efb78a837b7ae02ba08412fd04e395493a1800.tar.xz
rt.equinox.framework-b5efb78a837b7ae02ba08412fd04e395493a1800.zip
Bug 520227 - Remove 2.0 plug-in support plug-in and feature fromI20170727-0610
OSGI Change-Id: I48f170c79e0f297e31a33933735edcc49ec16180 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.osgi.compatibility.plugins.feature/.project1
-rw-r--r--features/org.eclipse.osgi.compatibility.plugins.feature/build.properties11
-rw-r--r--features/org.eclipse.osgi.compatibility.plugins.feature/feature.properties36
-rw-r--r--features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml29
-rw-r--r--features/org.eclipse.osgi.compatibility.plugins.feature/forceQualifierUpdate.txt4
-rw-r--r--features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml24
6 files changed, 1 insertions, 104 deletions
diff --git a/features/org.eclipse.osgi.compatibility.plugins.feature/.project b/features/org.eclipse.osgi.compatibility.plugins.feature/.project
index ac15a79e3..b7df3d881 100644
--- a/features/org.eclipse.osgi.compatibility.plugins.feature/.project
+++ b/features/org.eclipse.osgi.compatibility.plugins.feature/.project
@@ -1,6 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>org.eclipse.osgi.compatibility.plugins.feature</name>
+ <comment></comment>
<projects>
</projects>
<buildSpec>
diff --git a/features/org.eclipse.osgi.compatibility.plugins.feature/build.properties b/features/org.eclipse.osgi.compatibility.plugins.feature/build.properties
deleted file mode 100644
index 95c17a85d..000000000
--- a/features/org.eclipse.osgi.compatibility.plugins.feature/build.properties
+++ /dev/null
@@ -1,11 +0,0 @@
-###############################################################################
-# Copyright (c) 2005, 2006 IBM Corporation 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
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = feature.xml,feature.properties
diff --git a/features/org.eclipse.osgi.compatibility.plugins.feature/feature.properties b/features/org.eclipse.osgi.compatibility.plugins.feature/feature.properties
deleted file mode 100644
index 0d6644161..000000000
--- a/features/org.eclipse.osgi.compatibility.plugins.feature/feature.properties
+++ /dev/null
@@ -1,36 +0,0 @@
-###############################################################################
-# Copyright (c) 2000, 2011 IBM Corporation 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
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-# feature.properties
-# contains externalized strings for feature.xml
-# "%foo" in feature.xml corresponds to the key "foo" in this file
-# java.io.Properties file (ISO 8859-1 with "\" escapes)
-# This file should be translated.
-
-# "featureName" property - name of the feature
-featureName=Eclipse 2.0 Style Plugin Support
-
-# "providerName" property - name of the company that provides the feature
-providerName=Eclipse.org - Equinox
-
-# "description" property - description of the feature
-description=Eclipse 2.0 Style Plugin Support for running old Eclipse plugins that are not proper OSGi bundles.
-
-# "copyright" property - text of the "Feature Update Copyright"
-copyright=\
-Copyright (c) 2013 IBM Corporation and others.\n\
-All rights reserved. This program and the accompanying materials\n\
-are made available under the terms of the Eclipse Public License v1.0\n\
-which accompanies this distribution, and is available at\n\
-http://www.eclipse.org/legal/epl-v10.html\n\
-\n\
-Contributors:\n\
- IBM Corporation - initial API and implementation\n
-################ end of copyright property ####################################
diff --git a/features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml b/features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml
deleted file mode 100644
index f5ebe95d5..000000000
--- a/features/org.eclipse.osgi.compatibility.plugins.feature/feature.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<feature
- id="org.eclipse.osgi.compatibility.plugins.feature"
- label="%featureName"
- version="1.1.0.qualifier"
- provider-name="%providerName"
- image="eclipse_update_120.jpg"
- license-feature="org.eclipse.license"
- license-feature-version="0.0.0">
-
- <description>
- %description
- </description>
-
- <copyright>
- %copyright
- </copyright>
-
- <license url="%licenseURL">
- %license
- </license>
-
- <plugin
- id="org.eclipse.osgi.compatibility.plugins"
- download-size="0"
- install-size="0"
- version="0.0.0"/>
-
-</feature>
diff --git a/features/org.eclipse.osgi.compatibility.plugins.feature/forceQualifierUpdate.txt b/features/org.eclipse.osgi.compatibility.plugins.feature/forceQualifierUpdate.txt
deleted file mode 100644
index db46fa6a8..000000000
--- a/features/org.eclipse.osgi.compatibility.plugins.feature/forceQualifierUpdate.txt
+++ /dev/null
@@ -1,4 +0,0 @@
-# To force a version qualifier update add the bug here
-Bug 403352 - Update all parent versions to match our build stream
-Bug 458346 - Unusual, hard to decipher error in I-build
-Bug 506597 - Build failure on I20161026-2000
diff --git a/features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml b/features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml
deleted file mode 100644
index f8aa4c344..000000000
--- a/features/org.eclipse.osgi.compatibility.plugins.feature/pom.xml
+++ /dev/null
@@ -1,24 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2013 Eclipse Foundation.
- All rights reserved. This program and the accompanying materials
- are made available under the terms of the Eclipse Distribution License v1.0
- which accompanies this distribution, and is available at
- http://www.eclipse.org/org/documents/edl-v10.php
-
- Contributors:
- IBM - initial implementation
--->
-<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
- <modelVersion>4.0.0</modelVersion>
- <parent>
- <artifactId>rt.equinox.framework</artifactId>
- <groupId>org.eclipse.equinox.framework</groupId>
- <version>4.8.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
- </parent>
- <groupId>org.eclipse.equinox.feature</groupId>
- <artifactId>org.eclipse.osgi.compatibility.plugins.feature</artifactId>
- <version>1.1.0-SNAPSHOT</version>
- <packaging>eclipse-feature</packaging>
-</project>

Back to the top