From de7c4e4d08406a3a77f85c9860a459e1ebe65542 Mon Sep 17 00:00:00 2001 From: Devan Goodwin Date: Thu, 5 Nov 2009 16:34:34 -0400 Subject: Add deps for Hibernate, Annotations, and EntityManager. --- proxy/code/src/META-INF/persistence.xml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 proxy/code/src/META-INF/persistence.xml (limited to 'proxy/code/src') diff --git a/proxy/code/src/META-INF/persistence.xml b/proxy/code/src/META-INF/persistence.xml new file mode 100644 index 0000000..881b514 --- /dev/null +++ b/proxy/code/src/META-INF/persistence.xml @@ -0,0 +1,21 @@ + + + + org.hibernate.ejb.HibernatePersistence + true + + + + + + + + + + + + + -- cgit