Renamed an integration-test to test for whitespaces in the filename
[hibernate4-maven-plugin] / src / it / dependency-test / h4mp / src / main / resources / META-INF / persistence.xml
diff --git a/src/it/dependency-test/h4mp/src/main/resources/META-INF/persistence.xml b/src/it/dependency-test/h4mp/src/main/resources/META-INF/persistence.xml
deleted file mode 100644 (file)
index a419eda..0000000
+++ /dev/null
@@ -1,17 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<persistence version="2.0"
-       xmlns="http://java.sun.com/xml/ns/persistence" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-       xsi:schemaLocation="
-        http://java.sun.com/xml/ns/persistence
-        http://java.sun.com/xml/ns/persistence/persistence_2_0.xsd">
-       <persistence-unit name="primary">
-               <jta-data-source>java:jboss/datasources/PostgreSQLDS</jta-data-source>
-
-               <class>dependent.DependentEntity</class>
-
-               <properties>
-                       <property name="hibernate.hbm2ddl.auto" value="create-drop" />
-                       <property name="hibernate.show_sql" value="true" />
-               </properties>
-       </persistence-unit>
-</persistence>