You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@marmotta.apache.org by rw...@apache.org on 2014/01/22 15:33:16 UTC

[1/2] git commit: Updated pom of marmotta-commons to make this module a bundle

Updated Branches:
  refs/heads/develop 8fc7557f2 -> e26b3ce72


Updated pom of marmotta-commons to make this module a bundle


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/26edc2a3
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/26edc2a3
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/26edc2a3

Branch: refs/heads/develop
Commit: 26edc2a3671bf073dd3c41947d1d5abeb2687424
Parents: 5cb0ba1
Author: Rupert Westenthaler <ru...@gmail.com>
Authored: Wed Jan 22 15:32:21 2014 +0100
Committer: Rupert Westenthaler <ru...@gmail.com>
Committed: Wed Jan 22 15:32:21 2014 +0100

----------------------------------------------------------------------
 commons/marmotta-commons/pom.xml | 24 ++++++++++++++++++++++++
 1 file changed, 24 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/marmotta/blob/26edc2a3/commons/marmotta-commons/pom.xml
----------------------------------------------------------------------
diff --git a/commons/marmotta-commons/pom.xml b/commons/marmotta-commons/pom.xml
index 282f39d..5765db4 100644
--- a/commons/marmotta-commons/pom.xml
+++ b/commons/marmotta-commons/pom.xml
@@ -27,6 +27,7 @@
 
     <artifactId>marmotta-commons</artifactId>
     <name>Apache Marmotta: Common Utilities</name>
+    <packaging>bundle</packaging>
 
     <build>
         <plugins>
@@ -61,6 +62,29 @@
                     </execution>
                 </executions>
             </plugin>
+            <plugin>
+              <groupId>org.apache.felix</groupId>
+              <artifactId>maven-bundle-plugin</artifactId>
+              <extensions>true</extensions>
+              <configuration>
+                <instructions>
+                  <Bundle-Name>Marmotta Commons</Bundle-Name>
+                  <Bundle-DocURL>http://marmotta.apache.org/commons</Bundle-DocURL>
+                  <Bundle-Vendor>Apache Software Foundation</Bundle-Vendor>
+                  <Bundle-SymbolicName>${project.artifactId}</Bundle-SymbolicName>
+                  <_versionpolicy>$${version;===;${@}}</_versionpolicy>
+                  <Import-Package>
+                    org.slf4j;version="[1.6.1,2)",
+                    *
+                  </Import-Package>
+                  <Export-Package>
+                    javax.realtime,
+                    javolution.*,
+                    org.apache.marmotta.commons.*;version=${project.version}
+                  </Export-Package>
+                </instructions>
+              </configuration>
+            </plugin>
         </plugins>
         <resources>
             <resource>


[2/2] git commit: Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/marmotta into develop

Posted by rw...@apache.org.
Merge branch 'develop' of https://git-wip-us.apache.org/repos/asf/marmotta into develop

# By Jakob Frank
# Via Jakob Frank
* 'develop' of https://git-wip-us.apache.org/repos/asf/marmotta:
  ohloh finally fixed the api!


Project: http://git-wip-us.apache.org/repos/asf/marmotta/repo
Commit: http://git-wip-us.apache.org/repos/asf/marmotta/commit/e26b3ce7
Tree: http://git-wip-us.apache.org/repos/asf/marmotta/tree/e26b3ce7
Diff: http://git-wip-us.apache.org/repos/asf/marmotta/diff/e26b3ce7

Branch: refs/heads/develop
Commit: e26b3ce72ba63860cf7fc48a33b6ada5b781e195
Parents: 26edc2a 8fc7557
Author: Rupert Westenthaler <ru...@gmail.com>
Authored: Wed Jan 22 15:32:37 2014 +0100
Committer: Rupert Westenthaler <ru...@gmail.com>
Committed: Wed Jan 22 15:32:37 2014 +0100

----------------------------------------------------------------------
 .../apache/marmotta/ldclient/test/rdf/TestLinkedDataProvider.java   | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------