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 AB96810FB1 for ; Tue, 31 Dec 2013 18:13:12 +0000 (UTC) Received: (qmail 15098 invoked by uid 500); 31 Dec 2013 18:12:28 -0000 Delivered-To: apmail-clerezza-commits-archive@clerezza.apache.org Received: (qmail 14988 invoked by uid 500); 31 Dec 2013 18:12:20 -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 14944 invoked by uid 99); 31 Dec 2013 18:12:13 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 31 Dec 2013 18:12:13 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id E8A6490CC2D; Tue, 31 Dec 2013 18:12:12 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: reto@apache.org To: commits@clerezza.apache.org Date: Tue, 31 Dec 2013 18:12:15 -0000 Message-Id: In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/5] git commit: CLEREZZA-815: added jena-tdb xml dependencies CLEREZZA-815: added jena-tdb xml dependencies Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/12111999 Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/12111999 Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/12111999 Branch: refs/heads/master Commit: 12111999e84ed37c18649ec63c496d2fd39ea382 Parents: 335a3cb Author: retobg Authored: Tue Dec 31 19:10:10 2013 +0100 Committer: retobg Committed: Tue Dec 31 19:10:10 2013 +0100 ---------------------------------------------------------------------- provisioning/rdf.web/pom.xml | 96 ++++++++++++++++++++ .../rdf.web/src/main/feature/feature.xml | 26 ++++++ 2 files changed, 122 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/clerezza/blob/12111999/provisioning/rdf.web/pom.xml ---------------------------------------------------------------------- diff --git a/provisioning/rdf.web/pom.xml b/provisioning/rdf.web/pom.xml new file mode 100644 index 0000000..a58e240 --- /dev/null +++ b/provisioning/rdf.web/pom.xml @@ -0,0 +1,96 @@ + + + + 4.0.0 + + + clerezza + org.apache.clerezza + 0.5-SNAPSHOT + ../../parent + + + org.apache.clerezza.provisioning + rdf.web + 0.1-SNAPSHOT + feature + + Clerezza - Provisioning - RDF Web + A Karaf feature and partialbundlelist with the bundles providing + web access to the Clerezza RDF stores. + + This feature depends on java and OSGi platform libraries (javax.xml, + org.osgi.service.cm and others), slf4j logging + - typerendering? + + + + + org.apache.clerezza + rdf.web.core + 0.4-SNAPSHOT + + + org.apache.clerezza + rdf.web.ontologies + 0.4-SNAPSHOT + + + org.apache.clerezza + jaxrs.utils + 0.9-SNAPSHOT + + + org.apache.clerezza + platform.dashboard.core + 0.3-SNAPSHOT + + + org.apache.clerezza + platform.dashboard.ontologies + 0.3-SNAPSHOT + + + + org.apache.stanbol + org.apache.stanbol.commons.security.core + 0.11.0 + + + org.apache.clerezza + web.fileserver + 0.10-SNAPSHOT + + + + + + + org.wymiwyg.karaf.tooling + karaf-sling-maven-plugin + + + + + http://git-wip-us.apache.org/repos/asf/clerezza/blob/12111999/provisioning/rdf.web/src/main/feature/feature.xml ---------------------------------------------------------------------- diff --git a/provisioning/rdf.web/src/main/feature/feature.xml b/provisioning/rdf.web/src/main/feature/feature.xml new file mode 100644 index 0000000..9b0f399 --- /dev/null +++ b/provisioning/rdf.web/src/main/feature/feature.xml @@ -0,0 +1,26 @@ + + + + + +
${project.description}
+ +
+ +
\ No newline at end of file