Skip to content
This repository has been archived by the owner on May 17, 2021. It is now read-only.

Commit

Permalink
fixed classpath
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Eichstädt-Engelen <[email protected]>
  • Loading branch information
teichsta committed Jan 10, 2016
1 parent a4f97b4 commit 59cf8d5
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions bundles/persistence/org.openhab.persistence.jpa/.classpath
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.7"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="java"/>
<classpathentry kind="lib" path="lib/postgresql-9.2-1004.jdbc41.jar"/>
<classpathentry kind="lib" path="lib/derbyclient.jar"/>
<classpathentry kind="lib" path="lib/mysql-connector-java-5.1.26-bin.jar"/>
<classpathentry kind="lib" path="lib/openjpa-all-2.3.0.jar"/>
<classpathentry kind="lib" path="lib/derby-10.11.1.1.jar"/>
<classpathentry kind="lib" path="lib/openjpa-all-2.4.0.jar"/>
<classpathentry kind="output" path="target/classes"/>
</classpath>

0 comments on commit 59cf8d5

Please sign in to comment.