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 | |
| parent | 2a494f6233f97d6182e686c87cd3631de38e6166 (diff) | |
modified to use default J2SE 1.6 environment
| -rw-r--r-- | com.gluster.storage.management.core/.classpath | 2 | ||||
| -rw-r--r-- | com.gluster.storage.management.server/.classpath | 6 |
2 files changed, 2 insertions, 6 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> diff --git a/com.gluster.storage.management.server/.classpath b/com.gluster.storage.management.server/.classpath index eb7e1019..8641e657 100644 --- a/com.gluster.storage.management.server/.classpath +++ b/com.gluster.storage.management.server/.classpath @@ -1,11 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_23"> - <attributes> - <attribute name="owner.project.facets" value="java"/> - </attributes> - </classpathentry> <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0"> <attributes> <attribute name="owner.project.facets" value="jst.web"/> @@ -15,5 +10,6 @@ <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> <classpathentry combineaccessrules="false" kind="src" path="/com.gluster.storage.management.core"/> <classpathentry combineaccessrules="false" kind="src" path="/com.gluster.storage.management.client"/> + <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="WebContent/WEB-INF/classes"/> </classpath> |
