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

svn commit: r353821 - in /incubator/roller/trunk/metadata/xdoclet: ejb-resourcerefs.xml web-resource-env-refs.xml

Author: gangolli
Date: Sat Dec  3 22:14:51 2005
New Revision: 353821

URL: http://svn.apache.org/viewcvs?rev=353821&view=rev
Log: (empty)

Removed:
    incubator/roller/trunk/metadata/xdoclet/ejb-resourcerefs.xml
Modified:
    incubator/roller/trunk/metadata/xdoclet/web-resource-env-refs.xml

Modified: 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=353821&r1=353820&r2=353821&view=diff
==============================================================================
--- incubator/roller/trunk/metadata/xdoclet/web-resource-env-refs.xml (original)
+++ incubator/roller/trunk/metadata/xdoclet/web-resource-env-refs.xml Sat Dec  3 22:14:51 2005
@@ -1,14 +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>
+<!-- Web app resource refs. -->
+    <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>
 -->