diff options
author | Szymon Brandys | 2009-03-06 09:33:20 +0000 |
---|---|---|
committer | Szymon Brandys | 2009-03-06 09:33:20 +0000 |
commit | 7da32b9f84b0a5b64c93ff412b8a27edc8fff099 (patch) | |
tree | 615e2bcdefc4db8fc82d87c99f7d61d7c070243c /bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/.classpath | |
parent | e6467254256b516d676c269500b0f9881a8acd44 (diff) | |
download | eclipse.platform.team-7da32b9f84b0a5b64c93ff412b8a27edc8fff099.tar.gz eclipse.platform.team-7da32b9f84b0a5b64c93ff412b8a27edc8fff099.tar.xz eclipse.platform.team-7da32b9f84b0a5b64c93ff412b8a27edc8fff099.zip |
Bug 257420 - [Net] "System proxy configuration" option not working under Vista x64
Diffstat (limited to 'bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/.classpath')
-rw-r--r-- | bundles/org.eclipse.core.net/fragments/org.eclipse.core.net.win32.x86_64/.classpath | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ +<?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> |