diff options
| author | Shireesh Anjal <shireesh@gluster.com> | 2011-02-18 19:40:54 +0530 |
|---|---|---|
| committer | Shireesh Anjal <shireesh@gluster.com> | 2011-02-18 19:40:54 +0530 |
| commit | ceb390ec75c3023401474eedde572800a84d918a (patch) | |
| tree | 8823e5a8b96b07e209f7675b20a478b8683bdb08 /com.gluster.storage.management.core | |
| parent | 2a494f6233f97d6182e686c87cd3631de38e6166 (diff) | |
modified to use default J2SE 1.6 environment
Diffstat (limited to 'com.gluster.storage.management.core')
| -rw-r--r-- | com.gluster.storage.management.core/.classpath | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com.gluster.storage.management.core/.classpath b/com.gluster.storage.management.core/.classpath index 1bdfad39..4c62a804 100644 --- a/com.gluster.storage.management.core/.classpath +++ b/com.gluster.storage.management.core/.classpath @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> <classpathentry kind="src" path="src"/> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> <classpathentry kind="output" path="bin"/> </classpath> |
