You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by wi...@apache.org on 2007/05/04 02:39:56 UTC

svn commit: r535041 - /incubator/openjpa/trunk/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml

Author: wisneskid
Date: Thu May  3 17:39:55 2007
New Revision: 535041

URL: http://svn.apache.org/viewvc?view=rev&rev=535041
Log:
fix build break, class list is removed.

Modified:
    incubator/openjpa/trunk/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml

Modified: incubator/openjpa/trunk/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml?view=diff&rev=535041&r1=535040&r2=535041
==============================================================================
--- incubator/openjpa/trunk/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml (original)
+++ incubator/openjpa/trunk/openjpa-persistence-jdbc/src/test/resources/META-INF/persistence.xml Thu May  3 17:39:55 2007
@@ -34,8 +34,6 @@
             enhance time for XML data to get incorporated into PCRegistry
         -->
         <mapping-file>org/apache/openjpa/persistence/xml/orm.xml</mapping-file>
-        <class>org.apache.openjpa.persistence.query.CustomerEntity</class>
-        <class>org.apache.openjpa.persistence.query.OrderEntity</class>
         <properties>
             <!--
             These properties are instead passed via System properties