Improve Eclipse project settings
authorSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 27 Sep 2013 14:18:11 +0000 (15:18 +0100)
committerSasha Sherstnev <a.sherstnev@dundee.ac.uk>
Fri, 27 Sep 2013 14:18:11 +0000 (15:18 +0100)
.classpath
.settings/org.eclipse.wst.common.project.facet.core.xml

index b87e5b0..9f34bcd 100644 (file)
@@ -6,14 +6,24 @@
        <classpathentry kind="src" path="runner"/>
        <classpathentry kind="src" path="webservices"/>
        <classpathentry excluding="testdata/" kind="src" path="testsrc"/>
-       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
-       <classpathentry kind="lib" path="testsrc/lib/testng-5.10-jdk15.jar"/>
-       <classpathentry kind="lib" path="lib/servlet-api.jar"/>
        <classpathentry kind="lib" path="WEB-INF/lib/drmaa.jar"/>
        <classpathentry kind="lib" path="WEB-INF/lib/log4j-1.2.15.jar"/>
        <classpathentry kind="lib" path="WEB-INF/lib/compbio-annotations-1.0.jar"/>
        <classpathentry kind="lib" path="WEB-INF/lib/compbio-util-1.4.jar"/>
        <classpathentry kind="lib" path="WEB-INF/lib/derby-10.8.2.2.jar"/>
        <classpathentry kind="lib" path="WEB-INF/lib/compbio-ga-1.1.jar"/>
+       <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v7.0 (v.41)">
+               <attributes>
+                       <attribute name="owner.project.facets" value="jst.web"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/jdk1.6.0_45">
+               <attributes>
+                       <attribute name="owner.project.facets" value="java"/>
+               </attributes>
+       </classpathentry>
+       <classpathentry kind="lib" path="testsrc/lib/testng-5.10-jdk15.jar"/>
+       <classpathentry kind="lib" path="WEB-INF/lib/jstl-1.1.2.jar"/>
+       <classpathentry kind="lib" path="WEB-INF/lib/standard-1.1.2.jar"/>
        <classpathentry kind="output" path="WEB-INF/classes"/>
 </classpath>
index bad9d4b..885ab91 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <faceted-project>
-  <runtime name="Apache Tomcat v7.0"/>
+  <runtime name="Apache Tomcat v7.0 (v.41)"/>
   <fixed facet="wst.jsdt.web"/>
   <fixed facet="java"/>
   <fixed facet="jst.web"/>