You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2009/04/17 11:02:16 UTC

svn commit: r765914 - /camel/trunk/tests/camel-itest-osgi/pom.xml

Author: davsclaus
Date: Fri Apr 17 09:02:16 2009
New Revision: 765914

URL: http://svn.apache.org/viewvc?rev=765914&view=rev
Log:
CAMEL-1536: added description in pom.xml

Modified:
    camel/trunk/tests/camel-itest-osgi/pom.xml

Modified: camel/trunk/tests/camel-itest-osgi/pom.xml
URL: http://svn.apache.org/viewvc/camel/trunk/tests/camel-itest-osgi/pom.xml?rev=765914&r1=765913&r2=765914&view=diff
==============================================================================
--- camel/trunk/tests/camel-itest-osgi/pom.xml (original)
+++ camel/trunk/tests/camel-itest-osgi/pom.xml Fri Apr 17 09:02:16 2009
@@ -28,6 +28,8 @@
   </parent>
   <modelVersion>4.0.0</modelVersion>
   <artifactId>camel-itest-osgi</artifactId>
+  <name>Camel :: OSGi Integration Tests</name>
+  <description>Performs OSGi compliance integration tests</description>
 
   <properties>
     <!--<pax-exam-version>0.4.1-SNAPSHOT</pax-exam-version>-->