diff options
author | James Moger <james.moger@gitblit.com> | 2014-06-30 22:29:48 -0400 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2014-07-03 16:59:08 -0400 |
commit | 9bc44161b6985c2f39cc86bf989351cb4281919f (patch) | |
tree | 57f5345b6a7093300a50fc55a91919c222a9ea82 /src | |
parent | 94146dd495aad8157c423bfd9a1ae47c8e26b32c (diff) | |
download | gitblit-9bc44161b6985c2f39cc86bf989351cb4281919f.tar.gz gitblit-9bc44161b6985c2f39cc86bf989351cb4281919f.zip |
Removed beans.xml
Diffstat (limited to 'src')
-rw-r--r-- | src/main/java/WEB-INF/beans.xml | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/main/java/WEB-INF/beans.xml b/src/main/java/WEB-INF/beans.xml deleted file mode 100644 index 0165c2cb..00000000 --- a/src/main/java/WEB-INF/beans.xml +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<beans xmlns="http://java.sun.com/xml/ns/javaee" - xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" - xsi:schemaLocation=" - http://java.sun.com/xml/ns/javaee - http://java.sun.com/xml/ns/javaee/beans_1_0.xsd"> - - <!-- This file is necessary for CDI to work on JEE6 containers --> - -</beans>
\ No newline at end of file |