Return-Path: X-Original-To: apmail-marmotta-commits-archive@minotaur.apache.org Delivered-To: apmail-marmotta-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 724E810648 for ; Thu, 24 Oct 2013 15:10:24 +0000 (UTC) Received: (qmail 90869 invoked by uid 500); 24 Oct 2013 15:09:53 -0000 Delivered-To: apmail-marmotta-commits-archive@marmotta.apache.org Received: (qmail 90564 invoked by uid 500); 24 Oct 2013 15:09:51 -0000 Mailing-List: contact commits-help@marmotta.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@marmotta.incubator.apache.org Delivered-To: mailing list commits@marmotta.incubator.apache.org Received: (qmail 90426 invoked by uid 99); 24 Oct 2013 15:09:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Oct 2013 15:09:49 +0000 X-ASF-Spam-Status: No, hits=-2000.4 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 24 Oct 2013 15:09:47 +0000 Received: (qmail 90257 invoked by uid 99); 24 Oct 2013 15:09:24 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 24 Oct 2013 15:09:24 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 06C86819DF6; Thu, 24 Oct 2013 15:09:23 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jakob@apache.org To: commits@marmotta.incubator.apache.org Date: Thu, 24 Oct 2013 15:09:45 -0000 Message-Id: <057f4819abab4fee9eeff7faed2d9902@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [24/30] git commit: fixed jrebel relativePath in marmotta-platform X-Virus-Checked: Checked by ClamAV on apache.org fixed jrebel relativePath in marmotta-platform Project: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/commit/75bbbc90 Tree: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/tree/75bbbc90 Diff: http://git-wip-us.apache.org/repos/asf/incubator-marmotta/diff/75bbbc90 Branch: refs/heads/MARMOTTA-345 Commit: 75bbbc900bc7c23ce360e28fc86ec5897b5b8696 Parents: dd234c1 Author: Jakob Frank Authored: Wed Oct 23 16:02:41 2013 +0200 Committer: Jakob Frank Committed: Wed Oct 23 16:04:46 2013 +0200 ---------------------------------------------------------------------- commons/marmotta-commons/pom.xml | 1 - platform/backends/marmotta-backend-bigdata/pom.xml | 3 +-- platform/backends/marmotta-backend-kiwi/pom.xml | 4 ++-- platform/backends/marmotta-backend-memory/pom.xml | 4 ++-- platform/backends/marmotta-backend-native/pom.xml | 4 ++-- platform/ldcache/marmotta-ldcache-common/pom.xml | 4 ++-- platform/ldcache/marmotta-ldcache-file/pom.xml | 2 +- platform/ldcache/marmotta-ldcache-kiwi/pom.xml | 2 +- 8 files changed, 11 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/75bbbc90/commons/marmotta-commons/pom.xml ---------------------------------------------------------------------- diff --git a/commons/marmotta-commons/pom.xml b/commons/marmotta-commons/pom.xml index a4d013a..6fbf429 100644 --- a/commons/marmotta-commons/pom.xml +++ b/commons/marmotta-commons/pom.xml @@ -33,7 +33,6 @@ org.codehaus.mojo build-helper-maven-plugin - 1.7 add-ext http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/75bbbc90/platform/backends/marmotta-backend-bigdata/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-bigdata/pom.xml b/platform/backends/marmotta-backend-bigdata/pom.xml index 28cd8fe..cb7753e 100644 --- a/platform/backends/marmotta-backend-bigdata/pom.xml +++ b/platform/backends/marmotta-backend-bigdata/pom.xml @@ -28,7 +28,6 @@ ../../../parent - org.apache.marmotta marmotta-backend-bigdata Apache Marmotta Platform: BigData Backend @@ -63,7 +62,7 @@ - ../../ + ../../../ $${rebel.root} http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/75bbbc90/platform/backends/marmotta-backend-kiwi/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-kiwi/pom.xml b/platform/backends/marmotta-backend-kiwi/pom.xml index f715228..b0002a4 100644 --- a/platform/backends/marmotta-backend-kiwi/pom.xml +++ b/platform/backends/marmotta-backend-kiwi/pom.xml @@ -54,7 +54,7 @@ - ../../ + ../../../ $${rebel.root} @@ -169,4 +169,4 @@ - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/75bbbc90/platform/backends/marmotta-backend-memory/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-memory/pom.xml b/platform/backends/marmotta-backend-memory/pom.xml index 126b643..7c28815 100644 --- a/platform/backends/marmotta-backend-memory/pom.xml +++ b/platform/backends/marmotta-backend-memory/pom.xml @@ -37,7 +37,7 @@ - ../../ + ../../../ $${rebel.root} @@ -151,4 +151,4 @@ - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/75bbbc90/platform/backends/marmotta-backend-native/pom.xml ---------------------------------------------------------------------- diff --git a/platform/backends/marmotta-backend-native/pom.xml b/platform/backends/marmotta-backend-native/pom.xml index 2021834..d082a08 100644 --- a/platform/backends/marmotta-backend-native/pom.xml +++ b/platform/backends/marmotta-backend-native/pom.xml @@ -54,7 +54,7 @@ - ../../ + ../../../ $${rebel.root} @@ -167,4 +167,4 @@ - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/75bbbc90/platform/ldcache/marmotta-ldcache-common/pom.xml ---------------------------------------------------------------------- diff --git a/platform/ldcache/marmotta-ldcache-common/pom.xml b/platform/ldcache/marmotta-ldcache-common/pom.xml index 9af8e41..56be5f8 100644 --- a/platform/ldcache/marmotta-ldcache-common/pom.xml +++ b/platform/ldcache/marmotta-ldcache-common/pom.xml @@ -55,7 +55,7 @@ - ../../ + ../../../ $${rebel.root} @@ -195,4 +195,4 @@ - \ No newline at end of file + http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/75bbbc90/platform/ldcache/marmotta-ldcache-file/pom.xml ---------------------------------------------------------------------- diff --git a/platform/ldcache/marmotta-ldcache-file/pom.xml b/platform/ldcache/marmotta-ldcache-file/pom.xml index 7bcd070..ecaf45d 100644 --- a/platform/ldcache/marmotta-ldcache-file/pom.xml +++ b/platform/ldcache/marmotta-ldcache-file/pom.xml @@ -52,7 +52,7 @@ - ../../ + ../../../ $${rebel.root} http://git-wip-us.apache.org/repos/asf/incubator-marmotta/blob/75bbbc90/platform/ldcache/marmotta-ldcache-kiwi/pom.xml ---------------------------------------------------------------------- diff --git a/platform/ldcache/marmotta-ldcache-kiwi/pom.xml b/platform/ldcache/marmotta-ldcache-kiwi/pom.xml index f9b49e1..f9744a0 100644 --- a/platform/ldcache/marmotta-ldcache-kiwi/pom.xml +++ b/platform/ldcache/marmotta-ldcache-kiwi/pom.xml @@ -52,7 +52,7 @@ - ../../ + ../../../ $${rebel.root}