You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shindig.apache.org by ie...@apache.org on 2008/09/19 10:51:28 UTC

svn commit: r696990 - /incubator/shindig/trunk/java/samples/src/main/resources/META-INF/orm.xml

Author: ieb
Date: Fri Sep 19 01:51:28 2008
New Revision: 696990

URL: http://svn.apache.org/viewvc?rev=696990&view=rev
Log:
ApplicationDataDb is no longer used, so should not be in the list of entities.

Modified:
    incubator/shindig/trunk/java/samples/src/main/resources/META-INF/orm.xml

Modified: incubator/shindig/trunk/java/samples/src/main/resources/META-INF/orm.xml
URL: http://svn.apache.org/viewvc/incubator/shindig/trunk/java/samples/src/main/resources/META-INF/orm.xml?rev=696990&r1=696989&r2=696990&view=diff
==============================================================================
--- incubator/shindig/trunk/java/samples/src/main/resources/META-INF/orm.xml (original)
+++ incubator/shindig/trunk/java/samples/src/main/resources/META-INF/orm.xml Fri Sep 19 01:51:28 2008
@@ -60,8 +60,6 @@
   </entity>
   <entity class="org.apache.shindig.social.opensocial.jpa.ApplicationPropertyDb">
   </entity>
-  <entity class="org.apache.shindig.social.opensocial.jpa.ApplicationDataDb">
-  </entity>
   <entity class="org.apache.shindig.social.opensocial.jpa.ApplicationDataMapDb">
   </entity>
   <entity class="org.apache.shindig.social.opensocial.jpa.ApplicationDataMapValueDb">