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

svn commit: r722432 - /servicemix/utils/trunk/pom.xml

Author: ffang
Date: Tue Dec  2 03:42:42 2008
New Revision: 722432

URL: http://svn.apache.org/viewvc?rev=722432&view=rev
Log:
mark servicemix-utils as bundle back

Modified:
    servicemix/utils/trunk/pom.xml

Modified: servicemix/utils/trunk/pom.xml
URL: http://svn.apache.org/viewvc/servicemix/utils/trunk/pom.xml?rev=722432&r1=722431&r2=722432&view=diff
==============================================================================
--- servicemix/utils/trunk/pom.xml (original)
+++ servicemix/utils/trunk/pom.xml Tue Dec  2 03:42:42 2008
@@ -28,6 +28,7 @@
   </parent>
 
   <artifactId>servicemix-utils</artifactId>
+  <packaging>bundle</packaging>
   <version>1.1.0-SNAPSHOT</version>
   <name>Apache ServiceMix :: Utils</name>
   <description>Various utility/helper classes and services for the ServiceMix containers and components</description>