Author: mprudhom
Date: Tue Jan 30 18:40:56 2007
New Revision: 501695
URL: http://svn.apache.org/viewvc?view=rev&rev=501695
Log:
Changed references to '{user.home}/.m2' to be '{maven.home}', in case people
have a non-standard repository location.
Modified:
incubator/openjpa/trunk/openjpa-integration/tck/pom.xml
Modified: incubator/openjpa/trunk/openjpa-integration/tck/pom.xml
URL:
http://svn.apache.org/viewvc/incubator/openjpa/trunk/openjpa-integration/tck/pom.xml?view=diff&rev=501695&r1=501694&r2=501695
==============================================================================
--- incubator/openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-integration/tck/pom.xml Tue Jan 30 18:40:56
2007
@@ -66,11 +66,11 @@
<echo>Running Sun JPA TCK</echo>
<property name="tck.zip" value=
- "${user.home}/.m2/privaterepos/jpa-1_0a-tck.zip"/>
+ "${maven.home}/privaterepos/jpa-1_0a-tck.zip"/>
<!-- patch from Anderson for mappedBy bug -->
<property name="tck.patch" value=
-
"${user.home}/.m2/privaterepos/jpa-tck-inheritance-mappedBy.jar"/>
+
"${maven.home}/privaterepos/jpa-tck-inheritance-mappedBy.jar"/>
<available property="tck.available" file="${tck.zip}"/>
<fail unless="tck.available">The TCK file ${tck.zip}
does not exist. This file must be downloaded separately in order to be able to
run the JPA TCK</fail>