summaryrefslogtreecommitdiffstats
path: root/archiva-webapp-test/src
diff options
context:
space:
mode:
authorEdwin L. Punzalan <epunzalan@apache.org>2006-12-04 09:39:41 +0000
committerEdwin L. Punzalan <epunzalan@apache.org>2006-12-04 09:39:41 +0000
commit937e8c3f8e699b9d7f21f8beb423b6d8280c5788 (patch)
treefdc3670995f25469d0d44cf61f0619f40b0cb587 /archiva-webapp-test/src
parent5ee2e5f814b0c4f136ef5a75d3a56fa814a0e099 (diff)
downloadarchiva-937e8c3f8e699b9d7f21f8beb423b6d8280c5788.tar.gz
archiva-937e8c3f8e699b9d7f21f8beb423b6d8280c5788.zip
removing unused resource
git-svn-id: https://svn.apache.org/repos/asf/maven/archiva/trunk@482111 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-webapp-test/src')
-rw-r--r--archiva-webapp-test/src/test/tomcat5x/conf/Catalina/localhost/archiva.xml6
1 files changed, 0 insertions, 6 deletions
diff --git a/archiva-webapp-test/src/test/tomcat5x/conf/Catalina/localhost/archiva.xml b/archiva-webapp-test/src/test/tomcat5x/conf/Catalina/localhost/archiva.xml
index 8d4ba3488..f0114cb9f 100644
--- a/archiva-webapp-test/src/test/tomcat5x/conf/Catalina/localhost/archiva.xml
+++ b/archiva-webapp-test/src/test/tomcat5x/conf/Catalina/localhost/archiva.xml
@@ -8,10 +8,4 @@
driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
url="jdbc:derby:target/database/users;create=true"
/>
- <Resource name="jdbc/archiva" auth="Container" type="javax.sql.DataSource"
- username="sa"
- password=""
- driverClassName="org.apache.derby.jdbc.EmbeddedDriver"
- url="jdbc:derby:target/database/archiva;create=true"
- />
</Context>