You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pc...@apache.org on 2007/11/16 02:19:16 UTC

svn commit: r595512 - /openjpa/trunk/openjpa-persistence-jdbc/pom.xml

Author: pcl
Date: Thu Nov 15 17:19:14 2007
New Revision: 595512

URL: http://svn.apache.org/viewvc?rev=595512&view=rev
Log:
OPENJPA-316

Modified:
    openjpa/trunk/openjpa-persistence-jdbc/pom.xml

Modified: openjpa/trunk/openjpa-persistence-jdbc/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-persistence-jdbc/pom.xml?rev=595512&r1=595511&r2=595512&view=diff
==============================================================================
--- openjpa/trunk/openjpa-persistence-jdbc/pom.xml (original)
+++ openjpa/trunk/openjpa-persistence-jdbc/pom.xml Thu Nov 15 17:19:14 2007
@@ -402,6 +402,7 @@
                                     <exclude name="**/inheritance/serializable/*.class"/>
                                     <exclude name="**/xml/*.class"/>
                                     <exclude name="**/Unenhanced*.class"/>
+                                    <exclude name="**/AbstractUnenhanced*.class"/>
                                 </fileset>
                                 <openjpac>
                                     <classpath refid="cp"/>
@@ -416,6 +417,7 @@
                                         <include name="**/inheritance/serializable/*.class"/>
                                         <!--  include files from orm.xml -->
                                         <include name="**/xml/*.class"/>
+                                        <exclude name="**/Test*.class"/>
                                     </fileset>
                                     <config log="DefaultLevel=${openjpa.loglevel}"/>
                                 </openjpac>