Author: aadamchik
Date: Sun Sep 10 15:38:27 2006
New Revision: 442024
URL: http://svn.apache.org/viewvc?view=rev&rev=442024
Log:
new itest module corresponding to chapter 9 of the spec
Modified:
incubator/cayenne/main/trunk/integration-test/pom.xml
Modified: incubator/cayenne/main/trunk/integration-test/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/cayenne/main/trunk/integration-test/pom.xml?view=diff&rev=442024&r1=442023&r2=442024
==============================================================================
--- incubator/cayenne/main/trunk/integration-test/pom.xml (original)
+++ incubator/cayenne/main/trunk/integration-test/pom.xml Sun Sep 10 15:38:27
2006
@@ -36,5 +36,6 @@
<modules>
<module>itest-common</module>
<module>jpa-unit1</module>
+ <module>jpa-chapter9</module>
</modules>
</project>