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

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

commit 1a7eb876ac8e86e5e01263c7618ae3d5ac04f595
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@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