You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by dw...@apache.org on 2010/03/09 15:32:46 UTC

svn commit: r920894 - in /openjpa/trunk/openjpa-integration: osgi-itests/ pom.xml

Author: dwoods
Date: Tue Mar  9 14:32:46 2010
New Revision: 920894

URL: http://svn.apache.org/viewvc?rev=920894&view=rev
Log:
OPENJPA-1101 Remove unused/outdated/incomplete OSGi integration tests, as this is being handled by Apache Aries for now

Removed:
    openjpa/trunk/openjpa-integration/osgi-itests/
Modified:
    openjpa/trunk/openjpa-integration/pom.xml

Modified: openjpa/trunk/openjpa-integration/pom.xml
URL: http://svn.apache.org/viewvc/openjpa/trunk/openjpa-integration/pom.xml?rev=920894&r1=920893&r2=920894&view=diff
==============================================================================
--- openjpa/trunk/openjpa-integration/pom.xml (original)
+++ openjpa/trunk/openjpa-integration/pom.xml Tue Mar  9 14:32:46 2010
@@ -35,6 +35,5 @@
         <module>examples</module>
         <module>tck</module>
         <module>validation</module>
-        <!-- <module>osgi-itests</module> -->
     </modules>
 </project>