Fixed bug with directories, that should be scanned for annotations
[hibernate4-maven-plugin] / src / it / hmp-testclasses-annotationscanning / src / test / resources / beans.xml
diff --git a/src/it/hmp-testclasses-annotationscanning/src/test/resources/beans.xml b/src/it/hmp-testclasses-annotationscanning/src/test/resources/beans.xml
new file mode 100644 (file)
index 0000000..5e1a333
--- /dev/null
@@ -0,0 +1,6 @@
+<?xml version="1.0" encoding="UTF-8"?>\r
+<beans xmlns="http://java.sun.com/xml/ns/javaee" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:weld="http://jboss.org/schema/weld/beans"\r
+    xsi:schemaLocation="\r
+          http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_0.xsd\r
+          http://jboss.org/schema/weld/beans http://jboss.org/schema/weld/beans_1_1.xsd">\r
+</beans>
\ No newline at end of file