You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by mp...@apache.org on 2007/04/21 01:02:24 UTC

svn commit: r530942 - /incubator/openjpa/trunk/openjpa-examples/pom.xml

Author: mprudhom
Date: Fri Apr 20 16:02:24 2007
New Revision: 530942

URL: http://svn.apache.org/viewvc?view=rev&rev=530942
Log:
Exclude reversemapping/Main.java from the test compile, since it is dependant on classes that are only generated when running the reverse mapping demo.

Modified:
    incubator/openjpa/trunk/openjpa-examples/pom.xml

Modified: incubator/openjpa/trunk/openjpa-examples/pom.xml
URL: http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-examples/pom.xml?view=diff&rev=530942&r1=530941&r2=530942
==============================================================================
--- incubator/openjpa/trunk/openjpa-examples/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-examples/pom.xml Fri Apr 20 16:02:24 2007
@@ -66,6 +66,13 @@
                 <configuration>
                     <source>1.5</source>
                     <target>1.5</target>
+                    <!--
+                        need to skip reversemapping since it depends on
+                        classes that are generated by the build.xml file
+                    -->
+                    <excludes>
+                        <exclude>**/reversemapping/Main.java</exclude>
+                    </excludes>
                 </configuration>
             </plugin>
             <!-- ###