You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openjpa.apache.org by pc...@apache.org on 2007/04/09 00:27:37 UTC

svn commit: r526607 - /incubator/openjpa/trunk/openjpa-integration/tck/pom.xml

Author: pcl
Date: Sun Apr  8 15:27:35 2007
New Revision: 526607

URL: http://svn.apache.org/viewvc?view=rev&rev=526607
Log:
removed some os-dependent code from integration test pom

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=526607&r1=526606&r2=526607
==============================================================================
--- incubator/openjpa/trunk/openjpa-integration/tck/pom.xml (original)
+++ incubator/openjpa/trunk/openjpa-integration/tck/pom.xml Sun Apr  8 15:27:35 2007
@@ -151,7 +151,7 @@
 # Need to specify java.* classes, both in Windows/UNIX locations as well as Mac.
 # This includes a few different possible locations; only one of them needs to 
 # actually work for a given environment.
-sigTestClasspath=${JAVA_HOME}/lib/rt.jar:${JAVA_HOME}/jre/lib/rt.jar:${JAVA_HOME}/../Classes/classes.jar:$${jpa.classes}
+sigTestClasspath=${JAVA_HOME}/lib/rt.jar${path.separator}${JAVA_HOME}/jre/lib/rt.jar${path.separator}${JAVA_HOME}/../Classes/classes.jar${path.separator}$${jpa.classes}
 persistence.unit.properties.file.full.path=${openjpa.properties}
 database.user=${db.username}
 database.passwd=${db.password}