You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by pa...@apache.org on 2015/07/24 17:29:00 UTC

zest-java git commit: ZEST-40 & INFRA-10043 Rename git repository from zest-qi4j to zest-java

Repository: zest-java
Updated Branches:
  refs/heads/develop 5f4712d51 -> 2204d7887


ZEST-40 & INFRA-10043 Rename git repository from zest-qi4j to zest-java

This commits contains impacts on documentation.


Project: http://git-wip-us.apache.org/repos/asf/zest-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/zest-java/commit/2204d788
Tree: http://git-wip-us.apache.org/repos/asf/zest-java/tree/2204d788
Diff: http://git-wip-us.apache.org/repos/asf/zest-java/diff/2204d788

Branch: refs/heads/develop
Commit: 2204d788754507b6097591358efc2ee742ed8476
Parents: 5f4712d
Author: Paul Merlin <pa...@apache.org>
Authored: Fri Jul 24 17:28:36 2015 +0200
Committer: Paul Merlin <pa...@apache.org>
Committed: Fri Jul 24 17:28:36 2015 +0200

----------------------------------------------------------------------
 doap.rdf                                              |  4 ++--
 manual/src/docs/tutorials/howto-releasing-apache.txt  |  4 ++--
 manual/src/docs/website/samples.txt                   | 14 +++++++-------
 .../dcicargo/sample_a/communication/web/BasePage.html |  2 +-
 .../dcicargo/sample_b/communication/web/BasePage.html |  2 +-
 5 files changed, 13 insertions(+), 13 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-java/blob/2204d788/doap.rdf
----------------------------------------------------------------------
diff --git a/doap.rdf b/doap.rdf
index 537a6a0..bb13fa0 100644
--- a/doap.rdf
+++ b/doap.rdf
@@ -54,8 +54,8 @@
     </repository>
     <repository>
       <GitRepository>
-        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/zest-qi4j.git"/>
-        <browse rdf:resource="https://github.com/apache/zest-qi4j"/>
+        <location rdf:resource="https://git-wip-us.apache.org/repos/asf/zest-java.git"/>
+        <browse rdf:resource="https://github.com/apache/zest-java"/>
       </GitRepository>
     </repository>
     <maintainer>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/2204d788/manual/src/docs/tutorials/howto-releasing-apache.txt
----------------------------------------------------------------------
diff --git a/manual/src/docs/tutorials/howto-releasing-apache.txt b/manual/src/docs/tutorials/howto-releasing-apache.txt
index 04fcdfb..e56d2f4 100644
--- a/manual/src/docs/tutorials/howto-releasing-apache.txt
+++ b/manual/src/docs/tutorials/howto-releasing-apache.txt
@@ -53,7 +53,7 @@ Clone/checkout all needed repositories, next to each other:
 ----
 mkdir zest-repos
 cd zest-repos
-git clone https://git-wip-us.apache.org/repos/asf/zest-qi4j.git zest-java
+git clone https://git-wip-us.apache.org/repos/asf/zest-java.git zest-java
 svn checkout https://svn.apache.org/repos/asf/zest/ zest-svn
 svn checkout https://dist.apache.org/repos/dist/dev/zest/ zest-dist-dev
 svn checkout https://dist.apache.org/repos/dist/release/zest/ zest-dist-release
@@ -318,7 +318,7 @@ I am happy to start the VOTE thread for Apache Zest (Java Edition) <RELEASE-VERS
 
 The changelog for this release can be found here: https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12316820&version=12332997
 
-Tag: https://git-wip-us.apache.org/repos/asf?p=zest-qi4j.git;a=tag;h=cc0f8211bf47b2df72a6239c9fdcd1d6906ea246
+Tag: https://git-wip-us.apache.org/repos/asf?p=zest-java.git;a=tag;h=cc0f8211bf47b2df72a6239c9fdcd1d6906ea246
 
 The artifacts to be voted on are located here: https://dist.apache.org/repos/dist/dev/zest/
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/2204d788/manual/src/docs/website/samples.txt
----------------------------------------------------------------------
diff --git a/manual/src/docs/website/samples.txt b/manual/src/docs/website/samples.txt
index 39df02c..b4de2ff 100644
--- a/manual/src/docs/website/samples.txt
+++ b/manual/src/docs/website/samples.txt
@@ -35,7 +35,7 @@ The samples are available in the +samples/+ directory of the Zest™ SDK.
 Sample of how DCI (Data, Context & Interaction) pattern is implemented using
 Zest™ core only.
 
-https://github.com/apache/zest-qi4j/tree/develop/samples/dci[Browse Source]
+https://github.com/apache/zest-java/tree/develop/samples/dci[Browse Source]
 
 [[sample-dci-cargo,DCI Cargo Sample]]
 == DCI Cargo Sample ==
@@ -46,7 +46,7 @@ Zest™, for Eric Evans DDD sample.
 This sample, contributed by Marc Grue, is described in details on his
 website: http://marcgrue.com/
 
-https://github.com/apache/zest-qi4j/tree/develop/samples/dci-cargo[Browse Source]
+https://github.com/apache/zest-java/tree/develop/samples/dci-cargo[Browse Source]
 
 [[sample-forum,Forum Sample]]
 == Forum Sample ==
