diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-22 17:02:23 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-23 15:57:23 +0100 |
| commit | 25ae0a23d15383df7f84ad51ee8f078c519ed963 (patch) | |
| tree | fb5978df15648f4af58631939c58b5e1a5c6b0d4 /.classpath | |
| parent | df8c8d8eaa3fd74b2f6a76341611555ee6d8834d (diff) | |
| download | JCatalog-25ae0a23d15383df7f84ad51ee8f078c519ed963.tar.gz JCatalog-25ae0a23d15383df7f84ad51ee8f078c519ed963.zip | |
Get it to run on newest versions
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,8 +1,16 @@ <?xml version="1.0" encoding="UTF-8"?> <classpath> <classpathentry kind="src" path="src"/> - <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/> - <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/Apache Tomcat v5.5"/> <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> + <classpathentry kind="con" path="oracle.eclipse.tools.glassfish.lib.system"> + <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/java-8-openjdk"> + <attributes> + <attribute name="owner.project.facets" value="java"/> + </attributes> + </classpathentry> <classpathentry kind="output" path="build/classes"/> </classpath> |
