Author: lhein
Date: Tue Jan 18 13:14:34 2011
New Revision: 1060356
URL: http://svn.apache.org/viewvc?rev=1060356&view=rev
Log:
added description (see SM-2038)
Modified:
servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml
servicemix/components/trunk/bindings/servicemix-file/pom.xml
servicemix/components/trunk/bindings/servicemix-ftp/pom.xml
servicemix/components/trunk/bindings/servicemix-http/pom.xml
servicemix/components/trunk/bindings/servicemix-jms/pom.xml
servicemix/components/trunk/bindings/servicemix-ldap/pom.xml
servicemix/components/trunk/bindings/servicemix-mail/pom.xml
servicemix/components/trunk/bindings/servicemix-rmi/pom.xml
servicemix/components/trunk/bindings/servicemix-smpp/pom.xml
servicemix/components/trunk/bindings/servicemix-snmp/pom.xml
servicemix/components/trunk/bindings/servicemix-truezip/pom.xml
servicemix/components/trunk/bindings/servicemix-vfs/pom.xml
servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml
servicemix/components/trunk/engines/servicemix-bean/pom.xml
servicemix/components/trunk/engines/servicemix-camel/pom.xml
servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml
servicemix/components/trunk/engines/servicemix-drools/pom.xml
servicemix/components/trunk/engines/servicemix-eip/pom.xml
servicemix/components/trunk/engines/servicemix-exec/pom.xml
servicemix/components/trunk/engines/servicemix-jsr181/pom.xml
servicemix/components/trunk/engines/servicemix-osworkflow/pom.xml
servicemix/components/trunk/engines/servicemix-pdf/pom.xml
servicemix/components/trunk/engines/servicemix-quartz/pom.xml
servicemix/components/trunk/engines/servicemix-saxon/pom.xml
servicemix/components/trunk/engines/servicemix-script/pom.xml
servicemix/components/trunk/engines/servicemix-scripting/pom.xml
servicemix/components/trunk/engines/servicemix-validation/pom.xml
servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml
servicemix/components/trunk/shared-libraries/servicemix-common/pom.xml
servicemix/components/trunk/shared-libraries/servicemix-shared/pom.xml
servicemix/components/trunk/shared-libraries/servicemix-soap/pom.xml
servicemix/components/trunk/shared-libraries/servicemix-soap2/pom.xml
Modified: servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-cxf-bc/pom.xml Tue Jan 18
13:14:34 2011
@@ -31,8 +31,10 @@
<artifactId>servicemix-cxf-bc</artifactId>
<version>2011.01-SNAPSHOT</version>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: CXF Binding Component</name>
+ <description>
+ JBI compliant HTTP/SOAP or JMS/SOAP binding component which use
Apache CXF internally
+ </description>
<prerequisites>
<maven>2.2.1</maven>
Modified: servicemix/components/trunk/bindings/servicemix-file/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-file/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-file/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-file/pom.xml Tue Jan 18
13:14:34 2011
@@ -31,8 +31,10 @@
<artifactId>servicemix-file</artifactId>
<version>2011.01-SNAPSHOT</version>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: File Binding Component</name>
+ <description>
+ Provides JBI integration to the file system. It can be used to read
and write files via URI or to periodically poll directories for new files.
+ </description>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-file/trunk</connection>
Modified: servicemix/components/trunk/bindings/servicemix-ftp/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-ftp/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-ftp/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-ftp/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-ftp</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: FTP Binding Component</name>
+ <description>
+ Provides JBI integration to FTP servers. It can be used to read and
write files via FTP or to periodically poll FTP directories for new files.
+ </description>
<properties>
<backport-util-concurrent.version>3.1</backport-util-concurrent.version>
Modified: servicemix/components/trunk/bindings/servicemix-http/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-http/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-http/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-http/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-http</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: HTTP Binding Component</name>
+ <description>
+ JBI compliant HTTP/SOAP binding component.
+ </description>
<properties>
<servicemix.osgi.import>
@@ -322,4 +324,3 @@
</plugins>
</build>
</project>
-
\ No newline at end of file
Modified: servicemix/components/trunk/bindings/servicemix-jms/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-jms/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-jms/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-jms/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-jms</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: JMS Binding Component</name>
+ <description>
+ JBI compliant JMS binding component for reading and writing JMS
messages using queues and topics.
+ </description>
<properties>
<servicemix.osgi.import>
Modified: servicemix/components/trunk/bindings/servicemix-ldap/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-ldap/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-ldap/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-ldap/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,8 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-ldap</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: LDAP Binding Component</name>
+ <description>LDAP Binding Component for Apache ServiceMix</description>
<properties>
<servicemix.osgi.import>
Modified: servicemix/components/trunk/bindings/servicemix-mail/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-mail/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-mail/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-mail/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-mail</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: Mail Binding Component</name>
+ <description>
+ Mail Binding Component used for polling and sending mails.
+ </description>
<properties>
<servicemix.osgi.import>
Modified: servicemix/components/trunk/bindings/servicemix-rmi/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-rmi/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-rmi/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-rmi/pom.xml Tue Jan 18
13:14:34 2011
@@ -29,7 +29,6 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-rmi</artifactId>
<packaging>jbi-component</packaging>
-
<name>ServiceMix :: RMI</name>
<description>
A RMI binding component allowing to work with RMI to communicate with
other java components.
Modified: servicemix/components/trunk/bindings/servicemix-smpp/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-smpp/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-smpp/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-smpp/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-smpp</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: SMPP Binding Component</name>
+ <description>
+ Provides support for receiving and sending SMS using the SMPP protocol
via the enterprise service bus. It uses the jSMPP library.
+ </description>
<properties>
<jsmpp.version>2.0</jsmpp.version>
Modified: servicemix/components/trunk/bindings/servicemix-snmp/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-snmp/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-snmp/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-snmp/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-snmp</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: SNMP Binding Component</name>
+ <description>
+ Provides support for receiving SNMP events or traps via the enterprise
service bus by using the SNMP4J library.
+ </description>
<scm>
<connection>scm:svn:http://svn.apache.org/repos/asf/servicemix/components/bindings/servicemix-snmp/trunk</connection>
Modified: servicemix/components/trunk/bindings/servicemix-truezip/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-truezip/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-truezip/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-truezip/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,8 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-truezip</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: TrueZIP Binding Component</name>
+ <description>TrueZip Binding Component for Apache ServiceMix for reading
from and writing to zip archives</description>
<repositories>
<!-- truezip is kept here -->
Modified: servicemix/components/trunk/bindings/servicemix-vfs/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-vfs/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-vfs/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-vfs/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-vfs</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: VFS Binding Component</name>
+ <description>
+ Provides support for reading from and writing to virtual file systems
via the enterprise service bus by using the Apache commons-vfs library.
+ </description>
<properties>
<commons-vfs.version>1.0</commons-vfs.version>
Modified: servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml (original)
+++ servicemix/components/trunk/bindings/servicemix-xmpp/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-xmpp</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: XMPP Binding Component</name>
+ <description>
+ Provides support for receiving and sending XMPP/Jabber messages via
the bus.
+ </description>
<properties>
<smack.bundle.version>3.1.0_2</smack.bundle.version>
Modified: servicemix/components/trunk/engines/servicemix-bean/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-bean/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-bean/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-bean/pom.xml Tue Jan 18
13:14:34 2011
@@ -29,8 +29,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-bean</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: Bean Service Engine</name>
+ <description>
+ The ServiceMix Bean component provides integration with beans (POJOs)
with the JBI bus to make it easy to use POJOs to process JBI message exchanges.
Like in an Message Driven Bean in J2EE a POJO will receive a message from the
NMR and process it in any way it likes. Unlike in a JMS component where the
coding is already done the Bean component gives the developer the freedom to
create any type of message handling but it must be hand coded all the way.
+ </description>
<properties>
<servicemix.osgi.import>
Modified: servicemix/components/trunk/engines/servicemix-camel/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-camel/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-camel/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-camel/pom.xml Tue Jan 18
13:14:34 2011
@@ -29,8 +29,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-camel</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: Camel Service Engine</name>
+ <description>
+ The servicemix-camel component provides support for using Apache Camel
to provide a full set of Enterprise Integration Patterns and flexible routing
and transformation in both Java code or Spring XML to route services on the
Normalized Message Router.
+ </description>
<properties>
<camel.version>2.6-SNAPSHOT</camel.version>
@@ -222,4 +224,4 @@
</plugins>
</build>
-</project>
\ No newline at end of file
+</project>
Modified: servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-cxf-se/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-cxf-se</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: CXF Service Engine</name>
+ <description>
+ ServiceMix CXF SE component is a JBI Service Engine exposing
(annotated) POJO as services on the JBI Bus. It uses Apache CXF internally to
perform service invocations and xml marshaling.
+ </description>
<properties>
<servicemix.osgi.import>
Modified: servicemix/components/trunk/engines/servicemix-drools/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-drools/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-drools/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-drools/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-drools</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: Drools Service Engine</name>
+ <description>
+ The ServiceMix Drools component provides JBI integration to the Drools
Rules Engine. It can be used to deploy a rules set that will implement a router
or an actual service. A router will mostly act as a transparent proxy between
the consumer and the target service provider mad will mostly be implemented by
the jbi.route(uri) method below. This method creates a new exchange identical
to the one received by the component and will send it to the specified
destination. You can also send back a Fault if needed. A router can also be
implemented by using directly the JBI Apis (available with the jbi helper) by
using the provided client.
+ </description>
<repositories>
<repository>
Modified: servicemix/components/trunk/engines/servicemix-eip/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-eip/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-eip/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-eip/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-eip</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: EIP Service Engine</name>
+ <description>
+ The ServiceMix EIP component is a routing container where different
routing patterns can be deployed as service unit.
+ </description>
<properties>
<tranql-connector.version>1.2</tranql-connector.version>
Modified: servicemix/components/trunk/engines/servicemix-exec/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-exec/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-exec/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-exec/pom.xml Tue Jan 18
13:14:34 2011
@@ -29,8 +29,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-exec</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: Exec Service Engine</name>
+ <description>
+ The ServiceMix Exec component executes specified external processes
and returns the result of that execution.
+ </description>
<properties>
<servicemix.osgi.import>
Modified: servicemix/components/trunk/engines/servicemix-jsr181/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-jsr181/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-jsr181/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-jsr181/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-jsr181</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: JSR-181 Service Engine</name>
+ <description>
+ ServiceMix JSR(181 component is a JBI Service Engine exposing
(annotated) POJO as services on the JBI Bus. It uses xfire internally to
perform service invocations and xml marshaling.
+ </description>
<properties>
<xfire.version>1.2.5</xfire.version>
Modified: servicemix/components/trunk/engines/servicemix-osworkflow/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-osworkflow/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-osworkflow/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-osworkflow/pom.xml Tue Jan
18 13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-osworkflow</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: OSWorkflow Service Engine</name>
+ <description>
+ The ServiceMix OSWorkflow component provides workflow functionality to
the ESB. You can specify one or more workflows and it's processing will start
when a valid message is received.
+ </description>
<properties>
<osworkflow.version>2.7.0</osworkflow.version>
Modified: servicemix/components/trunk/engines/servicemix-pdf/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-pdf/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-pdf/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-pdf/pom.xml Tue Jan 18
13:14:34 2011
@@ -29,9 +29,7 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-pdf</artifactId>
<packaging>jbi-component</packaging>
-
<name>ServiceMix :: PDF</name>
-
<description>
A service engine manipulating PDF documents: composing PDF documents
using incoming messages and PDF templates, reading data in a PDF document,
writing
data into a PDF document.
Modified: servicemix/components/trunk/engines/servicemix-quartz/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-quartz/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-quartz/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-quartz/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-quartz</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: Quartz Service Engine</name>
+ <description>
+ The ServiceMix Quartz component is a standard JBI Service Engine able
to schedule and trigger jobs using the great Quartz scheduler.
+ </description>
<properties>
<servicemix.osgi.import>
Modified: servicemix/components/trunk/engines/servicemix-saxon/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-saxon/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-saxon/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-saxon/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-saxon</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: Saxon Service Engine</name>
+ <description>
+ The ServiceMix Saxon component is a standard JBI Service Engine for
XSLT / XQuery. This component is based on Saxon and supports XSLT 2.0 and XPath
2.0, and XQuery 1.0.
+ </description>
<repositories>
<repository>
Modified: servicemix/components/trunk/engines/servicemix-script/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-script/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-script/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-script/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-script</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: Scripting Service Engine</name>
+ <description>
+ The ServiceMix Script component provides JBI integration with
scripting engines. This component leverages Spring support for dynamic language.
+ </description>
<properties>
<asm.version>2.2.3</asm.version>
Modified: servicemix/components/trunk/engines/servicemix-scripting/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-scripting/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-scripting/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-scripting/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-scripting</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: JSR-223 Scripting Service
Engine</name>
+ <description>
+ The ServiceMix Scripting component provides support for processing
scripts using JSR-223.
+ </description>
<repositories>
<!-- required for scripting engine jars -->
Modified: servicemix/components/trunk/engines/servicemix-validation/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-validation/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-validation/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-validation/pom.xml Tue Jan
18 13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-validation</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: Validation Service Engine</name>
+ <description>
+ The ServiceMix Validation component provides schema validation of
documents using JAXP 1.3 and XMLSchema or RelaxNG.
+ </description>
<properties>
<servicemix.osgi.import>
Modified: servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml (original)
+++ servicemix/components/trunk/engines/servicemix-wsn2005/pom.xml Tue Jan 18
13:14:34 2011
@@ -30,8 +30,10 @@
<groupId>org.apache.servicemix</groupId>
<artifactId>servicemix-wsn2005</artifactId>
<packaging>jbi-component</packaging>
-
<name>Apache ServiceMix :: Components :: WS-Notification Service
Engine</name>
+ <description>
+ The servicemix-wsn2005 is a standard JBI Service Engine which
implements the WS-Notification specification from Oasis.
+ </description>
<properties>
<servicemix.osgi.import>
Modified: servicemix/components/trunk/shared-libraries/servicemix-common/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/shared-libraries/servicemix-common/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/shared-libraries/servicemix-common/pom.xml
(original)
+++ servicemix/components/trunk/shared-libraries/servicemix-common/pom.xml Tue
Jan 18 13:14:34 2011
@@ -31,8 +31,10 @@
<artifactId>servicemix-common</artifactId>
<version>2011.01-SNAPSHOT</version>
<packaging>jar</packaging>
-
<name>Apache ServiceMix :: Components :: Shared Libraries :: Common</name>
+ <description>
+ Common classes used by Apache ServiceMix, Components and utilities.
+ </description>
<properties>
<servicemix.osgi.import>
Modified: servicemix/components/trunk/shared-libraries/servicemix-shared/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/shared-libraries/servicemix-shared/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/shared-libraries/servicemix-shared/pom.xml
(original)
+++ servicemix/components/trunk/shared-libraries/servicemix-shared/pom.xml Tue
Jan 18 13:14:34 2011
@@ -31,8 +31,8 @@
<artifactId>servicemix-shared</artifactId>
<version>2011.01-SNAPSHOT</version>
<packaging>jbi-shared-library</packaging>
-
<name>Apache ServiceMix :: Components :: Shared Library</name>
+ <description>Apache ServiceMix Shared Library</description>
<dependencies>
<dependency>
Modified: servicemix/components/trunk/shared-libraries/servicemix-soap/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/shared-libraries/servicemix-soap/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/shared-libraries/servicemix-soap/pom.xml
(original)
+++ servicemix/components/trunk/shared-libraries/servicemix-soap/pom.xml Tue
Jan 18 13:14:34 2011
@@ -31,8 +31,10 @@
<artifactId>servicemix-soap</artifactId>
<version>2011.01-SNAPSHOT</version>
<packaging>jar</packaging>
-
<name>Apache ServiceMix :: Components :: Shared Libraries :: SOAP
Stack</name>
+ <description>
+ Apache ServiceMix SOAP Stack v1
+ </description>
<properties>
<servicemix.osgi.import>
Modified: servicemix/components/trunk/shared-libraries/servicemix-soap2/pom.xml
URL:
http://svn.apache.org/viewvc/servicemix/components/trunk/shared-libraries/servicemix-soap2/pom.xml?rev=1060356&r1=1060355&r2=1060356&view=diff
==============================================================================
--- servicemix/components/trunk/shared-libraries/servicemix-soap2/pom.xml
(original)
+++ servicemix/components/trunk/shared-libraries/servicemix-soap2/pom.xml Tue
Jan 18 13:14:34 2011
@@ -31,8 +31,10 @@
<artifactId>servicemix-soap2</artifactId>
<version>2011.01-SNAPSHOT</version>
<packaging>jar</packaging>
-
<name>Apache ServiceMix :: Components :: Shared Libraries :: SOAP Stack
v2</name>
+ <description>
+ Apache ServiceMix SOAP Stack v2
+ </description>
<properties>
<servicemix.osgi.import>