From kato-commits-return-716-apmail-incubator-kato-commits-archive=incubator.apache.org@incubator.apache.org Mon Nov 02 16:33:41 2009 Return-Path: Delivered-To: apmail-incubator-kato-commits-archive@minotaur.apache.org Received: (qmail 72539 invoked from network); 2 Nov 2009 16:33:41 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 2 Nov 2009 16:33:41 -0000 Received: (qmail 66452 invoked by uid 500); 2 Nov 2009 16:33:41 -0000 Delivered-To: apmail-incubator-kato-commits-archive@incubator.apache.org Received: (qmail 66433 invoked by uid 500); 2 Nov 2009 16:33:41 -0000 Mailing-List: contact kato-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: kato-dev@incubator.apache.org Delivered-To: mailing list kato-commits@incubator.apache.org Received: (qmail 66423 invoked by uid 99); 2 Nov 2009 16:33:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 Nov 2009 16:33:40 +0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00 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; Mon, 02 Nov 2009 16:33:38 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 7CA7D23888D8; Mon, 2 Nov 2009 16:33:18 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r831952 - in /incubator/kato/trunk/org.apache.kato: kato.testsuite.scenario.common/pom.xml pom.xml Date: Mon, 02 Nov 2009 16:33:18 -0000 To: kato-commits@incubator.apache.org From: spoole@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20091102163318.7CA7D23888D8@eris.apache.org> Author: spoole Date: Mon Nov 2 16:33:18 2009 New Revision: 831952 URL: http://svn.apache.org/viewvc?rev=831952&view=rev Log: Need to split scenario module into two (at least) so we can have a common version compiling at 1.4.2 and others for later versions. Modified: incubator/kato/trunk/org.apache.kato/kato.testsuite.scenario.common/pom.xml incubator/kato/trunk/org.apache.kato/pom.xml Modified: incubator/kato/trunk/org.apache.kato/kato.testsuite.scenario.common/pom.xml URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/kato.testsuite.scenario.common/pom.xml?rev=831952&r1=831951&r2=831952&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/kato.testsuite.scenario.common/pom.xml (original) +++ incubator/kato/trunk/org.apache.kato/kato.testsuite.scenario.common/pom.xml Mon Nov 2 16:33:18 2009 @@ -6,8 +6,21 @@ 4.0.0 org.apache.kato - kato.testsuite.scenerio - TCK testsuite scenerio + kato.testsuite.scenario.common + TCK testsuite scenario 0.0.1-SNAPSHOT - Scenerio setup for TCK. Used to create an example system + Common scenario setup for TCK. Used to create an example system + + + + org.apache.maven.plugins + maven-compiler-plugin + + 1.4 + 1.4 + + + + + \ No newline at end of file Modified: incubator/kato/trunk/org.apache.kato/pom.xml URL: http://svn.apache.org/viewvc/incubator/kato/trunk/org.apache.kato/pom.xml?rev=831952&r1=831951&r2=831952&view=diff ============================================================================== --- incubator/kato/trunk/org.apache.kato/pom.xml (original) +++ incubator/kato/trunk/org.apache.kato/pom.xml Mon Nov 2 16:33:18 2009 @@ -24,7 +24,7 @@ kato.cjvmti kato.native kato.distro - kato.testsuite.scenerio + kato.testsuite.scenario.common