Author: jsdelfino
Date: Fri Aug 24 00:43:12 2007
New Revision: 569284

URL: http://svn.apache.org/viewvc?rev=569284&view=rev
Log:
Fix for TUSCANY-1587, use correct Tuscany namespace for Tuscany feed binding 
extension.

Modified:
    
incubator/tuscany/java/sca/samples/feed-aggregator/src/main/resources/FeedAggregator.composite

Modified: 
incubator/tuscany/java/sca/samples/feed-aggregator/src/main/resources/FeedAggregator.composite
URL: 
http://svn.apache.org/viewvc/incubator/tuscany/java/sca/samples/feed-aggregator/src/main/resources/FeedAggregator.composite?rev=569284&r1=569283&r2=569284&view=diff
==============================================================================
--- 
incubator/tuscany/java/sca/samples/feed-aggregator/src/main/resources/FeedAggregator.composite
 (original)
+++ 
incubator/tuscany/java/sca/samples/feed-aggregator/src/main/resources/FeedAggregator.composite
 Fri Aug 24 00:43:12 2007
@@ -49,10 +49,10 @@
         <implementation.java class="feed.AggregatorImpl"/>        
         <reference name="sort" target="Sort"/>          
                <reference name="feed1">
-                       <binding.atom 
uri="http://www.oreillynet.com/pub/feed/1"/>
+                       <tuscany:binding.atom 
uri="http://www.oreillynet.com/pub/feed/1"/>
                </reference>
                <reference name="feed2">        
-                       <binding.atom uri="http://www.apachenews.org/atom.xml"/>
+                       <tuscany:binding.atom 
uri="http://www.apachenews.org/atom.xml"/>
                </reference>
         <property name="feedTitle">Atom Sample</property>                      
   
     </component>      



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to