@@ -54,7 +54,7 @@ https://github.com/apache/zest-qi4j/tree/develop/samples/dci-cargo[Browse Source
 Sample of how to build a web forum using <<library-rest-server>>,
 <<extension-es-file>> and <<library-fileconfig>>.
 
-https://github.com/apache/zest-qi4j/tree/develop/samples/forum[Browse Source]
+https://github.com/apache/zest-java/tree/develop/samples/forum[Browse Source]
 
 [[sample-car-rental,Car Rental Sample]]
 == Car Rental Sample ==
@@ -62,14 +62,14 @@ https://github.com/apache/zest-qi4j/tree/develop/samples/forum[Browse Source]
 Sample of implementation of a Car Rental application implemented as a Servlet
 based Webapp packaged as a WAR.
 
-https://github.com/apache/zest-qi4j/tree/develop/samples/rental[Browse Source]
+https://github.com/apache/zest-java/tree/develop/samples/rental[Browse Source]
 
 // [[sample-scala,Scala Sample]]
 // == Scala Sample ==
 //
 // Sample of how to use Scala with Zest™.
 //
-// https://github.com/apache/zest-qi4j/tree/develop/samples/scala[Browse Source]
+// https://github.com/apache/zest-java/tree/develop/samples/scala[Browse Source]
 
 [[sample-sql-support,SQL Support Sample]]
 == SQL Support Sample ==
@@ -78,7 +78,7 @@ NOTE: This sample use PostgreSQL and drop all of its data once run in order to b
 
 Sample of how to fully use Zest™ SQL support : <<library-sql>>, <<extension-es-sql>> and <<extension-indexing-sql>>.
 
-https://github.com/apache/zest-qi4j/tree/develop/samples/sql-support[Browse Source]
+https://github.com/apache/zest-java/tree/develop/samples/sql-support[Browse Source]
 
 Here are the steps needed to setup the database using the `psql` utility command:
 
@@ -106,4 +106,4 @@ A gradle task `runSample` is defined in this module as a shortcut to run the exa
 
 Sample of how to write custom binders.
 
-https://github.com/apache/zest-qi4j/tree/develop/samples/swing[Browse Source]
+https://github.com/apache/zest-java/tree/develop/samples/swing[Browse Source]

http://git-wip-us.apache.org/repos/asf/zest-java/blob/2204d788/samples/dci-cargo/dcisample_a/src/main/resources/org/qi4j/sample/dcicargo/sample_a/communication/web/BasePage.html
----------------------------------------------------------------------
diff --git a/samples/dci-cargo/dcisample_a/src/main/resources/org/qi4j/sample/dcicargo/sample_a/communication/web/BasePage.html b/samples/dci-cargo/dcisample_a/src/main/resources/org/qi4j/sample/dcicargo/sample_a/communication/web/BasePage.html
index bdbf839..87ec4f6 100644
--- a/samples/dci-cargo/dcisample_a/src/main/resources/org/qi4j/sample/dcicargo/sample_a/communication/web/BasePage.html
+++ b/samples/dci-cargo/dcisample_a/src/main/resources/org/qi4j/sample/dcicargo/sample_a/communication/web/BasePage.html
@@ -59,7 +59,7 @@
                     <a href="https://zest.apache.org/community/get_help.html" target="_blank">Forum</a><br>
                     <a href="https://zest.apache.org/download.html" target="_blank">Download</a><br>
                     <a href="https://zest.apache.org/java/latest/howto-depend-on-zest.html" target="_blank">Maven</a><br>
-                    <a href="https://github.com/apache/zest-qi4j" target="_blank">Github</a>
+                    <a href="https://github.com/apache/zest-java" target="_blank">Github</a>
                 </td>
                 <td valign="top">
                     <a href="http://wicket.apache.org/" target="_blank">Website</a><br>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/2204d788/samples/dci-cargo/dcisample_b/src/main/resources/org/qi4j/sample/dcicargo/sample_b/communication/web/BasePage.html
----------------------------------------------------------------------
diff --git a/samples/dci-cargo/dcisample_b/src/main/resources/org/qi4j/sample/dcicargo/sample_b/communication/web/BasePage.html b/samples/dci-cargo/dcisample_b/src/main/resources/org/qi4j/sample/dcicargo/sample_b/communication/web/BasePage.html
index 75e6c5d..010b6f8 100644
--- a/samples/dci-cargo/dcisample_b/src/main/resources/org/qi4j/sample/dcicargo/sample_b/communication/web/BasePage.html
+++ b/samples/dci-cargo/dcisample_b/src/main/resources/org/qi4j/sample/dcicargo/sample_b/communication/web/BasePage.html
@@ -60,7 +60,7 @@
                     <a href="https://zest.apache.org/community/get_help.html" target="_blank">Forum</a><br>
                     <a href="https://zest.apache.org/download.html" target="_blank">Download</a><br>
                     <a href="https://zest.apache.org/java/latest/howto-depend-on-zest.html" target="_blank">Maven</a><br>
-                    <a href="https://github.com/apache/zest-qi4j" target="_blank">Github</a>
+                    <a href="https://github.com/apache/zest-java" target="_blank">Github</a>
                 </td>
                 <td valign="top">
                     <a href="http://wicket.apache.org/" target="_blank">Website</a><br>