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 CD82410F0A for ; Wed, 19 Feb 2014 15:39:26 +0000 (UTC) Received: (qmail 83744 invoked by uid 500); 19 Feb 2014 15:39:26 -0000 Delivered-To: apmail-clerezza-commits-archive@clerezza.apache.org Received: (qmail 83715 invoked by uid 500); 19 Feb 2014 15:39:25 -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 83708 invoked by uid 99); 19 Feb 2014 15:39:25 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 19 Feb 2014 15:39:25 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 834EB8C38CD; Wed, 19 Feb 2014 15:39:25 +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 Message-Id: <29134fe90b0c4e06935403c1e09933c9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: CLEREZZA-815: defined to work with any GraphNodeProvider Date: Wed, 19 Feb 2014 15:39:25 +0000 (UTC) Repository: clerezza Updated Branches: refs/heads/master 8d824291d -> bb3c91a83 CLEREZZA-815: defined to work with any GraphNodeProvider Project: http://git-wip-us.apache.org/repos/asf/clerezza/repo Commit: http://git-wip-us.apache.org/repos/asf/clerezza/commit/bb3c91a8 Tree: http://git-wip-us.apache.org/repos/asf/clerezza/tree/bb3c91a8 Diff: http://git-wip-us.apache.org/repos/asf/clerezza/diff/bb3c91a8 Branch: refs/heads/master Commit: bb3c91a83e79e5110e8207c308ce66b4bc530f75 Parents: 8d82429 Author: retobg Authored: Wed Feb 19 16:39:05 2014 +0100 Committer: retobg Committed: Wed Feb 19 16:39:05 2014 +0100 ---------------------------------------------------------------------- provisioning/typerendering/pom.xml | 26 ++++++++++++++++++++++++-- 1 file changed, 24 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/clerezza/blob/bb3c91a8/provisioning/typerendering/pom.xml ---------------------------------------------------------------------- diff --git a/provisioning/typerendering/pom.xml b/provisioning/typerendering/pom.xml index be699df..0a405b5 100644 --- a/provisioning/typerendering/pom.xml +++ b/provisioning/typerendering/pom.xml @@ -39,8 +39,10 @@ Clerezza - Provisioning - Typerendering Clerezza - Provisioning: What's needed to get typerenering working, including support for ScalaServerPages. - It depends on the Clerezza rdf libraries as provided by the RDF feature, - on JAX-RS and on platform.graphnodeprovider.. + It depends on + - the Clerezza rdf libraries as provided by the RDF feature, + - on JAX-RS + - on an implementation of GraphNodeProvider such as platform.graphnodeprovider. @@ -76,6 +78,26 @@ 0.2-SNAPSHOT + + + org.apache.clerezza + permissiondescriptions + 0.2-SNAPSHOT + + + + org.apache.clerezza + platform + 0.2-SNAPSHOT + + + + + org.apache.clerezza + platform.config + 0.4-SNAPSHOT + + org.apache.clerezza platform.typerendering.core