You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by ho...@apache.org on 2005/10/17 21:40:28 UTC

svn commit: r325967 - /geronimo/trunk/sandbox/daytrader/modules/web/src/webapp/WEB-INF/web.xml

Author: hogstrom
Date: Mon Oct 17 12:40:27 2005
New Revision: 325967

URL: http://svn.apache.org/viewcvs?rev=325967&view=rev
Log:
Removed extra spaces in web.xml that was causing problems in deployment

Modified:
    geronimo/trunk/sandbox/daytrader/modules/web/src/webapp/WEB-INF/web.xml

Modified: geronimo/trunk/sandbox/daytrader/modules/web/src/webapp/WEB-INF/web.xml
URL: http://svn.apache.org/viewcvs/geronimo/trunk/sandbox/daytrader/modules/web/src/webapp/WEB-INF/web.xml?rev=325967&r1=325966&r2=325967&view=diff
==============================================================================
--- geronimo/trunk/sandbox/daytrader/modules/web/src/webapp/WEB-INF/web.xml (original)
+++ geronimo/trunk/sandbox/daytrader/modules/web/src/webapp/WEB-INF/web.xml Mon Oct 17 12:40:27 2005
@@ -365,7 +365,7 @@
          <message-destination-type>javax.jms.Queue</message-destination-type>
          <message-destination-usage>Produces</message-destination-usage>
          <message-destination-link>daytrader-ejb-1.0-SNAPSHOT.jar#TradeBrokerQueue</message-destination-link>
-      </message-destination-ref>            
+      </message-destination-ref>
       <message-destination-ref id="MessageDestinationRef_2">
          <message-destination-ref-name>jms/TradeStreamerTopic</message-destination-ref-name>
          <message-destination-type>javax.jms.Topic</message-destination-type>