diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-12 10:46:54 +0200 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-10-12 10:46:54 +0200 |
| commit | 1f839a6d7bd8169d2265603a47d80dbab1dcd715 (patch) | |
| tree | 4c41a1c90933c6892bd6d57819c8a0152f5a416a /.classpath | |
| download | FIT-1f839a6d7bd8169d2265603a47d80dbab1dcd715.tar.gz FIT-1f839a6d7bd8169d2265603a47d80dbab1dcd715.zip | |
Add project files and assignment no. 2
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..f40cb19 --- /dev/null +++ b/.classpath @@ -0,0 +1,17 @@ +<?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/java-8-openjdk"> + <attributes> + <attribute name="owner.project.facets" value="java"/> + </attributes> + </classpathentry> + <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.jst.j2ee.internal.web.container"/> + <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> + <classpathentry kind="output" path="build/classes"/> +</classpath> |
