Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlexander Kurtakov2021-12-17 10:42:58 +0000
committerAlexander Kurtakov2021-12-17 11:05:17 +0000
commit49af00b2d7faeeb83319378ee7dd589e9d5e0a4a (patch)
tree839f6482c45191ca278d8a04a1956490cc6716e2
parent390841f1e3c11fc06f25213cd57314de2e693b4a (diff)
downloadeclipse.platform.team-49af00b2d7faeeb83319378ee7dd589e9d5e0a4a.tar.gz
eclipse.platform.team-49af00b2d7faeeb83319378ee7dd589e9d5e0a4a.tar.xz
eclipse.platform.team-49af00b2d7faeeb83319378ee7dd589e9d5e0a4a.zip
Remove the bundle Change-Id: I0a28324cbc20bdb86bd1d22b85c8e69cac8213e9 Reviewed-on: https://git.eclipse.org/r/c/platform/eclipse.platform.team/+/188946 Tested-by: Platform Bot <platform-bot@eclipse.org> Reviewed-by: Alexander Kurtakov <akurtako@redhat.com>
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/.classpath10
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/.project28
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/.settings/org.eclipse.core.runtime.prefs2
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/.settings/org.eclipse.jdt.core.prefs12
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/BUILD_INFO.txt10
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/META-INF/MANIFEST.MF11
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/META-INF/p2.inf2
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/about.html36
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/build.properties18
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/forceQualifierUpdate.txt3
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/fragment.properties15
-rw-r--r--bundles/org.eclipse.core.net.linux.x86_64/pom.xml29
-rw-r--r--pom.xml1
13 files changed, 0 insertions, 177 deletions
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/.classpath b/bundles/org.eclipse.core.net.linux.x86_64/.classpath
deleted file mode 100644
index 2a6645595..000000000
--- a/bundles/org.eclipse.core.net.linux.x86_64/.classpath
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<classpath>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
- <attributes>
- <attribute name="module" value="true"/>
- </attributes>
- </classpathentry>
- <classpathentry kind="output" path="bin"/>
-</classpath>
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/.project b/bundles/org.eclipse.core.net.linux.x86_64/.project
deleted file mode 100644
index a22a02fce..000000000
--- a/bundles/org.eclipse.core.net.linux.x86_64/.project
+++ /dev/null
@@ -1,28 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<projectDescription>
- <name>org.eclipse.core.net.linux.x86_64</name>
- <comment></comment>
- <projects>
- </projects>
- <buildSpec>
- <buildCommand>
- <name>org.eclipse.jdt.core.javabuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.ManifestBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- <buildCommand>
- <name>org.eclipse.pde.SchemaBuilder</name>
- <arguments>
- </arguments>
- </buildCommand>
- </buildSpec>
- <natures>
- <nature>org.eclipse.pde.PluginNature</nature>
- <nature>org.eclipse.jdt.core.javanature</nature>
- </natures>
-</projectDescription>
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/.settings/org.eclipse.core.runtime.prefs b/bundles/org.eclipse.core.net.linux.x86_64/.settings/org.eclipse.core.runtime.prefs
deleted file mode 100644
index 5a0ad22d2..000000000
--- a/bundles/org.eclipse.core.net.linux.x86_64/.settings/org.eclipse.core.runtime.prefs
+++ /dev/null
@@ -1,2 +0,0 @@
-eclipse.preferences.version=1
-line.separator=\n
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.core.net.linux.x86_64/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index a698e5967..000000000
--- a/bundles/org.eclipse.core.net.linux.x86_64/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,12 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.methodParameters=do not generate
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.8
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.8
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.8
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/BUILD_INFO.txt b/bundles/org.eclipse.core.net.linux.x86_64/BUILD_INFO.txt
deleted file mode 100644
index a312cc736..000000000
--- a/bundles/org.eclipse.core.net.linux.x86_64/BUILD_INFO.txt
+++ /dev/null
@@ -1,10 +0,0 @@
-Native Build Info:
-------------------
-
-platform: linux.gtk.x86_64
-built by: Eric Williams, ericwill@redhat.com
-build date: 24-May-2018
-OS Name: RHEL Workstation 7.5
-OS Version: Linux 3.10.0
-Compiler version: gcc (GCC) 4.8.5
-Java version: Java(TM) 8 Runtime Environment, Standard Edition (1.8.0.171) \ No newline at end of file
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.net.linux.x86_64/META-INF/MANIFEST.MF
deleted file mode 100644
index c213d6031..000000000
--- a/bundles/org.eclipse.core.net.linux.x86_64/META-INF/MANIFEST.MF
+++ /dev/null
@@ -1,11 +0,0 @@
-Manifest-Version: 1.0
-Bundle-ManifestVersion: 2
-Bundle-Name: %fragmentName
-Bundle-Vendor: %providerName
-Bundle-Localization: fragment
-Bundle-SymbolicName: org.eclipse.core.net.linux.x86_64;singleton:=true
-Bundle-Version: 1.2.500.qualifier
-Fragment-Host: org.eclipse.core.net;bundle-version="1.1.0"
-Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86_64))
-Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Automatic-Module-Name: org.eclipse.core.net.linux.x86_64
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/META-INF/p2.inf b/bundles/org.eclipse.core.net.linux.x86_64/META-INF/p2.inf
deleted file mode 100644
index dd8f97de1..000000000
--- a/bundles/org.eclipse.core.net.linux.x86_64/META-INF/p2.inf
+++ /dev/null
@@ -1,2 +0,0 @@
-requires.0.namespace=org.eclipse.equinox.p2.iu
-requires.0.name=org.eclipse.core.net.linux
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/about.html b/bundles/org.eclipse.core.net.linux.x86_64/about.html
deleted file mode 100644
index 164f781a8..000000000
--- a/bundles/org.eclipse.core.net.linux.x86_64/about.html
+++ /dev/null
@@ -1,36 +0,0 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
-<html xmlns="http://www.w3.org/1999/xhtml">
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
-<title>About</title>
-</head>
-<body lang="EN-US">
- <h2>About This Content</h2>
-
- <p>November 30, 2017</p>
- <h3>License</h3>
-
- <p>
- The Eclipse Foundation makes available all content in this plug-in
- (&quot;Content&quot;). Unless otherwise indicated below, the Content
- is provided to you under the terms and conditions of the Eclipse
- Public License Version 2.0 (&quot;EPL&quot;). A copy of the EPL is
- available at <a href="http://www.eclipse.org/legal/epl-2.0">http://www.eclipse.org/legal/epl-2.0</a>.
- For purposes of the EPL, &quot;Program&quot; will mean the Content.
- </p>
-
- <p>
- If you did not receive this Content directly from the Eclipse
- Foundation, the Content is being redistributed by another party
- (&quot;Redistributor&quot;) 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 <a
- href="http://www.eclipse.org/">http://www.eclipse.org</a>.
- </p>
-
-</body>
-</html> \ No newline at end of file
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/build.properties b/bundles/org.eclipse.core.net.linux.x86_64/build.properties
deleted file mode 100644
index 18f77db2a..000000000
--- a/bundles/org.eclipse.core.net.linux.x86_64/build.properties
+++ /dev/null
@@ -1,18 +0,0 @@
-###############################################################################
-# Copyright (c) 2008, 2021 IBM Corporation and others.
-#
-# This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License 2.0
-# which accompanies this distribution, and is available at
-# https://www.eclipse.org/legal/epl-2.0/
-#
-# SPDX-License-Identifier: EPL-2.0
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-bin.includes = fragment.properties,\
- .,\
- META-INF/,\
- about.html
-src.includes = about.html
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/forceQualifierUpdate.txt b/bundles/org.eclipse.core.net.linux.x86_64/forceQualifierUpdate.txt
deleted file mode 100644
index c6fa509ca..000000000
--- a/bundles/org.eclipse.core.net.linux.x86_64/forceQualifierUpdate.txt
+++ /dev/null
@@ -1,3 +0,0 @@
-# To force a version qualifier update add the bug here
-Bug 541541 - Build I20181125-1800 failed due to Platform Team changes
-Bug 541724 - Unable to build o.e.core.net.linux.x86_64 native fragment
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/fragment.properties b/bundles/org.eclipse.core.net.linux.x86_64/fragment.properties
deleted file mode 100644
index 225a330c1..000000000
--- a/bundles/org.eclipse.core.net.linux.x86_64/fragment.properties
+++ /dev/null
@@ -1,15 +0,0 @@
-###############################################################################
-# Copyright (c) 2008, 2009 IBM Corporation and others.
-#
-# This program and the accompanying materials
-# are made available under the terms of the Eclipse Public License 2.0
-# which accompanies this distribution, and is available at
-# https://www.eclipse.org/legal/epl-2.0/
-#
-# SPDX-License-Identifier: EPL-2.0
-#
-# Contributors:
-# IBM Corporation - initial API and implementation
-###############################################################################
-fragmentName = Proxy for Linux x86_64
-providerName = Eclipse.org
diff --git a/bundles/org.eclipse.core.net.linux.x86_64/pom.xml b/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
deleted file mode 100644
index 1ce2affb5..000000000
--- a/bundles/org.eclipse.core.net.linux.x86_64/pom.xml
+++ /dev/null
@@ -1,29 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- Copyright (c) 2012, 2021 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.platform.team</artifactId>
- <groupId>eclipse.platform.team</groupId>
- <version>4.23.0-SNAPSHOT</version>
- <relativePath>../../</relativePath>
- </parent>
- <groupId>org.eclipse.core</groupId>
- <artifactId>org.eclipse.core.net.linux.x86_64</artifactId>
- <version>1.2.500-SNAPSHOT</version>
- <packaging>eclipse-plugin</packaging>
-
- <properties>
- <skipAPIAnalysis>true</skipAPIAnalysis>
- </properties>
-
-</project>
diff --git a/pom.xml b/pom.xml
index 524d0d610..e93c4946d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -68,7 +68,6 @@
<!-- fragments -->
<module>bundles/org.eclipse.core.net.linux</module>
- <module>bundles/org.eclipse.core.net.linux.x86_64</module>
<module>bundles/org.eclipse.core.net.win32.x86_64</module>
<module>tests</module>

Back to the top