You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@clerezza.apache.org by re...@apache.org on 2015/04/11 19:13:47 UTC

clerezza-rdf-core git commit: CLEREZZA-982: added export-package declaration to impl.sparql

Repository: clerezza-rdf-core
Updated Branches:
  refs/heads/master 466d25d1d -> 1df8e2a17


CLEREZZA-982: added export-package declaration to impl.sparql

Project: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/commit/1df8e2a1
Tree: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/tree/1df8e2a1
Diff: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/diff/1df8e2a1

Branch: refs/heads/master
Commit: 1df8e2a179ded4598df4c4fe45bf577073a67824
Parents: 466d25d
Author: Reto Gmuer <re...@apache.org>
Authored: Sat Apr 11 17:13:31 2015 +0000
Committer: Reto Gmuer <re...@apache.org>
Committed: Sat Apr 11 17:13:31 2015 +0000

----------------------------------------------------------------------
 impl.sparql/pom.xml | 16 ++++++++++++++++
 1 file changed, 16 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/1df8e2a1/impl.sparql/pom.xml
----------------------------------------------------------------------
diff --git a/impl.sparql/pom.xml b/impl.sparql/pom.xml
index a1a465f..c9f3359 100644
--- a/impl.sparql/pom.xml
+++ b/impl.sparql/pom.xml
@@ -39,6 +39,22 @@
         <maven.compiler.source>1.7</maven.compiler.source>
         <maven.compiler.target>1.7</maven.compiler.target>
     </properties>
+    
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.felix</groupId>
+                <artifactId>maven-bundle-plugin</artifactId>
+                <extensions>true</extensions>
+                <configuration>
+                    <instructions>
+                        <Export-Package>org.apache.clerezza.commons.rdf.impl.sparql</Export-Package>
+                    </instructions>
+                </configuration>
+            </plugin>
+        </plugins>
+    </build>
+    
     <dependencies>
         <dependency>
             <groupId>org.apache.httpcomponents</groupId>