You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by jl...@apache.org on 2020/11/17 12:45:45 UTC

[tomee-tck] 05/06: Use basedir instead so it's more Maven friendly

This is an automated email from the ASF dual-hosted git repository.

jlmonteiro pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/tomee-tck.git

commit cec6be044253af5f4efa36d095ad136a90d30213
Author: Jean-Louis Monteiro <je...@gmail.com>
AuthorDate: Tue Nov 17 12:08:54 2020 +0100

    Use basedir instead so it's more Maven friendly
---
 src/test/resources/testsuite.properties | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/test/resources/testsuite.properties b/src/test/resources/testsuite.properties
index ed2d388..9cf31f7 100644
--- a/src/test/resources/testsuite.properties
+++ b/src/test/resources/testsuite.properties
@@ -189,7 +189,7 @@ password3=${derby.passwd}
 pathsep=%path.separator%
 
 porting.ts.HttpsURLConnection.class.1=org.apache.openejb.cts.HTTPSURLConnectionImpl
-porting.ts.deploy.class.1=com.sun.ts.lib.deliverable.cts.deploy.StandardDeployment14
+porting.ts.deploy.class.1=org.apache.openejb.cts.deploy.StandardDeployment14
 porting.ts.deploy.class.2=com.sun.ts.lib.implementation.sun.javaee.glassfish.AutoDeployment
 porting.ts.deploy2.class.1=org.apache.openejb.cts.DeploymentImpl
 porting.ts.jms.class.1=org.apache.openejb.cts.JMSAdminImpl
@@ -232,7 +232,7 @@ javamail.mailbox = INBOX
 
 # Jaspic
 vendor.authconfig.factory=org.apache.catalina.authenticator.jaspic.AuthConfigFactoryImpl
-provider.configuration.file=%user.dir%/%openejb.home%/conf/ProviderConfiguration.xml
+provider.configuration.file=%basedir%/%openejb.home%/conf/ProviderConfiguration.xml
 j2eelogin.name=j2ee
 j2eelogin.password=j2ee
 servlet.is.jsr115.compatible=false