From 7da32b9f84b0a5b64c93ff412b8a27edc8fff099 Mon Sep 17 00:00:00 2001 From: Szymon Brandys Date: Fri, 6 Mar 2009 09:33:20 +0000 Subject: Bug 257420 - [Net] "System proxy configuration" option not working under Vista x64 --- .../org.eclipse.core.net.win32.x86_64/.classpath | 7 + .../BUILD_INFO.txt | 10 + .../META-INF/MANIFEST.MF | 10 + .../org.eclipse.core.net.win32.x86_64/about.html | 28 ++ .../build.properties | 19 + .../fragment.properties | 12 + .../jWinHttp-1.0.0.dll | Bin 0 -> 44544 bytes .../natives/win32/jWinHttp.vcproj | 252 ------------ .../natives/win32/x86/jWinHttp.vcproj | 234 ++++++++++++ .../natives/win32/x86_64/jWinHttp.vcproj | 424 +++++++++++++++++++++ 10 files changed, 744 insertions(+), 252 deletions(-) create mode 100644 bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/.classpath create mode 100644 bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/BUILD_INFO.txt create mode 100644 bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/META-INF/MANIFEST.MF create mode 100644 bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/about.html create mode 100644 bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/build.properties create mode 100644 bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/fragment.properties create mode 100644 bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/jWinHttp-1.0.0.dll delete mode 100644 bundles/org.eclipse.core.net/natives/win32/jWinHttp.vcproj create mode 100644 bundles/org.eclipse.core.net/natives/win32/x86/jWinHttp.vcproj create mode 100644 bundles/org.eclipse.core.net/natives/win32/x86_64/jWinHttp.vcproj (limited to 'bundles') diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/.classpath b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/.classpath new file mode 100644 index 000000000..2fbb7a23e --- /dev/null +++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/.classpath @@ -0,0 +1,7 @@ + + + + + + + diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/BUILD_INFO.txt b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/BUILD_INFO.txt new file mode 100644 index 000000000..41aa77dc1 --- /dev/null +++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/BUILD_INFO.txt @@ -0,0 +1,10 @@ +Native Build Info: +------------------ + +platform: win32.x86_64 +built by: Pawel.Pogorzelski@pl.ibm.com +build date: 05-Mar-2009 +OS Name: Microsoft Windows XP Professional SP 2 +OS Version: 5.1.2600 Service Pack 2 Build 2600 +Compiler version: Microsoft Visual Studio 2008 Professional 9.0.21022.8 RTM +Java version: Standard Edition (build 1.4.2-b28) diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/META-INF/MANIFEST.MF b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/META-INF/MANIFEST.MF new file mode 100644 index 000000000..d29b63710 --- /dev/null +++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/META-INF/MANIFEST.MF @@ -0,0 +1,10 @@ +Manifest-Version: 1.0 +Bundle-ManifestVersion: 2 +Bundle-Name: %fragmentName +Bundle-Vendor: %providerName +Bundle-Localization: fragment +Bundle-SymbolicName: org.eclipse.core.net.win32.x86_64;singleton:=true +Bundle-Version: 1.0.0.qualifier +Fragment-Host: org.eclipse.core.net;bundle-version="1.1.0" +Eclipse-PlatformFilter: (& (osgi.os=win32) (osgi.arch=x86_64)) +Bundle-RequiredExecutionEnvironment: J2SE-1.4 diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/about.html b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/about.html new file mode 100644 index 000000000..460233046 --- /dev/null +++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/about.html @@ -0,0 +1,28 @@ + + + + +About + + +

About This Content

+ +

June 2, 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.core.net/fragments/org.eclipse.core.net.win32.x86_64/build.properties b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/build.properties new file mode 100644 index 000000000..0dceddf85 --- /dev/null +++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/build.properties @@ -0,0 +1,19 @@ +############################################################################### +# Copyright (c) 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 +############################################################################### +bin.includes = fragment.properties,\ + .,\ + about.html,\ + META-INF/,\ + bin/,\ + jWinHttp-1.0.0.dll +generateSourceBundle=false +src.includes = about.html +source.. = src/ diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/fragment.properties b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/fragment.properties new file mode 100644 index 000000000..af0e752d2 --- /dev/null +++ b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/fragment.properties @@ -0,0 +1,12 @@ +############################################################################### +# Copyright (c) 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 +############################################################################### +fragmentName = Proxy for Windows +providerName = Eclipse.org diff --git a/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/jWinHttp-1.0.0.dll b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/jWinHttp-1.0.0.dll new file mode 100644 index 000000000..c6b1e5920 Binary files /dev/null and b/bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/jWinHttp-1.0.0.dll differ diff --git a/bundles/org.eclipse.core.net/natives/win32/jWinHttp.vcproj b/bundles/org.eclipse.core.net/natives/win32/jWinHttp.vcproj deleted file mode 100644 index 5e07d942f..000000000 --- a/bundles/org.eclipse.core.net/natives/win32/jWinHttp.vcproj +++ /dev/null @@ -1,252 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/bundles/org.eclipse.core.net/natives/win32/x86/jWinHttp.vcproj b/bundles/org.eclipse.core.net/natives/win32/x86/jWinHttp.vcproj new file mode 100644 index 000000000..3ed7f71f1 --- /dev/null +++ b/bundles/org.eclipse.core.net/natives/win32/x86/jWinHttp.vcproj @@ -0,0 +1,234 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/bundles/org.eclipse.core.net/natives/win32/x86_64/jWinHttp.vcproj b/bundles/org.eclipse.core.net/natives/win32/x86_64/jWinHttp.vcproj new file mode 100644 index 000000000..8525b089b --- /dev/null +++ b/bundles/org.eclipse.core.net/natives/win32/x86_64/jWinHttp.vcproj @@ -0,0 +1,424 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + -- cgit v1.2.3