Author: tcurdt
Date: Fri Dec 3 02:10:23 2004
New Revision: 109662
URL: http://svn.apache.org/viewcvs?view=rev&rev=109662
Log:
removed tab characters
Modified:
cocoon/branches/BRANCH_2_1_X/src/blocks/eventcache/conf/jmslistener.xconf
Modified: cocoon/branches/BRANCH_2_1_X/src/blocks/eventcache/conf/jmslistener.xconf
Url: http://svn.apache.org/viewcvs/cocoon/branches/BRANCH_2_1_X/src/blocks/eventcache/conf/jmslistener.xconf?view=diff&rev=109662&p1=cocoon/branches/BRANCH_2_1_X/src/blocks/eventcache/conf/jmslistener.xconf&r1=109661&p2=cocoon/branches/BRANCH_2_1_X/src/blocks/eventcache/conf/jmslistener.xconf&r2=109662
==============================================================================
--- cocoon/branches/BRANCH_2_1_X/src/blocks/eventcache/conf/jmslistener.xconf (original)
+++ cocoon/branches/BRANCH_2_1_X/src/blocks/eventcache/conf/jmslistener.xconf Fri Dec 3 02:10:23
2004
@@ -1,26 +1,26 @@
-<?xml version="1.0"?>
-<!--
- Copyright 1999-2004 The Apache Software Foundation
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
--->
-<xconf xpath="/cocoon" unless="component[@role='org.apache.cocoon.caching.impl.JMSEventMessageListener']">
- <component class="org.apache.cocoon.caching.impl.JMSEventMessageListener"
- role="org.apache.cocoon.caching.impl.JMSEventMessageListener" logger="core.jms">
- <parameter name="connection" value="local-topics"/>
- <parameter name="topic" value="topic1"/>
- <!--
- <parameter name="eventcache-role" value="org.apache.cocoon.caching.Cache/EventAware"/>
- -->
- </component>
-</xconf>
+<?xml version="1.0"?>
+<!--
+ Copyright 1999-2004 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<xconf xpath="/cocoon" unless="component[@role='org.apache.cocoon.caching.impl.JMSEventMessageListener']">
+ <component class="org.apache.cocoon.caching.impl.JMSEventMessageListener"
+ role="org.apache.cocoon.caching.impl.JMSEventMessageListener" logger="core.jms">
+ <parameter name="connection" value="local-topics"/>
+ <parameter name="topic" value="topic1"/>
+ <!--
+ <parameter name="eventcache-role" value="org.apache.cocoon.caching.Cache/EventAware"/>
+ -->
+ </component>
+</xconf>
|