Author: mprudhom
Date: Tue Jan 30 18:47:00 2007
New Revision: 501696

URL: http://svn.apache.org/viewvc?view=rev&rev=501696
Log:
Un-did last change, since maven.home doesn't actually work.

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=501696&r1=501695&r2=501696
==============================================================================
--- incubator/openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-integration/tck/pom.xml Tue Jan 30 18:47:00 
2007
@@ -66,11 +66,11 @@
                         <echo>Running Sun JPA TCK</echo>
 
                         <property name="tck.zip" value=
-                            "${maven.home}/privaterepos/jpa-1_0a-tck.zip"/>
+                            "${user.home}/.m2/privaterepos/jpa-1_0a-tck.zip"/>
 
                         <!-- patch from Anderson for mappedBy bug -->
                         <property name="tck.patch" value=
-                            
"${maven.home}/privaterepos/jpa-tck-inheritance-mappedBy.jar"/>
+                            
"${user.home}/.m2/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>


Reply via email to