Return-Path: X-Original-To: apmail-clerezza-commits-archive@www.apache.org Delivered-To: apmail-clerezza-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 096E1119F7 for ; Sat, 17 May 2014 19:09:04 +0000 (UTC) Received: (qmail 447 invoked by uid 500); 17 May 2014 19:00:09 -0000 Delivered-To: apmail-clerezza-commits-archive@clerezza.apache.org Received: (qmail 56056 invoked by uid 500); 17 May 2014 18:35:11 -0000 Mailing-List: contact commits-help@clerezza.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@clerezza.apache.org Delivered-To: mailing list commits@clerezza.apache.org Received: (qmail 46334 invoked by uid 99); 17 May 2014 18:10:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 17 May 2014 18:10:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 3343D92E4AC; Sat, 17 May 2014 18:10:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: enridaga@apache.org To: commits@clerezza.apache.org Date: Sat, 17 May 2014 18:10:44 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] git commit: CLEREZZA-919 Bundle list created Repository: clerezza Updated Branches: refs/heads/master b6a5e0fd2 -> 7b13f59bd CLEREZZA-919 Bundle list created Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/eab139b3 Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/eab139b3 Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/eab139b3 Branch: refs/heads/master Commit: eab139b3d4ccfe1f95a89bfa99108bc1d5d9c452 Parents: b6a5e0f Author: enridaga Authored: Sat May 17 19:08:36 2014 +0100 Committer: enridaga Committed: Sat May 17 19:08:36 2014 +0100 ---------------------------------------------------------------------- provisioning/rdf.virtuoso/pom.xml | 221 +++++++++++++++++++ .../rdf.virtuoso/src/main/feature/feature.xml | 26 +++ 2 files changed, 247 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/clerezza/blob/eab139b3/provisioning/rdf.virtuoso/pom.xml ---------------------------------------------------------------------- diff --git a/provisioning/rdf.virtuoso/pom.xml b/provisioning/rdf.virtuoso/pom.xml new file mode 100644 index 0000000..7a6b27e --- /dev/null +++ b/provisioning/rdf.virtuoso/pom.xml @@ -0,0 +1,221 @@ + + + + 4.0.0 + + + clerezza + org.apache.clerezza + 0.5-SNAPSHOT + ../../parent + + + org.apache.clerezza.provisioning + rdf.virtuoso + 0.1-SNAPSHOT + feature + + Clerezza - Provisioning - Virtuoso Storage + A Karaf feature and partialbundlelist with the virtuoso storage provider + + This feature depends on java and OSGi platform libraries (javax.xml, + org.osgi.service.cm and others) as well as rdf and slf4j logging. + + + + + + + + + + + org.jboss.spec.javax.transaction + jboss-transaction-api_1.1_spec + 1.0.1.Final + + + org.apache.clerezza + ext.virtuoso.jdbc + 0.3-SNAPSHOT + + + org.apache.clerezza + rdf.virtuoso.storage + 0.3-SNAPSHOT + + + + + + + + org.wymiwyg.karaf.tooling + karaf-sling-maven-plugin + + + + + http://git-wip-us.apache.org/repos/asf/clerezza/blob/eab139b3/provisioning/rdf.virtuoso/src/main/feature/feature.xml ---------------------------------------------------------------------- diff --git a/provisioning/rdf.virtuoso/src/main/feature/feature.xml b/provisioning/rdf.virtuoso/src/main/feature/feature.xml new file mode 100644 index 0000000..d0d7308 --- /dev/null +++ b/provisioning/rdf.virtuoso/src/main/feature/feature.xml @@ -0,0 +1,26 @@ + + + + + +
${project.description}
+ +
+ +