Skip to content
Snippets Groups Projects
Commit 7dfa4e2c authored by david_williams's avatar david_williams
Browse files

243362 Add JPT Persistence library to WTP automatic tests

parent 7199066e
No related branches found
No related tags found
No related merge requests found
...@@ -10,5 +10,8 @@ jonas432DirName=JONAS_4_3_2 ...@@ -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.motif_3.1.0/os/linux/x86
swt.lib.path=org.eclipse.swt.win32_3.1.0/os/win32/x86 swt.lib.path=org.eclipse.swt.win32_3.1.0/os/win32/x86
#JSF Runrime Library directory # JSF Runtime Library directory
jsf1.1Dir=myfaces-core-1.1.5/lib jsf1.1Dir=myfaces-core-1.1.5/lib
\ No newline at end of file
# JPT Runtime Library directory
jptPersistenceLibDir=jpt/persistence-1.0/lib
\ No newline at end of file
...@@ -87,6 +87,12 @@ ...@@ -87,6 +87,12 @@
name="groupId" name="groupId"
value="jsf.1_1"/> value="jsf.1_1"/>
</antcall> </antcall>
<antcall
target="getAndInstallBase">
<param
name="groupId"
value="jpt-persistence.jar"/>
</antcall>
</target> </target>
<target <target
name="getAndInstallBase"> name="getAndInstallBase">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment