diff options
| author | Lars Vogel | 2016-02-15 17:31:20 +0000 |
|---|---|---|
| committer | Lars Vogel | 2016-02-26 15:15:36 +0000 |
| commit | f32386c5791351866f4029a49c1fb1cbab9f1b2e (patch) | |
| tree | 135e7f8db1d2446db0ba82ed3971bf9c2ed88803 | |
| parent | 87345375fb0de4049361788bd42f8a7e735ab999 (diff) | |
| download | eclipse.pde.build-f32386c5791351866f4029a49c1fb1cbab9f1b2e.tar.gz eclipse.pde.build-f32386c5791351866f4029a49c1fb1cbab9f1b2e.tar.xz eclipse.pde.build-f32386c5791351866f4029a49c1fb1cbab9f1b2e.zip | |
Bug 480953 - Remove pde.build.feature from master streamY20160414-1000Y20160407-1000Y20160331-1000Y20160324-1000Y20160317-0800Y20160310-0830Y20160310-0800Y20160303-0800I20160419-0800I20160417-1112I20160412-0800I20160405-0800I20160330-1230I20160330-0930I20160329-0800I20160322-0800I20160317-0200I20160316-2000I20160316-1200I20160316-0800I20160315-2000I20160315-0800I20160314-2000I20160314-1400I20160314-0800I20160313-2000I20160308-0800I20160301-1230I20160301-0800
Change-Id: I8a5f44b7ba7a0d511bbbb6b9ce9695f480c7b64f
Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
8 files changed, 0 insertions, 148 deletions
diff --git a/org.eclipse.pde.build.feature/.project b/org.eclipse.pde.build.feature/.project deleted file mode 100644 index f0cb09c9..00000000 --- a/org.eclipse.pde.build.feature/.project +++ /dev/null @@ -1,17 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<projectDescription> - <name>org.eclipse.pde.build.feature</name> - <comment></comment> - <projects> - </projects> - <buildSpec> - <buildCommand> - <name>org.eclipse.pde.FeatureBuilder</name> - <arguments> - </arguments> - </buildCommand> - </buildSpec> - <natures> - <nature>org.eclipse.pde.FeatureNature</nature> - </natures> -</projectDescription> diff --git a/org.eclipse.pde.build.feature/.settings/org.eclipse.core.resources.prefs b/org.eclipse.pde.build.feature/.settings/org.eclipse.core.resources.prefs deleted file mode 100644 index 99f26c02..00000000 --- a/org.eclipse.pde.build.feature/.settings/org.eclipse.core.resources.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -encoding/<project>=UTF-8 diff --git a/org.eclipse.pde.build.feature/.settings/org.eclipse.core.runtime.prefs b/org.eclipse.pde.build.feature/.settings/org.eclipse.core.runtime.prefs deleted file mode 100644 index 5a0ad22d..00000000 --- a/org.eclipse.pde.build.feature/.settings/org.eclipse.core.runtime.prefs +++ /dev/null @@ -1,2 +0,0 @@ -eclipse.preferences.version=1 -line.separator=\n diff --git a/org.eclipse.pde.build.feature/build.properties b/org.eclipse.pde.build.feature/build.properties deleted file mode 100644 index 91a20760..00000000 --- a/org.eclipse.pde.build.feature/build.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2010, 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 -############################################################################### -bin.includes = feature.xml,\ - feature.properties diff --git a/org.eclipse.pde.build.feature/feature.properties b/org.eclipse.pde.build.feature/feature.properties deleted file mode 100644 index 186a8a1a..00000000 --- a/org.eclipse.pde.build.feature/feature.properties +++ /dev/null @@ -1,33 +0,0 @@ -############################################################################### -# Copyright (c) 2010, 2011 EclipseSource Inc. 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: -# EclipseSource - 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=PDE Build Base Function - -# "providerName" property - name of the company that provides the feature -providerName=Eclipse PDE Project - -# "copyright" property - text of the "Feature Update Copyright" -copyright=\ -Copyright (c) 2010 EclipseSource Inc. 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\ - EclipseSource - initial API and implementation\n -################ end of copyright property ####################################
\ No newline at end of file diff --git a/org.eclipse.pde.build.feature/feature.xml b/org.eclipse.pde.build.feature/feature.xml deleted file mode 100644 index 339511d1..00000000 --- a/org.eclipse.pde.build.feature/feature.xml +++ /dev/null @@ -1,55 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<feature - id="org.eclipse.pde.build.feature" - label="%featureName" - version="1.0.1.qualifier" - provider-name="%providerName" - license-feature="org.eclipse.license" - license-feature-version="0.0.0"> - - <copyright url="%copyrightURL"> - %copyright - </copyright> - - <license url="%licenseURL"> - %license - </license> - - <includes - id="org.eclipse.equinox.p2.extras.feature" - version="0.0.0"/> - - <plugin - id="org.apache.ant" - download-size="0" - install-size="0" - version="0.0.0"/> - - <plugin - id="org.eclipse.ant.core" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.pde.build" - download-size="0" - install-size="0" - version="0.0.0"/> - - <plugin - id="org.eclipse.jdt.core.compiler.batch" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - - <plugin - id="org.eclipse.jdt.core.ant.compiler.adapter" - download-size="0" - install-size="0" - version="0.0.0" - unpack="false"/> - -</feature> diff --git a/org.eclipse.pde.build.feature/forceQualifierUpdate.txt b/org.eclipse.pde.build.feature/forceQualifierUpdate.txt deleted file mode 100644 index 629e3e79..00000000 --- a/org.eclipse.pde.build.feature/forceQualifierUpdate.txt +++ /dev/null @@ -1,3 +0,0 @@ -Bug 399749 - update to Orbit M7 S-build URL -Bug 442445 - Moving to Ant 1.9.4 for Mars -Bug 467268 - Update to Orbit RC1 URL
\ No newline at end of file diff --git a/org.eclipse.pde.build.feature/pom.xml b/org.eclipse.pde.build.feature/pom.xml deleted file mode 100644 index 7e491110..00000000 --- a/org.eclipse.pde.build.feature/pom.xml +++ /dev/null @@ -1,24 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!-- - Copyright (c) 2012, 2015 Eclipse Foundation and others. - 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: - Igor Fedorenko - 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>eclipse.pde.build</artifactId> - <groupId>eclipse.pde.build</groupId> - <version>4.6.0-SNAPSHOT</version> - </parent> - <groupId>org.eclipse.pde.feature</groupId> - <artifactId>org.eclipse.pde.build.feature</artifactId> - <version>1.0.1-SNAPSHOT</version> - <packaging>eclipse-feature</packaging> - -</project> |
