Return-Path: X-Original-To: apmail-zest-commits-archive@minotaur.apache.org Delivered-To: apmail-zest-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 B4718186C9 for ; Thu, 30 Jul 2015 19:48:02 +0000 (UTC) Received: (qmail 61730 invoked by uid 500); 30 Jul 2015 19:48:02 -0000 Delivered-To: apmail-zest-commits-archive@zest.apache.org Received: (qmail 61707 invoked by uid 500); 30 Jul 2015 19:48:02 -0000 Mailing-List: contact commits-help@zest.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@zest.apache.org Delivered-To: mailing list commits@zest.apache.org Received: (qmail 60690 invoked by uid 99); 30 Jul 2015 19:48:01 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jul 2015 19:48:01 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5E290E714A; Thu, 30 Jul 2015 19:48:01 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit From: niclas@apache.org To: commits@zest.apache.org Date: Thu, 30 Jul 2015 19:49:01 -0000 Message-Id: In-Reply-To: <4cbd2683fa884aa6bf1c8b2865185ebf@git.apache.org> References: <4cbd2683fa884aa6bf1c8b2865185ebf@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [62/80] zest-java git commit: Tightening everything up after massive namespace change. Removal of practically all "Qi4j" names and references. http://git-wip-us.apache.org/repos/asf/zest-java/blob/95d31c05/tutorials/introduction/build.gradle ---------------------------------------------------------------------- diff --git a/tutorials/introduction/build.gradle b/tutorials/introduction/build.gradle index 730b370..6792d8b 100644 --- a/tutorials/introduction/build.gradle +++ b/tutorials/introduction/build.gradle @@ -22,10 +22,10 @@ description = "An Introduction to Apache Zest™ in its simplest form." jar { manifest { name = "Apache Zest™ Tutorial - Introduction" }} dependencies { - compile(project(":org.qi4j.core:org.qi4j.core.bootstrap")) + compile(project(":org.apache.zest.core:org.apache.zest.core.bootstrap")) - testCompile(project(":org.qi4j.core:org.qi4j.core.testsupport")) + testCompile(project(":org.apache.zest.core:org.apache.zest.core.testsupport")) - testRuntime(project(":org.qi4j.core:org.qi4j.core.runtime")) + testRuntime(project(":org.apache.zest.core:org.apache.zest.core.runtime")) testRuntime(libraries.logback) } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/zest-java/blob/95d31c05/tutorials/introduction/tenminutes/build.gradle ---------------------------------------------------------------------- diff --git a/tutorials/introduction/tenminutes/build.gradle b/tutorials/introduction/tenminutes/build.gradle index aa44049..9ba065a 100644 --- a/tutorials/introduction/tenminutes/build.gradle +++ b/tutorials/introduction/tenminutes/build.gradle @@ -22,10 +22,10 @@ description = "A 10-minute Introduction Tutorial to Apache Zest™ in its simple jar { manifest { name = "Apache Zest™ Tutorial - 10 minute Introduction" }} dependencies { - compile(project(":org.qi4j.core:org.qi4j.core.bootstrap")) + compile(project(":org.apache.zest.core:org.apache.zest.core.bootstrap")) - testCompile(project(":org.qi4j.core:org.qi4j.core.testsupport")) + testCompile(project(":org.apache.zest.core:org.apache.zest.core.testsupport")) - testRuntime(project(":org.qi4j.core:org.qi4j.core.runtime")) + testRuntime(project(":org.apache.zest.core:org.apache.zest.core.runtime")) testRuntime(libraries.logback) } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/zest-java/blob/95d31c05/tutorials/introduction/thirtyminutes/build.gradle ---------------------------------------------------------------------- diff --git a/tutorials/introduction/thirtyminutes/build.gradle b/tutorials/introduction/thirtyminutes/build.gradle index 83bcbc5..c09e4c0 100644 --- a/tutorials/introduction/thirtyminutes/build.gradle +++ b/tutorials/introduction/thirtyminutes/build.gradle @@ -22,11 +22,11 @@ description = "A 30-minute Introduction Tutorial to Apache Zest™ in its simple jar { manifest { name = "Apache Zest™ Tutorial - 30 minute Introduction" }} dependencies { - compile(project(":org.qi4j.core:org.qi4j.core.bootstrap")) - compile(project(":org.qi4j.tutorials:org.qi4j.tutorial.introduction:org.qi4j.tutorial.introduction.tenminutes")) + compile(project(":org.apache.zest.core:org.apache.zest.core.bootstrap")) + compile(project(":org.apache.zest.tutorials:org.apache.zest.tutorial.introduction:org.apache.zest.tutorial.introduction.tenminutes")) - testCompile(project(":org.qi4j.core:org.qi4j.core.testsupport")) + testCompile(project(":org.apache.zest.core:org.apache.zest.core.testsupport")) - testRuntime(project(":org.qi4j.core:org.qi4j.core.runtime")) + testRuntime(project(":org.apache.zest.core:org.apache.zest.core.runtime")) testRuntime(libraries.logback) } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/zest-java/blob/95d31c05/tutorials/introduction/twominutes/build.gradle ---------------------------------------------------------------------- diff --git a/tutorials/introduction/twominutes/build.gradle b/tutorials/introduction/twominutes/build.gradle index 25a9ab5..579d316 100644 --- a/tutorials/introduction/twominutes/build.gradle +++ b/tutorials/introduction/twominutes/build.gradle @@ -22,11 +22,11 @@ description = "A 2-minute Introduction Tutorial to Apache Zest™ in its simples jar { manifest { name = "Apache Zest™ Tutorial - 2 minute Introduction" }} dependencies { - compile(project(":org.qi4j.core:org.qi4j.core.bootstrap")) + compile(project(":org.apache.zest.core:org.apache.zest.core.bootstrap")) - runtime(project(":org.qi4j.core:org.qi4j.core.runtime")) + runtime(project(":org.apache.zest.core:org.apache.zest.core.runtime")) - testCompile(project(":org.qi4j.core:org.qi4j.core.testsupport")) + testCompile(project(":org.apache.zest.core:org.apache.zest.core.testsupport")) testRuntime(libraries.logback) } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/zest-java/blob/95d31c05/tutorials/services/build.gradle ---------------------------------------------------------------------- diff --git a/tutorials/services/build.gradle b/tutorials/services/build.gradle index 5f8e4e6..5bd2029 100644 --- a/tutorials/services/build.gradle +++ b/tutorials/services/build.gradle @@ -22,10 +22,10 @@ description = "Tutorial on how to use Apache Zest™ service concept." jar { manifest { name = "Apache Zest™ Tutorial - Services" }} dependencies { - compile(project(":org.qi4j.core:org.qi4j.core.bootstrap")) + compile(project(":org.apache.zest.core:org.apache.zest.core.bootstrap")) - testCompile(project(":org.qi4j.core:org.qi4j.core.testsupport")) + testCompile(project(":org.apache.zest.core:org.apache.zest.core.testsupport")) - testRuntime(project(":org.qi4j.core:org.qi4j.core.runtime")) + testRuntime(project(":org.apache.zest.core:org.apache.zest.core.runtime")) testRuntime(libraries.logback) } \ No newline at end of file http://git-wip-us.apache.org/repos/asf/zest-java/blob/95d31c05/tutorials/services/src/main/java/org/apache/zest/tutorials/services/step3/package.html ---------------------------------------------------------------------- diff --git a/tutorials/services/src/main/java/org/apache/zest/tutorials/services/step3/package.html b/tutorials/services/src/main/java/org/apache/zest/tutorials/services/step3/package.html index 37436d9..eb4ce16 100644 --- a/tutorials/services/src/main/java/org/apache/zest/tutorials/services/step3/package.html +++ b/tutorials/services/src/main/java/org/apache/zest/tutorials/services/step3/package.html @@ -55,7 +55,7 @@ limitations under the License.
  • Create a resource called LibraryService.properties and place it in the directory - org/qi4j/tutorials/services/step4 in the classpath (for instance, src/main/resources + org/apache/zest/tutorials/services/step4 in the classpath (for instance, src/main/resources ). Put something like;
    titles=Domain Driven Design, Pragmatic Programmer, Extreme Programming Explained
    
    http://git-wip-us.apache.org/repos/asf/zest-java/blob/95d31c05/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step2/LibraryTest.java
    ----------------------------------------------------------------------
    diff --git a/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step2/LibraryTest.java b/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step2/LibraryTest.java
    index feea08d..3c00051 100644
    --- a/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step2/LibraryTest.java
    +++ b/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step2/LibraryTest.java
    @@ -20,10 +20,10 @@ package org.apache.zest.tutorials.services.step2;
     import org.junit.Test;
     import org.apache.zest.bootstrap.AssemblyException;
     import org.apache.zest.bootstrap.ModuleAssembly;
    -import org.apache.zest.test.AbstractQi4jTest;
    +import org.apache.zest.test.AbstractZestTest;
     
     public class LibraryTest
    -    extends AbstractQi4jTest
    +    extends AbstractZestTest
     {
         @Test
         public void testLibrary()
    
    http://git-wip-us.apache.org/repos/asf/zest-java/blob/95d31c05/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step3/LibraryTest.java
    ----------------------------------------------------------------------
    diff --git a/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step3/LibraryTest.java b/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step3/LibraryTest.java
    index 8e5b94a..f0911a5 100644
    --- a/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step3/LibraryTest.java
    +++ b/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step3/LibraryTest.java
    @@ -20,10 +20,10 @@ package org.apache.zest.tutorials.services.step3;
     import org.junit.Test;
     import org.apache.zest.bootstrap.AssemblyException;
     import org.apache.zest.bootstrap.ModuleAssembly;
    -import org.apache.zest.test.AbstractQi4jTest;
    +import org.apache.zest.test.AbstractZestTest;
     
     public class LibraryTest
    -    extends AbstractQi4jTest
    +    extends AbstractZestTest
     {
         @Test
         public void testLibrary()
    
    http://git-wip-us.apache.org/repos/asf/zest-java/blob/95d31c05/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step4/LibraryTest.java
    ----------------------------------------------------------------------
    diff --git a/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step4/LibraryTest.java b/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step4/LibraryTest.java
    index 9765619..5245481 100644
    --- a/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step4/LibraryTest.java
    +++ b/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step4/LibraryTest.java
    @@ -20,11 +20,11 @@ package org.apache.zest.tutorials.services.step4;
     import org.junit.Test;
     import org.apache.zest.bootstrap.AssemblyException;
     import org.apache.zest.bootstrap.ModuleAssembly;
    -import org.apache.zest.test.AbstractQi4jTest;
    +import org.apache.zest.test.AbstractZestTest;
     import org.apache.zest.test.EntityTestAssembler;
     
     public class LibraryTest
    -    extends AbstractQi4jTest
    +    extends AbstractZestTest
     {
         @Test
         public void testLibrary()
    
    http://git-wip-us.apache.org/repos/asf/zest-java/blob/95d31c05/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step5/LibraryTest.java
    ----------------------------------------------------------------------
    diff --git a/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step5/LibraryTest.java b/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step5/LibraryTest.java
    index 79992b9..4a167c3 100644
    --- a/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step5/LibraryTest.java
    +++ b/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step5/LibraryTest.java
    @@ -20,11 +20,11 @@ package org.apache.zest.tutorials.services.step5;
     import org.junit.Test;
     import org.apache.zest.bootstrap.AssemblyException;
     import org.apache.zest.bootstrap.ModuleAssembly;
    -import org.apache.zest.test.AbstractQi4jTest;
    +import org.apache.zest.test.AbstractZestTest;
     import org.apache.zest.test.EntityTestAssembler;
     
     public class LibraryTest
    -    extends AbstractQi4jTest
    +    extends AbstractZestTest
     {
         @Test
         public void testLibrary()
    
    http://git-wip-us.apache.org/repos/asf/zest-java/blob/95d31c05/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step6/LibraryTest.java
    ----------------------------------------------------------------------
    diff --git a/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step6/LibraryTest.java b/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step6/LibraryTest.java
    index 14b9c00..366fb6a 100644
    --- a/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step6/LibraryTest.java
    +++ b/tutorials/services/src/test/java/org/apache/zest/tutorials/services/step6/LibraryTest.java
    @@ -20,11 +20,11 @@ package org.apache.zest.tutorials.services.step6;
     import org.junit.Test;
     import org.apache.zest.bootstrap.AssemblyException;
     import org.apache.zest.bootstrap.ModuleAssembly;
    -import org.apache.zest.test.AbstractQi4jTest;
    +import org.apache.zest.test.AbstractZestTest;
     import org.apache.zest.test.EntityTestAssembler;
     
     public class LibraryTest
    -    extends AbstractQi4jTest
    +    extends AbstractZestTest
     {
         @Test
         public void testLibrary()