Mercurial > lada > lada-server
changeset 26:47728bab8cb1
Fixed persistence.xml
author | Torsten Irländer <torsten.irlaender@intevation.de> |
---|---|
date | Tue, 30 Apr 2013 14:47:59 +0200 |
parents | 34d7ecfba8d1 |
children | 3fced8e2a030 |
files | src/main/resources/META-INF/persistence.xml |
diffstat | 1 files changed, 1 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/main/resources/META-INF/persistence.xml Fri Apr 26 19:52:21 2013 +0200 +++ b/src/main/resources/META-INF/persistence.xml Tue Apr 30 14:47:59 2013 +0200 @@ -9,7 +9,6 @@ <class>de.intevation.model.LKommentarP</class> <class>de.intevation.model.LKommentarPPK</class> <class>de.intevation.model.LProbe</class> - <class>de.intevation.model.PProbe</class> <!-- If you are running in a production environment, add a managed data source, the example data source is just for development and testing! --> <properties> @@ -19,4 +18,4 @@ <property name="hibernate.hbm2ddl.auto" value="none"/> </properties> </persistence-unit> -</persistence> \ No newline at end of file +</persistence>