Commit 885a396e2ca3518c995b4a6638b1c6c535512b54
1 parent
37ad2584
Remoção da pasta de teste dos arquétipos e adicionados beans.xml.
Showing
4 changed files
with
12 additions
and
2 deletions
Show diff stats
demoiselle-archetype-full/pom.xml
... | ... | @@ -1 +0,0 @@ |
1 | -placeholder |
demoiselle-archetype-rest-jpa/pom.xml
... | ... | @@ -1 +0,0 @@ |
1 | -placeholder |
... | ... | @@ -0,0 +1,6 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<beans xmlns="http://java.sun.com/xml/ns/javaee" | |
3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
4 | + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_1.xsd"> | |
5 | + | |
6 | +</beans> | ... | ... |
demoiselle-persistence-jpa/src/main/resources/META-INF/beans.xml
0 → 100644
... | ... | @@ -0,0 +1,6 @@ |
1 | +<?xml version="1.0" encoding="UTF-8"?> | |
2 | +<beans xmlns="http://java.sun.com/xml/ns/javaee" | |
3 | + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
4 | + xsi:schemaLocation="http://java.sun.com/xml/ns/javaee http://java.sun.com/xml/ns/javaee/beans_1_1.xsd"> | |
5 | + | |
6 | +</beans> | ... | ... |