You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@roller.apache.org by mr...@apache.org on 2005/12/04 06:21:59 UTC

svn commit: r353818 - /incubator/roller/trunk/metadata/xdoclet/web-resource-env-refs.xml

Author: mraible
Date: Sat Dec  3 21:21:55 2005
New Revision: 353818

URL: http://svn.apache.org/viewcvs?rev=353818&view=rev
Log:
forgot to checkin resource-refs

Added:
    incubator/roller/trunk/metadata/xdoclet/web-resource-env-refs.xml

Added: incubator/roller/trunk/metadata/xdoclet/web-resource-env-refs.xml
URL: http://svn.apache.org/viewcvs/incubator/roller/trunk/metadata/xdoclet/web-resource-env-refs.xml?rev=353818&view=auto
==============================================================================
--- incubator/roller/trunk/metadata/xdoclet/web-resource-env-refs.xml (added)
+++ incubator/roller/trunk/metadata/xdoclet/web-resource-env-refs.xml Sat Dec  3 21:21:55 2005
@@ -0,0 +1,14 @@
+<!-- TOMCAT RESOURCE REF -->
+    <resource-ref>
+            <res-ref-name>jdbc/rollerdb</res-ref-name>
+            <res-type>javax.sql.DataSource</res-type>
+            <res-auth>Container</res-auth>
+    </resource-ref>
+
+<!-- Uncomment this for email notification of comments
+    <resource-ref>
+        <res-ref-name>mail/Session</res-ref-name>
+        <res-type>javax.mail.Session</res-type>
+        <res-auth>Container</res-auth>
+    </resource-ref>
+-->
\ No newline at end of file