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 2006/08/11 04:43:38 UTC

svn commit: r430632 - /incubator/cayenne/main/trunk/pom.xml

Author: aadamchik
Date: Thu Aug 10 19:43:38 2006
New Revision: 430632

URL: http://svn.apache.org/viewvc?rev=430632&view=rev
Log:
added itests module to the main pom

Modified:
    incubator/cayenne/main/trunk/pom.xml

Modified: incubator/cayenne/main/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/pom.xml?rev=430632&r1=430631&r2=430632&view=diff
==============================================================================
--- incubator/cayenne/main/trunk/pom.xml (original)
+++ incubator/cayenne/main/trunk/pom.xml Thu Aug 10 19:43:38 2006
@@ -39,6 +39,7 @@
 	<modules>
 		<module>core</module>
 		<module>modeler</module>
+		<module>integration-test</module>
 		<module>other</module>
 	</modules>