You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gora.apache.org by le...@apache.org on 2012/05/03 12:05:03 UTC

svn commit: r1333395 - /gora/trunk/gora-accumulo/pom.xml

Author: lewismc
Date: Thu May  3 10:05:03 2012
New Revision: 1333395

URL: http://svn.apache.org/viewvc?rev=1333395&view=rev
Log:
trivial commit to correctly define instructions in bundle export-package that are never used e.g. change from o.a.g.cassandra to o.a.g.accumulo

Modified:
    gora/trunk/gora-accumulo/pom.xml

Modified: gora/trunk/gora-accumulo/pom.xml
URL: http://svn.apache.org/viewvc/gora/trunk/gora-accumulo/pom.xml?rev=1333395&r1=1333394&r2=1333395&view=diff
==============================================================================
--- gora/trunk/gora-accumulo/pom.xml (original)
+++ gora/trunk/gora-accumulo/pom.xml Thu May  3 10:05:03 2012
@@ -55,7 +55,7 @@
 	
     <properties>
         <osgi.import>*</osgi.import>
-        <osgi.export>org.apache.gora.cassandra*;version="${project.version}";-noimport:=true</osgi.export>
+        <osgi.export>org.apache.gora.accumulo*;version="${project.version}";-noimport:=true</osgi.export>
     </properties>
     
     <build>