Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTomasz Zarna2008-04-22 10:07:25 +0000
committerTomasz Zarna2008-04-22 10:07:25 +0000
commit029e1ab59ce52f2cf63bafdefa1ec1dc852796e6 (patch)
tree3cf3519b6ea8f7492cda78a87f66d6e95178011a /bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86
parent5775f019803335dfb4c469cc876da2d43ea3f525 (diff)
downloadeclipse.platform.team-029e1ab59ce52f2cf63bafdefa1ec1dc852796e6.tar.gz
eclipse.platform.team-029e1ab59ce52f2cf63bafdefa1ec1dc852796e6.tar.xz
eclipse.platform.team-029e1ab59ce52f2cf63bafdefa1ec1dc852796e6.zip
bug 226462: [Proxy] Use system values for proxy settings on Linux (linux fragment with generated library)
Diffstat (limited to 'bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86')
-rw-r--r--bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/.classpath7
-rw-r--r--bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/.project28
-rw-r--r--bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/.settings/org.eclipse.jdt.core.prefs12
-rw-r--r--bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/META-INF/MANIFEST.MF9
-rw-r--r--bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/about.html28
-rw-r--r--bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/build.properties19
-rw-r--r--bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/fragment.properties12
-rw-r--r--bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/libproxysupport.sobin0 -> 99399 bytes
-rw-r--r--bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/src/org/eclipse/core/net/ProxyProvider.java16
9 files changed, 131 insertions, 0 deletions
diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/.classpath b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/.classpath
new file mode 100644
index 000000000..2fbb7a23e
--- /dev/null
+++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/.classpath
@@ -0,0 +1,7 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/J2SE-1.4"/>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/.project b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/.project
new file mode 100644
index 000000000..ed6de242c
--- /dev/null
+++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/.project
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<projectDescription>
+ <name>org.eclipse.core.net.linux.x86</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/fragments/org.eclipse.core.net.linux.x86/.settings/org.eclipse.jdt.core.prefs b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/.settings/org.eclipse.jdt.core.prefs
new file mode 100644
index 000000000..d2ffdd976
--- /dev/null
+++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/.settings/org.eclipse.jdt.core.prefs
@@ -0,0 +1,12 @@
+#Mon Apr 21 14:24:04 CEST 2008
+eclipse.preferences.version=1
+org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
+org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.2
+org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
+org.eclipse.jdt.core.compiler.compliance=1.4
+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=warning
+org.eclipse.jdt.core.compiler.problem.enumIdentifier=warning
+org.eclipse.jdt.core.compiler.source=1.3
diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/META-INF/MANIFEST.MF
new file mode 100644
index 000000000..253ecff5b
--- /dev/null
+++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/META-INF/MANIFEST.MF
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Bundle-ManifestVersion: 2
+Bundle-Name: %fragmentName
+Bundle-SymbolicName: org.eclipse.core.net.linux.x86;singleton:=true
+Bundle-Version: 1.0.0.qualifier
+Fragment-Host: org.eclipse.core.net;bundle-version="1.1.0"
+Bundle-RequiredExecutionEnvironment: J2SE-1.4
+Eclipse-PlatformFilter: (& (osgi.os=linux) (osgi.arch=x86))
+Bundle-Vendor: %providerName
diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/about.html b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/about.html
new file mode 100644
index 000000000..460233046
--- /dev/null
+++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/about.html
@@ -0,0 +1,28 @@
+<!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>June 2, 2006</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 1.0 (&quot;EPL&quot;). A copy of the EPL is available
+at <a href="http://www.eclipse.org/legal/epl-v10.html">http://www.eclipse.org/legal/epl-v10.html</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/fragments/org.eclipse.core.net.linux.x86/build.properties b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/build.properties
new file mode 100644
index 000000000..7fb8c8696
--- /dev/null
+++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/build.properties
@@ -0,0 +1,19 @@
+###############################################################################
+# Copyright (c) 2008 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 = fragment.properties,\
+ .,\
+ META-INF/,\
+ about.html,\
+ libproxysupport.so,\
+ bin/
+src.includes = about.html
+generateSourceBundle=false
+source.. = src/
diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/fragment.properties b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/fragment.properties
new file mode 100644
index 000000000..fc4963c63
--- /dev/null
+++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/fragment.properties
@@ -0,0 +1,12 @@
+###############################################################################
+# Copyright (c) 2005 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
+###############################################################################
+fragmentName = Proxy for Linux
+providerName = Eclipse.org
diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/libproxysupport.so b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/libproxysupport.so
new file mode 100644
index 000000000..a6001aa2c
--- /dev/null
+++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/libproxysupport.so
Binary files differ
diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/src/org/eclipse/core/net/ProxyProvider.java b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/src/org/eclipse/core/net/ProxyProvider.java
new file mode 100644
index 000000000..462b3ae0a
--- /dev/null
+++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.linux.x86/src/org/eclipse/core/net/ProxyProvider.java
@@ -0,0 +1,16 @@
+/*******************************************************************************
+ * Copyright (c) 2008 Oakland Software Incorporated 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:
+ * Oakland Software Incorporated - initial API and implementation
+ *******************************************************************************/
+package org.eclipse.core.net;
+
+import org.eclipse.core.internal.net.proxy.unix.UnixProxyProvider;
+
+public class ProxyProvider extends UnixProxyProvider {
+}

Back to the top