From 5920956a9778b637f59bd8d6455317fef6c00e9d Mon Sep 17 00:00:00 2001 From: Alexander Kurtakov Date: Thu, 22 Jun 2017 17:14:11 +0300 Subject: Bug 518642 - Remove dead launcher fragments 32bit linux and aix ppc and hpux ia64_32 and ia64 windows Change-Id: Ifedea3342da3f28167ab4f0e78cc1d4b4a8bfb6a Signed-off-by: Alexander Kurtakov --- .../.project | 22 ---- .../META-INF/MANIFEST.MF | 11 -- .../about.html | 28 ----- .../build.properties | 16 --- .../customBuildCallbacks.xml | 123 --------------------- .../forceQualifierUpdate.txt | 2 - .../launcher.win32.win32.ia64.properties | 12 -- .../pom.xml | 30 ----- 8 files changed, 244 deletions(-) delete mode 100644 bundles/org.eclipse.equinox.launcher.win32.win32.ia64/.project delete mode 100644 bundles/org.eclipse.equinox.launcher.win32.win32.ia64/META-INF/MANIFEST.MF delete mode 100644 bundles/org.eclipse.equinox.launcher.win32.win32.ia64/about.html delete mode 100644 bundles/org.eclipse.equinox.launcher.win32.win32.ia64/build.properties delete mode 100644 bundles/org.eclipse.equinox.launcher.win32.win32.ia64/customBuildCallbacks.xml delete mode 100644 bundles/org.eclipse.equinox.launcher.win32.win32.ia64/forceQualifierUpdate.txt delete mode 100644 bundles/org.eclipse.equinox.launcher.win32.win32.ia64/launcher.win32.win32.ia64.properties delete mode 100644 bundles/org.eclipse.equinox.launcher.win32.win32.ia64/pom.xml (limited to 'bundles/org.eclipse.equinox.launcher.win32.win32.ia64') diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/.project b/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/.project deleted file mode 100644 index 916565889..000000000 --- a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/.project +++ /dev/null @@ -1,22 +0,0 @@ - - - org.eclipse.equinox.launcher.win32.win32.ia64 - - - - - - org.eclipse.pde.ManifestBuilder - - - - - org.eclipse.pde.SchemaBuilder - - - - - - org.eclipse.pde.PluginNature - - diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/META-INF/MANIFEST.MF b/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/META-INF/MANIFEST.MF deleted file mode 100644 index 828124fd9..000000000 --- a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/META-INF/MANIFEST.MF +++ /dev/null @@ -1,11 +0,0 @@ -Manifest-Version: 1.0 -Bundle-ManifestVersion: 2 -Bundle-Name: %pluginName -Bundle-Vendor: %providerName -Bundle-SymbolicName: org.eclipse.equinox.launcher.win32.win32.ia64;singleton:=true -Bundle-Version: 1.2.500.qualifier -Fragment-Host: org.eclipse.equinox.launcher;bundle-version="[1.0.0,1.5.0)" -Eclipse-PlatformFilter: (& (osgi.ws=win32) (osgi.os=win32) (osgi.arch=ia64)) -Bundle-Localization: launcher.win32.win32.ia64 -Eclipse-BundleShape: dir - diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/about.html b/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/about.html deleted file mode 100644 index 395df3ba9..000000000 --- a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/about.html +++ /dev/null @@ -1,28 +0,0 @@ - - - - -About - - -

About This Content

- -

June 5, 2006

-

License

- -

The Eclipse Foundation makes available all content in this plug-in ("Content"). -Unless otherwise indicated below, the Content is provided to you under the terms and conditions of the -Eclipse Public License Version 1.0 ("EPL"). A copy of the EPL is available -at http://www.eclipse.org/legal/epl-v10.html. -For purposes of the EPL, "Program" will mean the Content.

- -

If you did not receive this Content directly from the Eclipse Foundation, the Content is -being redistributed by another party ("Redistributor") and different terms and conditions may -apply to your use of any object code in the Content. Check the Redistributor’s license -that was provided with the Content. If no such license exists, contact the Redistributor. Unless otherwise -indicated below, the terms and conditions of the EPL still apply to any source code in the Content -and such source code may be obtained at http://www.eclipse.org.

- - - \ No newline at end of file diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/build.properties b/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/build.properties deleted file mode 100644 index 9b07c1d79..000000000 --- a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/build.properties +++ /dev/null @@ -1,16 +0,0 @@ -############################################################################### -# Copyright (c) 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 = META-INF/,\ - launcher.win32.win32.ia64.properties,\ - about.html -generateSourceBundle=false -customBuildCallbacks=customBuildCallbacks.xml -binaryTag=v20170531-0733 diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/customBuildCallbacks.xml b/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/customBuildCallbacks.xml deleted file mode 100644 index 18f88ad93..000000000 --- a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/customBuildCallbacks.xml +++ /dev/null @@ -1,123 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/forceQualifierUpdate.txt b/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/forceQualifierUpdate.txt deleted file mode 100644 index 56f1032a8..000000000 --- a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/forceQualifierUpdate.txt +++ /dev/null @@ -1,2 +0,0 @@ -# To force a version qualifier update add the bug here -Bug 403352 - Update all parent versions to match our build stream diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/launcher.win32.win32.ia64.properties b/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/launcher.win32.win32.ia64.properties deleted file mode 100644 index 1d21387be..000000000 --- a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/launcher.win32.win32.ia64.properties +++ /dev/null @@ -1,12 +0,0 @@ -############################################################################### -# Copyright (c) 2007, 2009 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 -############################################################################### -pluginName = Equinox Launcher Win32 IA64 Fragment -providerName = Eclipse.org - Equinox diff --git a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/pom.xml b/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/pom.xml deleted file mode 100644 index 8242f333c..000000000 --- a/bundles/org.eclipse.equinox.launcher.win32.win32.ia64/pom.xml +++ /dev/null @@ -1,30 +0,0 @@ - - - - 4.0.0 - - launcher-binary-parent - org.eclipse.equinox.framework - 4.8.0-SNAPSHOT - ../../launcher-binary-parent - - org.eclipse.equinox - org.eclipse.equinox.launcher.win32.win32.ia64 - 1.2.500-SNAPSHOT - eclipse-plugin - - - win32 - win32 - ia64 - - -- cgit v1.2.3