Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2015-12-01 10:46:54 +0000
committerLars Vogel2015-12-01 10:47:32 +0000
commit60672c203e75647a78d43b400b30c51831029b10 (patch)
treec956ddfa9a7d5b660c562a50cc151da5a77a0015 /org.eclipse.help.base/.classpath
parenta2ca7336603d42b2778776ed904fd34baf68ba6e (diff)
downloadeclipse.platform.ua-60672c203e75647a78d43b400b30c51831029b10.tar.gz
eclipse.platform.ua-60672c203e75647a78d43b400b30c51831029b10.tar.xz
eclipse.platform.ua-60672c203e75647a78d43b400b30c51831029b10.zip
Bug 467385 - Update org.eclipse.help.base to Java 1.7I20151201-1100
Change-Id: I08f8722a6f98be87fef8a9fe191f1fbfae430e7e Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
Diffstat (limited to 'org.eclipse.help.base/.classpath')
-rw-r--r--org.eclipse.help.base/.classpath18
1 files changed, 9 insertions, 9 deletions
diff --git a/org.eclipse.help.base/.classpath b/org.eclipse.help.base/.classpath
index 5100de58b..f3c63f8f7 100644
--- a/org.eclipse.help.base/.classpath
+++ b/org.eclipse.help.base/.classpath
@@ -1,9 +1,9 @@
-<?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.5"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="src" path="src"/>
- <classpathentry kind="src" output="bin2" path="src_ant"/>
- <classpathentry kind="src" path="src_demo"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+ <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+ <classpathentry kind="src" path="src"/>
+ <classpathentry kind="src" output="bin2" path="src_ant"/>
+ <classpathentry kind="src" path="src_demo"/>
+ <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
+ <classpathentry kind="output" path="bin"/>
+</classpath>

Back to the top