Skip to content

Commit

Permalink
trivial commit to correctly define instructions in bundle export-pack…
Browse files Browse the repository at this point in the history
…age that are never used e.g. change from o.a.g.cassandra to o.a.g.accumulo

git-svn-id: https://svn.apache.org/repos/asf/gora/trunk@1333395 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Lewis John McGibbney committed May 3, 2012
1 parent 4572936 commit b04e859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gora-accumulo/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b04e859

Please sign in to comment.