Skip to content
Snippets Groups Projects
Commit d6731e54 authored by felmer's avatar felmer
Browse files

LMS-2882 adding hibernate-jpa-2.0-api.jar to AS lib

SVN: 24950
parent dc279fcb
No related branches found
No related tags found
No related merge requests found
...@@ -774,6 +774,9 @@ ...@@ -774,6 +774,9 @@
<lib dir="${lib}/hibernate-core"> <lib dir="${lib}/hibernate-core">
<include name="hibernate-core.jar" /> <include name="hibernate-core.jar" />
</lib> </lib>
<lib dir="${lib}/hibernate-jpa-2.0-api">
<include name="hibernate-jpa-2.0-api.jar" />
</lib>
<lib dir="${lib}/jta"> <lib dir="${lib}/jta">
<include name="jta.jar" /> <include name="jta.jar" />
</lib> </lib>
......
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