Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Goldthorpe2011-09-30 17:03:51 +0000
committerChris Goldthorpe2011-09-30 17:03:51 +0000
commitc378586f7a02ff73f86dffa690ba462e83ff83d5 (patch)
tree4e0c04e813b467bc19a3eb7aca522e5a7805a415 /org.eclipse.help.base/.classpath
parent60ac6c970ed245b7c95653f958d214338fcea7e6 (diff)
downloadeclipse.platform.ua-c378586f7a02ff73f86dffa690ba462e83ff83d5.tar.gz
eclipse.platform.ua-c378586f7a02ff73f86dffa690ba462e83ff83d5.tar.xz
eclipse.platform.ua-c378586f7a02ff73f86dffa690ba462e83ff83d5.zip
Bug 338845 - [Help] Upgrade org.eclipse.help.base to Java 1.5
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 2e51f1c6d..5100de58b 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="src" path="src"/>
- <classpathentry output="bin2" kind="src" 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/J2SE-1.4"/>
- <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
- <classpathentry kind="output" path="bin"/>
-</classpath>
+<?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>

Back to the top