You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by gn...@apache.org on 2008/01/21 14:24:15 UTC

svn commit: r613880 - /servicemix/smx4/obr-repo/features-snapshot.xml

Author: gnodet
Date: Mon Jan 21 05:24:14 2008
New Revision: 613880

URL: http://svn.apache.org/viewvc?rev=613880&view=rev
Log:
Fix wsdl-first feature

Modified:
    servicemix/smx4/obr-repo/features-snapshot.xml

Modified: servicemix/smx4/obr-repo/features-snapshot.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/obr-repo/features-snapshot.xml?rev=613880&r1=613879&r2=613880&view=diff
==============================================================================
--- servicemix/smx4/obr-repo/features-snapshot.xml (original)
+++ servicemix/smx4/obr-repo/features-snapshot.xml Mon Jan 21 05:24:14 2008
@@ -38,8 +38,9 @@
 	</feature>
     <feature name="wsdl-first-example">
         <feature>jbi</feature>
-        <bundle>mvn:org.apache.servicemix/servicemix-shared-compat/3.2.1</bundle>
-        <bundle>mvn:org.apache.servicemix/servicemix-http/3.2.1</bundle>
-        <bundle>mvn:org.apache.servicemix/servicemix-jsr181/3.2.1</bundle>
+        <bundle>http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-shared-compat/3.2.1/servicemix-shared-compat-3.2.1-installer.zip</bundle>
+        <bundle>http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-http/3.2.1/servicemix-http-3.2.1-installer.zip</bundle>
+        <bundle>http://repo1.maven.org/maven2/org/apache/servicemix/servicemix-jsr181/3.2.1/servicemix-jsr181-3.2.1-installer.zip</bundle>
+        <bundle>http://repo1.maven.org/maven2/org/apache/servicemix/samples/wsdl-first/wsdl-first-sa/3.2.1/wsdl-first-sa-3.2.1.zip</bundle>
     </feature>
 </features>