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/03/29 22:05:11 UTC

clerezza-rdf-core git commit: CLEREZZA-973: fixed export-package statement to export only own packages

Repository: clerezza-rdf-core
Updated Branches:
  refs/heads/master 67fbbf213 -> d29ca7f7b


CLEREZZA-973: fixed export-package statement to export only own packages

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/d29ca7f7
Tree: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/tree/d29ca7f7
Diff: http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/diff/d29ca7f7

Branch: refs/heads/master
Commit: d29ca7f7b0ad5e2bac86482cd9d25d98141836c5
Parents: 67fbbf2
Author: Reto Gmuer <re...@apache.org>
Authored: Sun Mar 29 20:04:59 2015 +0000
Committer: Reto Gmuer <re...@apache.org>
Committed: Sun Mar 29 20:04:59 2015 +0000

----------------------------------------------------------------------
 impl.utils/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/clerezza-rdf-core/blob/d29ca7f7/impl.utils/pom.xml
----------------------------------------------------------------------
diff --git a/impl.utils/pom.xml b/impl.utils/pom.xml
index ef1db0f..3ea5fe6 100644
--- a/impl.utils/pom.xml
+++ b/impl.utils/pom.xml
@@ -60,7 +60,7 @@
                 <extensions>true</extensions>
                 <configuration>
                     <instructions>
-                        <Export-Package>org.apache.commons.rdf.*</Export-Package>
+                        <Export-Package>org.apache.commons.rdf.impl.utils.*</Export-Package>
                     </instructions>
                 </configuration>
             </plugin>