summaryrefslogtreecommitdiffstats
path: root/com.gluster.storage.management.server
diff options
context:
space:
mode:
authorShireesh Anjal <shireesh@gluster.com>2011-02-18 19:40:54 +0530
committerShireesh Anjal <shireesh@gluster.com>2011-02-18 19:40:54 +0530
commitceb390ec75c3023401474eedde572800a84d918a (patch)
tree8823e5a8b96b07e209f7675b20a478b8683bdb08 /com.gluster.storage.management.server
parent2a494f6233f97d6182e686c87cd3631de38e6166 (diff)
modified to use default J2SE 1.6 environment
Diffstat (limited to 'com.gluster.storage.management.server')
-rw-r--r--com.gluster.storage.management.server/.classpath6
1 files changed, 1 insertions, 5 deletions
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>