You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by ge...@apache.org on 2008/10/11 20:50:02 UTC

svn commit: r703708 - in /servicemix/smx4/features/trunk: assembly/pom.xml assembly/src/main/filtered-resources/features.xml examples/bridge/client/ examples/cxf-wsdl-first/client/

Author: gertv
Date: Sat Oct 11 11:50:02 2008
New Revision: 703708

URL: http://svn.apache.org/viewvc?rev=703708&view=rev
Log:
fixing the (nightly) builds: commons.codec.version -> commons-codec.version

Modified:
    servicemix/smx4/features/trunk/assembly/pom.xml
    servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml
    servicemix/smx4/features/trunk/examples/bridge/client/   (props changed)
    servicemix/smx4/features/trunk/examples/cxf-wsdl-first/client/   (props changed)

Modified: servicemix/smx4/features/trunk/assembly/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/pom.xml?rev=703708&r1=703707&r2=703708&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/pom.xml (original)
+++ servicemix/smx4/features/trunk/assembly/pom.xml Sat Oct 11 11:50:02 2008
@@ -133,7 +133,7 @@
          <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>
             <artifactId>org.apache.servicemix.bundles.commons-codec</artifactId>
-            <version>${commons.codec.version}</version>
+            <version>${commons-codec.version}</version>
         </dependency> 
          <dependency>
             <groupId>org.apache.servicemix.bundles</groupId>

Modified: servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml
URL: http://svn.apache.org/viewvc/servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml?rev=703708&r1=703707&r2=703708&view=diff
==============================================================================
--- servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml (original)
+++ servicemix/smx4/features/trunk/assembly/src/main/filtered-resources/features.xml Sat Oct 11 11:50:02 2008
@@ -181,7 +181,7 @@
     </feature>
     <feature name="servicemix-http">
         <feature>servicemix-shared</feature>
-        <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-codec/${commons.codec.version}</bundle>
+        <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-codec/${commons-codec.version}</bundle>
         <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.commons-httpclient/${commons.httpclient.version}</bundle>
         <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlschema/${xmlschema.version}</bundle>
         <bundle>mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.xmlsec/${xmlsec.version}</bundle>

Propchange: servicemix/smx4/features/trunk/examples/bridge/client/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Oct 11 11:50:02 2008
@@ -0,0 +1,4 @@
+.classpath
+.project
+.settings
+target

Propchange: servicemix/smx4/features/trunk/examples/cxf-wsdl-first/client/
------------------------------------------------------------------------------
--- svn:ignore (added)
+++ svn:ignore Sat Oct 11 11:50:02 2008
@@ -0,0 +1,4 @@
+.classpath
+.project
+.settings
+target