You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ch...@apache.org on 2013/12/18 11:55:38 UTC

git commit: [OLINGO-82] - Update to Persistence XML

Updated Branches:
  refs/heads/master 98bbeed32 -> e4a0e70ef


[OLINGO-82] - Update to Persistence XML

Project: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/commit/e4a0e70e
Tree: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/tree/e4a0e70e
Diff: http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/diff/e4a0e70e

Branch: refs/heads/master
Commit: e4a0e70ef45ecb2db3e7721d19c176ed9d0b8f52
Parents: 98bbeed
Author: Chandan V A <ch...@sap.com>
Authored: Wed Dec 18 16:22:41 2013 +0530
Committer: Chandan V A <ch...@sap.com>
Committed: Wed Dec 18 16:22:41 2013 +0530

----------------------------------------------------------------------
 .../jpa-ref/src/main/resources/META-INF/persistence.xml           | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-olingo-odata2/blob/e4a0e70e/odata2-jpa-processor/jpa-ref/src/main/resources/META-INF/persistence.xml
----------------------------------------------------------------------
diff --git a/odata2-jpa-processor/jpa-ref/src/main/resources/META-INF/persistence.xml b/odata2-jpa-processor/jpa-ref/src/main/resources/META-INF/persistence.xml
index d85fa46..e71d834 100644
--- a/odata2-jpa-processor/jpa-ref/src/main/resources/META-INF/persistence.xml
+++ b/odata2-jpa-processor/jpa-ref/src/main/resources/META-INF/persistence.xml
@@ -20,9 +20,6 @@
 		<class>org.apache.olingo.odata2.jpa.processor.ref.model.Note</class>
 		<class>org.apache.olingo.odata2.jpa.processor.ref.model.Material</class>
 		<class>org.apache.olingo.odata2.jpa.processor.ref.model.Store</class>
-		<class>org.apache.olingo.odata2.jpa.processor.ref.model.EmailActivity</class>
-		<class>org.apache.olingo.odata2.jpa.processor.ref.model.ActivityParty</class>
-		<class>org.apache.olingo.odata2.jpa.processor.ref.model.AppointmentActivity</class>
 		<properties>
 			<property name="javax.persistence.jdbc.driver" value="org.hsqldb.jdbcDriver" />
 			<property name="javax.persistence.jdbc.url"