diff --git a/releng.wtpbuilder/distribution/wtp.tests/testScripts/testServer.properties b/releng.wtpbuilder/distribution/wtp.tests/testScripts/testServer.properties
index ad562742c84010cca3f1b57c9973bb6dd27a4415..ab2cb3950cc1173d497cbf0510cc90798a06a639 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 d055a2d0e16e3f0a49e32634ac1c839d3acfe4c7..de76909b7d2e9ffef2bf0e5838d1ec2d2a42d3fc 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">