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/06/16 01:45:28 UTC

svn commit: r547834 - /openjpa/trunk/pom.xml

Author: wisneskid
Date: Fri Jun 15 16:45:28 2007
New Revision: 547834

URL: http://svn.apache.org/viewvc?view=rev&rev=547834
Log:
OPENJPA-240 Feature:Persistent field mapping support for XML column type.

Modified:
    openjpa/trunk/pom.xml

Modified: openjpa/trunk/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/pom.xml?view=diff&rev=547834&r1=547833&r2=547834
==============================================================================
--- openjpa/trunk/pom.xml (original)
+++ openjpa/trunk/pom.xml Fri Jun 15 16:45:28 2007
@@ -124,6 +124,7 @@
                 <module>openjpa-persistence-jdbc</module>
                 <module>openjpa-kernel-5</module>
                 <module>openjpa-jdbc-5</module>
+        		<module>openjpa-xmlmapping-5</module>
                 <module>openjpa-examples</module>
             </modules>
         </profile>