Return-Path: X-Original-To: apmail-incubator-airavata-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-airavata-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 D9ED57F14 for ; Tue, 15 Nov 2011 22:00:17 +0000 (UTC) Received: (qmail 89781 invoked by uid 500); 15 Nov 2011 22:00:17 -0000 Delivered-To: apmail-incubator-airavata-commits-archive@incubator.apache.org Received: (qmail 89738 invoked by uid 500); 15 Nov 2011 22:00:17 -0000 Mailing-List: contact airavata-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: airavata-dev@incubator.apache.org Delivered-To: mailing list airavata-commits@incubator.apache.org Received: (qmail 89731 invoked by uid 99); 15 Nov 2011 22:00:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 22:00:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 15 Nov 2011 22:00:16 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 709B623889EC; Tue, 15 Nov 2011 21:59:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1202439 - in /incubator/airavata/trunk/modules/distribution: pom.xml src/main/assembly/bin-assembly.xml Date: Tue, 15 Nov 2011 21:59:56 -0000 To: airavata-commits@incubator.apache.org From: lahiru@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111115215956.709B623889EC@eris.apache.org> Author: lahiru Date: Tue Nov 15 21:59:55 2011 New Revision: 1202439 URL: http://svn.apache.org/viewvc?rev=1202439&view=rev Log: changing default log level of airavata and fixing issue https://issues.apache.org/jira/browse/AIRAVATA-208. Modified: incubator/airavata/trunk/modules/distribution/pom.xml incubator/airavata/trunk/modules/distribution/src/main/assembly/bin-assembly.xml Modified: incubator/airavata/trunk/modules/distribution/pom.xml URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/distribution/pom.xml?rev=1202439&r1=1202438&r2=1202439&view=diff ============================================================================== --- incubator/airavata/trunk/modules/distribution/pom.xml (original) +++ incubator/airavata/trunk/modules/distribution/pom.xml Tue Nov 15 21:59:55 2011 @@ -160,16 +160,10 @@ gpel_client 1.0.7-BETA - - - ch.qos.logback - logback-classic - ${logback.version} - - ch.qos.logback - logback-core - ${logback.version} + org.slf4j + slf4j-simple + ${org.slf4j.version} javax.jcr Modified: incubator/airavata/trunk/modules/distribution/src/main/assembly/bin-assembly.xml URL: http://svn.apache.org/viewvc/incubator/airavata/trunk/modules/distribution/src/main/assembly/bin-assembly.xml?rev=1202439&r1=1202438&r2=1202439&view=diff ============================================================================== --- incubator/airavata/trunk/modules/distribution/src/main/assembly/bin-assembly.xml (original) +++ incubator/airavata/trunk/modules/distribution/src/main/assembly/bin-assembly.xml Tue Nov 15 21:59:55 2011 @@ -346,8 +346,7 @@ org.apache.jackrabbit:jackrabbit-webdav:jar org.slf4j:log4j-over-slf4j:jar org.slf4j:slf4j-api:jar - ch.qos.logback:logback-classic:jar - ch.qos.logback:logback-core:jar + org.slf4j:slf4j-simple:jar javax.jcr:jcr:jar commons-collections:commons-collections commons-configuration:commons-configuration