You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ol...@apache.org on 2016/04/19 21:33:03 UTC

svn commit: r1739986 - /sling/trunk/bundles/commons/org.apache.sling.commons.messaging.mail/pom.xml

Author: olli
Date: Tue Apr 19 19:33:03 2016
New Revision: 1739986

URL: http://svn.apache.org/viewvc?rev=1739986&view=rev
Log:
add missing instructions for bnd

Modified:
    sling/trunk/bundles/commons/org.apache.sling.commons.messaging.mail/pom.xml

Modified: sling/trunk/bundles/commons/org.apache.sling.commons.messaging.mail/pom.xml
URL: http://svn.apache.org/viewvc/sling/trunk/bundles/commons/org.apache.sling.commons.messaging.mail/pom.xml?rev=1739986&r1=1739985&r2=1739986&view=diff
==============================================================================
--- sling/trunk/bundles/commons/org.apache.sling.commons.messaging.mail/pom.xml (original)
+++ sling/trunk/bundles/commons/org.apache.sling.commons.messaging.mail/pom.xml Tue Apr 19 19:33:03 2016
@@ -53,6 +53,12 @@
         <groupId>org.apache.felix</groupId>
         <artifactId>maven-bundle-plugin</artifactId>
         <extensions>true</extensions>
+        <configuration>
+          <instructions>
+            <_dsannotations>*</_dsannotations>
+            <_metatypeannotations>*</_metatypeannotations>
+          </instructions>
+        </configuration>
       </plugin>
       <plugin>
         <groupId>org.apache.servicemix.tooling</groupId>