You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directory.apache.org by el...@apache.org on 2013/08/06 19:33:32 UTC

svn commit: r1511047 - /directory/mavibot/trunk/mavibot/pom.xml

Author: elecharny
Date: Tue Aug  6 17:33:32 2013
New Revision: 1511047

URL: http://svn.apache.org/r1511047
Log:
Generate a jar instead of a bundle

Modified:
    directory/mavibot/trunk/mavibot/pom.xml

Modified: directory/mavibot/trunk/mavibot/pom.xml
URL: http://svn.apache.org/viewvc/directory/mavibot/trunk/mavibot/pom.xml?rev=1511047&r1=1511046&r2=1511047&view=diff
==============================================================================
--- directory/mavibot/trunk/mavibot/pom.xml (original)
+++ directory/mavibot/trunk/mavibot/pom.xml Tue Aug  6 17:33:32 2013
@@ -28,7 +28,7 @@
 
   <artifactId>mavibot</artifactId>
   <name>ApacheDS MVCC BTree implementation</name>
-  <packaging>bundle</packaging>
+  <packaging>jar</packaging>
 
   <description>A MVCC BTree Implementation</description>