From 7dfa4e2ccca5c1ec8dcefe17b70754b049b3c7a9 Mon Sep 17 00:00:00 2001 From: david_williams <david_williams> Date: Mon, 18 Aug 2008 01:54:30 +0000 Subject: [PATCH] 243362 Add JPT Persistence library to WTP automatic tests --- .../wtp.tests/testScripts/testServer.properties | 7 +++++-- .../distribution/wtp.tests/testdependency.xml | 6 ++++++ 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/releng.wtpbuilder/distribution/wtp.tests/testScripts/testServer.properties b/releng.wtpbuilder/distribution/wtp.tests/testScripts/testServer.properties index ad562742c..ab2cb3950 100644 --- a/releng.wtpbuilder/distribution/wtp.tests/testScripts/testServer.properties +++ b/releng.wtpbuilder/distribution/wtp.tests/testScripts/testServer.properties @@ -10,5 +10,8 @@ jonas432DirName=JONAS_4_3_2 #swt.lib.path=org.eclipse.swt.motif_3.1.0/os/linux/x86 swt.lib.path=org.eclipse.swt.win32_3.1.0/os/win32/x86 -#JSF Runrime Library directory -jsf1.1Dir=myfaces-core-1.1.5/lib \ No newline at end of file +# JSF Runtime Library directory +jsf1.1Dir=myfaces-core-1.1.5/lib + +# JPT Runtime Library directory +jptPersistenceLibDir=jpt/persistence-1.0/lib \ No newline at end of file diff --git a/releng.wtpbuilder/distribution/wtp.tests/testdependency.xml b/releng.wtpbuilder/distribution/wtp.tests/testdependency.xml index d055a2d0e..de76909b7 100644 --- a/releng.wtpbuilder/distribution/wtp.tests/testdependency.xml +++ b/releng.wtpbuilder/distribution/wtp.tests/testdependency.xml @@ -87,6 +87,12 @@ name="groupId" value="jsf.1_1"/> </antcall> + <antcall + target="getAndInstallBase"> + <param + name="groupId" + value="jpt-persistence.jar"/> + </antcall> </target> <target name="getAndInstallBase"> -- GitLab