You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@directmemory.apache.org by ol...@apache.org on 2012/06/12 18:39:12 UTC

svn commit: r1349431 - /incubator/directmemory/trunk/serializers/protostuff/pom.xml

Author: olamy
Date: Tue Jun 12 16:39:12 2012
New Revision: 1349431

URL: http://svn.apache.org/viewvc?rev=1349431&view=rev
Log:
fix osgi export for protostuff module

Modified:
    incubator/directmemory/trunk/serializers/protostuff/pom.xml

Modified: incubator/directmemory/trunk/serializers/protostuff/pom.xml
URL: http://svn.apache.org/viewvc/incubator/directmemory/trunk/serializers/protostuff/pom.xml?rev=1349431&r1=1349430&r2=1349431&view=diff
==============================================================================
--- incubator/directmemory/trunk/serializers/protostuff/pom.xml (original)
+++ incubator/directmemory/trunk/serializers/protostuff/pom.xml Tue Jun 12 16:39:12 2012
@@ -42,7 +42,7 @@ under the License.
       org.aspectj*;version=${aspectj.version},
       org.slf4j*;version=${slf4j.version}
     </osgi.import>
-    <osgi.export>org.apache.directmemory*;version=${project.version}</osgi.export>
+    <osgi.export>org.apache.directmemory.serialization.protostuff;version=${project.version}</osgi.export>
   </properties>
 
   <dependencies>