You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cayenne.apache.org by aa...@apache.org on 2009/12/09 13:16:59 UTC

svn commit: r888783 - in /cayenne/main/trunk: framework/ framework/cayenne-jpa-unpublished/ itests/ itests/itest-common/src/main/java/org/apache/cayenne/itest/jpa/ itests/jpa-chapter2/ itests/jpa-chapter3/ itests/jpa-chapter4/ itests/jpa-chapter5/ ites...

Author: aadamchik
Date: Wed Dec  9 12:16:58 2009
New Revision: 888783

URL: http://svn.apache.org/viewvc?rev=888783&view=rev
Log:
removing JPA modules from trunk

Removed:
    cayenne/main/trunk/framework/cayenne-jpa-unpublished/
    cayenne/main/trunk/itests/itest-common/src/main/java/org/apache/cayenne/itest/jpa/
    cayenne/main/trunk/itests/jpa-chapter2/
    cayenne/main/trunk/itests/jpa-chapter3/
    cayenne/main/trunk/itests/jpa-chapter4/
    cayenne/main/trunk/itests/jpa-chapter5/
    cayenne/main/trunk/itests/jpa-chapter6/
    cayenne/main/trunk/itests/jpa-chapter9/
Modified:
    cayenne/main/trunk/framework/pom.xml
    cayenne/main/trunk/itests/pom.xml

Modified: cayenne/main/trunk/framework/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/framework/pom.xml?rev=888783&r1=888782&r2=888783&view=diff
==============================================================================
--- cayenne/main/trunk/framework/pom.xml (original)
+++ cayenne/main/trunk/framework/pom.xml Wed Dec  9 12:16:58 2009
@@ -51,8 +51,6 @@
 				<module>cayenne-legal-unpublished</module>
 				<module>cayenne-di-unpublished</module>
 				<module>cayenne-jdk1.5-unpublished</module>
-				<module>cayenne-jpa-unpublished</module>
-				<module>cayenne-agent</module>
 				<module>cayenne-server</module>
 				<module>cayenne-client</module>
 				<module>cayenne-tools</module>
@@ -71,8 +69,6 @@
 				<module>cayenne-di-unpublished</module>
 				<module>cayenne-jdk1.5-unpublished</module>
 				<module>cayenne-jdk1.6-unpublished</module>
-				<module>cayenne-jpa-unpublished</module>
-				<module>cayenne-agent</module>
 				<module>cayenne-server</module>
 				<module>cayenne-client</module>
 				<module>cayenne-tools</module>

Modified: cayenne/main/trunk/itests/pom.xml
URL: http://svn.apache.org/viewvc/cayenne/main/trunk/itests/pom.xml?rev=888783&r1=888782&r2=888783&view=diff
==============================================================================
--- cayenne/main/trunk/itests/pom.xml (original)
+++ cayenne/main/trunk/itests/pom.xml Wed Dec  9 12:16:58 2009
@@ -39,11 +39,6 @@
     <modules>
       <module>itest-common</module>
       <module>cayenne-di-stack</module>
-      <module>jpa-chapter2</module>
-      <module>jpa-chapter3</module>
-      <module>jpa-chapter5</module>
-      <module>jpa-chapter6</module>
-      <module>jpa-chapter9</module>
     </modules>
 	<build>
 		<plugins>