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

svn commit: r705606 - in /servicemix/components/all: ./ pom.xml

Author: lhein
Date: Fri Oct 17 06:21:06 2008
New Revision: 705606

URL: http://svn.apache.org/viewvc?rev=705606&view=rev
Log:
SM-1635 - initial release of the servicemix-snmp binding component

Modified:
    servicemix/components/all/   (props changed)
    servicemix/components/all/pom.xml

Propchange: servicemix/components/all/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Fri Oct 17 06:21:06 2008
@@ -6,6 +6,7 @@
 bindings/servicemix-http https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-http/trunk
 bindings/servicemix-jms https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-jms/trunk
 bindings/servicemix-mail https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-mail/trunk
+bindings/servicemix-snmp https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-snmp/trunk
 bindings/servicemix-truezip https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-truezip/trunk
 bindings/servicemix-xmpp https://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-xmpp/trunk
 engines/servicemix-bean https://svn.apache.org/repos/asf/servicemix/components/engines/servicemix-bean/trunk

Modified: servicemix/components/all/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/components/all/pom.xml?rev=705606&r1=705605&r2=705606&view=diff
==============================================================================
--- servicemix/components/all/pom.xml (original)
+++ servicemix/components/all/pom.xml Fri Oct 17 06:21:06 2008
@@ -60,6 +60,7 @@
     <module>bindings/servicemix-http</module>
     <module>bindings/servicemix-jms</module>
     <module>bindings/servicemix-mail</module>
+    <module>bindings/servicemix-snmp</module>
     <module>bindings/servicemix-truezip</module>
     <module>bindings/servicemix-xmpp</module>
   </modules>