diff options
| author | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-09 09:37:31 +0100 |
|---|---|---|
| committer | Stefan Suhren <suhren.stefan@fh-swf.de> | 2015-11-09 10:04:19 +0100 |
| commit | c58001fdf1defd03ff30cd9c39160b03eec02434 (patch) | |
| tree | 3944040b15461618a1076a09a189d87dbfd45851 /.classpath | |
| parent | 886ea8362d80e8855da839a95f9539a2b199f6fe (diff) | |
| download | FIT-c58001fdf1defd03ff30cd9c39160b03eec02434.tar.gz FIT-c58001fdf1defd03ff30cd9c39160b03eec02434.zip | |
Use JPA for storing the user accounts in a database
Diffstat (limited to '.classpath')
| -rw-r--r-- | .classpath | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -13,5 +13,7 @@ </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="lib" path="WebContent/WEB-INF/lib/mysql-connector-java-5.1.37-bin.jar"/> + <classpathentry kind="lib" path="WebContent/WEB-INF/classes/lib/eclipselink-2.6.1.zip"/> <classpathentry kind="output" path="build/classes"/> </classpath> |
