You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@wookie.apache.org by ps...@apache.org on 2010/11/30 15:07:48 UTC

svn commit: r1040530 - /incubator/wookie/trunk/src/META-INF/persistence.xml

Author: psharples
Date: Tue Nov 30 14:07:48 2010
New Revision: 1040530

URL: http://svn.apache.org/viewvc?rev=1040530&view=rev
Log:
removed postimpl reference

Modified:
    incubator/wookie/trunk/src/META-INF/persistence.xml

Modified: incubator/wookie/trunk/src/META-INF/persistence.xml
URL: http://svn.apache.org/viewvc/incubator/wookie/trunk/src/META-INF/persistence.xml?rev=1040530&r1=1040529&r2=1040530&view=diff
==============================================================================
--- incubator/wookie/trunk/src/META-INF/persistence.xml (original)
+++ incubator/wookie/trunk/src/META-INF/persistence.xml Tue Nov 30 14:07:48 2010
@@ -28,8 +28,7 @@
         <class>org.apache.wookie.beans.jpa.impl.LocalizedBeanImpl</class>
         <class>org.apache.wookie.beans.jpa.impl.NameImpl</class>
         <class>org.apache.wookie.beans.jpa.impl.ParamImpl</class>
-        <class>org.apache.wookie.beans.jpa.impl.ParticipantImpl</class>
-        <class>org.apache.wookie.beans.jpa.impl.PostImpl</class>
+        <class>org.apache.wookie.beans.jpa.impl.ParticipantImpl</class>        
         <class>org.apache.wookie.beans.jpa.impl.PreferenceDefaultImpl</class>
         <class>org.apache.wookie.beans.jpa.impl.PreferenceImpl</class>
         <class>org.apache.wookie.beans.jpa.impl.ServerFeatureImpl</class>