diff options
author | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-12-21 00:40:45 +0100 |
---|---|---|
committer | Ognjen Cirkovic <ciraboxkg@gmail.com> | 2022-12-21 00:40:45 +0100 |
commit | 72307dcf589b695babb3a836817fd7b78907fd05 (patch) | |
tree | cd83579ebd4c0dc346ba4fe34f7e68123ebfe007 /.classpath | |
parent | 91913619a1ef54358d58c8185b60024e0747ac96 (diff) |
Inicijalni commit.
Diffstat (limited to '.classpath')
-rw-r--r-- | .classpath | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/.classpath b/.classpath new file mode 100644 index 0000000..3c82a2b --- /dev/null +++ b/.classpath @@ -0,0 +1,18 @@ +<?xml version="1.0" encoding="UTF-8"?> +<classpath> + <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"> + <attributes> + <attribute name="module" value="true"/> + </attributes> + </classpathentry> + <classpathentry kind="src" path="src/main/java"/> + <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.web.container"/> + <classpathentry kind="con" path="org.eclipse.jst.j2ee.internal.module.container"/> + <classpathentry kind="con" path="org.eclipse.jst.server.core.container/org.eclipse.jst.server.tomcat.runtimeTarget/apache-tomcat-9.0.65"/> + <classpathentry kind="lib" path="libs/mysql-connector-java-8.0.15.jar"> + <attributes> + <attribute name="org.eclipse.jst.component.dependency" value="/WEB-INF/lib"/> + </attributes> + </classpathentry> + <classpathentry kind="output" path="build/classes"/> +</classpath> |