This is an automated email from the ASF dual-hosted git repository.

rombert pushed a commit to annotated tag org.apache.sling.query-3.0.0
in repository 
https://gitbox.apache.org/repos/asf/sling-org-apache-sling-query.git

commit 05a6404ff507760109bd6c15e90dd5a6b424fc9c
Author: tomekr <tomekr@unknown>
AuthorDate: Wed Mar 4 13:10:26 2015 +0000

    SlingQuery should exporty only API
    
    git-svn-id: 
https://svn.apache.org/repos/asf/sling/trunk/contrib/extensions/sling-query@1663977
 13f79535-47bb-0310-9956-ffa450edef68
---
 pom.xml | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/pom.xml b/pom.xml
index f57ab27..4cdc660 100644
--- a/pom.xml
+++ b/pom.xml
@@ -49,6 +49,11 @@
                 <groupId>org.apache.felix</groupId>
                 <artifactId>maven-bundle-plugin</artifactId>
                 <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        
<Export-Package>!*,org.apache.sling.query,org.apache.sling.query.api</Export-Package>
+                    </instructions>
+                </configuration>
             </plugin>
         </plugins>
     </build>

-- 
To stop receiving notification emails like this one, please contact
"[email protected]" <[email protected]>.

Reply via email to