You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicemix.apache.org by jb...@apache.org on 2014/06/03 16:01:43 UTC

svn commit: r1599551 - /servicemix/smx4/bundles/trunk/spring-integration-core-3.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info

Author: jbonofre
Date: Tue Jun  3 14:01:43 2014
New Revision: 1599551

URL: http://svn.apache.org/r1599551
Log:
[SMX4-1759] Update bundle.info in spring-integration-core 3.0.2.RELEASE bundle

Modified:
    servicemix/smx4/bundles/trunk/spring-integration-core-3.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info

Modified: servicemix/smx4/bundles/trunk/spring-integration-core-3.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info
URL: http://svn.apache.org/viewvc/servicemix/smx4/bundles/trunk/spring-integration-core-3.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info?rev=1599551&r1=1599550&r2=1599551&view=diff
==============================================================================
--- servicemix/smx4/bundles/trunk/spring-integration-core-3.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info (original)
+++ servicemix/smx4/bundles/trunk/spring-integration-core-3.0.2.RELEASE/src/main/resources/OSGI-INF/bundle.info Tue Jun  3 14:01:43 2014
@@ -5,7 +5,12 @@
         \u001B[33mmvn:${pkgGroupId}/${pkgArtifactId}/${pkgVersion}\u001B[0m
 
 \u001B[1mDESCRIPTION\u001B[0m
-    Fast streaming JSON parser for Java
+    Extends the Spring programming model to support the well-known Enterprise Integration Patterns. 
+    Spring Integration enables lightweight messaging within Spring-based applications and supports integration with external systems 
+    via declarative adapters. 
+    Those adapters provide a higher-level of abstraction over Spring's support for remoting, messaging, and scheduling. 
+    Spring Integration's primary goal is to provide a simple model for building enterprise integration solutions 
+    while maintaining the separation of concerns that is essential for producing maintainable, testable code.
 
 \u001B[1mSEE ALSO\u001B[0m
-    \u001B[36mhttp://noggit.org\u001B[0m
+    \u001B[36mhttp://projects.spring.io/spring-integration/\u001B[0m