You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@polygene.apache.org by ni...@apache.org on 2016/12/17 10:28:31 UTC

[55/81] [abbrv] zest-java git commit: ZEST-195 ; Replace all "zest" with "polygene"

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/osgi/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/osgi/build.gradle b/libraries/osgi/build.gradle
index f6d1a32..4cad02e 100644
--- a/libraries/osgi/build.gradle
+++ b/libraries/osgi/build.gradle
@@ -23,13 +23,13 @@ description = "Apache Polygene\u2122 OSGi Library provides integration of OSGi and
 jar { manifest { name = "Apache Polygene\u2122 Library - OSGi Integration" } }
 
 dependencies {
-  compile zest.core.api
+  compile polygene.core.api
   compile libraries.osgi_core
   compile libraries.osgi_compendium
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
+  testCompile polygene.core.testsupport
   testCompile libraries.mockito
 
   testRuntime libraries.logback

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/osgi/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/osgi/dev-status.xml b/libraries/osgi/dev-status.xml
index 5b78a6d..e4cf124 100644
--- a/libraries/osgi/dev-status.xml
+++ b/libraries/osgi/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/osgi/src/docs/osgi.txt
----------------------------------------------------------------------
diff --git a/libraries/osgi/src/docs/osgi.txt b/libraries/osgi/src/docs/osgi.txt
index 0906d31..7ebaaee 100644
--- a/libraries/osgi/src/docs/osgi.txt
+++ b/libraries/osgi/src/docs/osgi.txt
@@ -34,7 +34,7 @@ include::../../build/docs/buildinfo/artifact.txt[]
 
 [snippet,java]
 ----
-source=libraries/osgi/src/test/java/org/apache/zest/library/osgi/DocumentationSupport.java
+source=libraries/osgi/src/test/java/org/apache/polygene/library/osgi/DocumentationSupport.java
 tag=export
 ----
 
@@ -43,7 +43,7 @@ tag=export
 
 [snippet,java]
 ----
-source=libraries/osgi/src/test/java/org/apache/zest/library/osgi/DocumentationSupport.java
+source=libraries/osgi/src/test/java/org/apache/polygene/library/osgi/DocumentationSupport.java
 tag=import
 ----
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rdf/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/rdf/build.gradle b/libraries/rdf/build.gradle
index 620f0cb..276dd10 100644
--- a/libraries/rdf/build.gradle
+++ b/libraries/rdf/build.gradle
@@ -23,15 +23,15 @@ description = "Apache Polygene\u2122 RDF Library provides commonalities of various
 jar { manifest { name = "Apache Polygene\u2122 Library - RDF" } }
 
 dependencies {
-  compile zest.core.spi
-  compile zest.library( 'constraints' )
-  compile zest.library( 'fileconfig' )
+  compile polygene.core.spi
+  compile polygene.library( 'constraints' )
+  compile polygene.library( 'fileconfig' )
   compile libraries.sesame
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
-  testCompile zest.extension( 'valueserialization-orgjson' )
+  testCompile polygene.core.testsupport
+  testCompile polygene.extension( 'valueserialization-orgjson' )
 
   testRuntime libraries.logback
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rdf/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/rdf/dev-status.xml b/libraries/rdf/dev-status.xml
index 9100f39..33d5d9e 100644
--- a/libraries/rdf/dev-status.xml
+++ b/libraries/rdf/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rdf/src/test/java/org/apache/polygene/library/rdf/entity/test2.xml
----------------------------------------------------------------------
diff --git a/libraries/rdf/src/test/java/org/apache/polygene/library/rdf/entity/test2.xml b/libraries/rdf/src/test/java/org/apache/polygene/library/rdf/entity/test2.xml
index 3a21393..c8df825 100644
--- a/libraries/rdf/src/test/java/org/apache/polygene/library/rdf/entity/test2.xml
+++ b/libraries/rdf/src/test/java/org/apache/polygene/library/rdf/entity/test2.xml
@@ -23,23 +23,23 @@
   xmlns:dc="http://purl.org/dc/elements/1.1/"
   xmlns:ns1="http://www.w3.org/2001/vcard-rdf/3.0#"
   xmlns:rdfs="http://www.w3.org/2000/01/rdf-schema#">
-  <org.apache.zest.library.rdf.entity.TestEntity xmlns="urn:zest:persistent:Wvgf5vdB2OuC8JfcNmUqJLEPSYM:"
-                                          rdf:about="urn:zest:entity:test2">
-    <value xmlns="urn:zest:persistent:org.apache.zest.library.rdf.entity.TestEntity#">{test1:5,test2:null,test3:{data:"Habba"}}</value>
-    <identity xmlns="urn:zest:persistent:org.apache.zest.api.identity.HasIdentity#">test2</identity>
-    <name xmlns="urn:zest:persistent:org.apache.zest.library.rdf.entity.TestEntity#">Niclas</name>
-    <title xmlns="urn:zest:persistent:org.apache.zest.library.rdf.entity.TestEntity#">Mr</title>
-    <association xmlns="urn:zest:persistent:org.apache.zest.library.rdf.entity.TestEntity#" rdf:resource="urn:zest:entity:test1"/>
-    <group xmlns="urn:zest:persistent:org.apache.zest.library.rdf.entity.TestEntity#">
+  <org.apache.polygene.library.rdf.entity.TestEntity xmlns="urn:polygene:persistent:Wvgf5vdB2OuC8JfcNmUqJLEPSYM:"
+                                          rdf:about="urn:polygene:entity:test2">
+    <value xmlns="urn:polygene:persistent:org.apache.polygene.library.rdf.entity.TestEntity#">{test1:5,test2:null,test3:{data:"Habba"}}</value>
+    <identity xmlns="urn:polygene:persistent:org.apache.polygene.api.identity.HasIdentity#">test2</identity>
+    <name xmlns="urn:polygene:persistent:org.apache.polygene.library.rdf.entity.TestEntity#">Niclas</name>
+    <title xmlns="urn:polygene:persistent:org.apache.polygene.library.rdf.entity.TestEntity#">Mr</title>
+    <association xmlns="urn:polygene:persistent:org.apache.polygene.library.rdf.entity.TestEntity#" rdf:resource="urn:polygene:entity:test1"/>
+    <group xmlns="urn:polygene:persistent:org.apache.polygene.library.rdf.entity.TestEntity#">
       <rdf:Seq>
-        <rdf:li rdf:resource="urn:zest:entity:test1"/>
+        <rdf:li rdf:resource="urn:polygene:entity:test1"/>
       </rdf:Seq>
     </group>
-    <manyAssoc xmlns="urn:zest:persistent:org.apache.zest.library.rdf.entity.TestEntity#">
+    <manyAssoc xmlns="urn:polygene:persistent:org.apache.polygene.library.rdf.entity.TestEntity#">
       <rdf:Seq>
-        <rdf:li rdf:resource="urn:zest:entity:test1"/>
+        <rdf:li rdf:resource="urn:polygene:entity:test1"/>
       </rdf:Seq>
     </manyAssoc>
-  </org.apache.zest.library.rdf.entity.TestEntity>
+  </org.apache.polygene.library.rdf.entity.TestEntity>
 
 </rdf:RDF>
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest-client/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/rest-client/build.gradle b/libraries/rest-client/build.gradle
index 0362578..934d7f5 100644
--- a/libraries/rest-client/build.gradle
+++ b/libraries/rest-client/build.gradle
@@ -23,13 +23,13 @@ description = "Apache Polygene\u2122 REST Client Library provides a client library
 jar { manifest { name = "Apache Polygene\u2122 Library - REST Client" } }
 
 dependencies {
-  compile zest.library( 'rest-common' )
+  compile polygene.library( 'rest-common' )
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
-  testCompile zest.library( 'rest-server' )
-  testCompile zest.extension( 'valueserialization-orgjson' )
+  testCompile polygene.core.testsupport
+  testCompile polygene.library( 'rest-server' )
+  testCompile polygene.extension( 'valueserialization-orgjson' )
 
   testRuntime libraries.logback
 }

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest-client/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/rest-client/dev-status.xml b/libraries/rest-client/dev-status.xml
index 156f63e..8a68435 100644
--- a/libraries/rest-client/dev-status.xml
+++ b/libraries/rest-client/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest-client/src/docs/primer.txt
----------------------------------------------------------------------
diff --git a/libraries/rest-client/src/docs/primer.txt b/libraries/rest-client/src/docs/primer.txt
index f643aac..6497dba 100644
--- a/libraries/rest-client/src/docs/primer.txt
+++ b/libraries/rest-client/src/docs/primer.txt
@@ -51,7 +51,7 @@ requests, or it may abort. "refresh" does not return any value, and usually does
 Example:
 [snippet,java]
 -----------
-source=libraries/rest-client/src/test/java/org/apache/zest/library/rest/client/docsupport/RestPrimerDocs.java
+source=libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/docsupport/RestPrimerDocs.java
 tag=1
 -----------
 
@@ -68,7 +68,7 @@ handlers. Here is the setup of crc:
 
 [snippet,java]
 -----------
-source=libraries/rest-client/src/test/java/org/apache/zest/library/rest/client/docsupport/RestPrimerDocs.java
+source=libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/docsupport/RestPrimerDocs.java
 tag=2
 -----------
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest-client/src/docs/rest-client.txt
----------------------------------------------------------------------
diff --git a/libraries/rest-client/src/docs/rest-client.txt b/libraries/rest-client/src/docs/rest-client.txt
index a783281..0e46d53 100644
--- a/libraries/rest-client/src/docs/rest-client.txt
+++ b/libraries/rest-client/src/docs/rest-client.txt
@@ -46,7 +46,7 @@ Let's walk through the different steps typically needed.
 
 [snippet,java]
 -------------
-source=libraries/rest-client/src/test/java/org/apache/zest/library/rest/client/ContextResourceClientFactoryTest.java
+source=libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContextResourceClientFactoryTest.java
 tag=client-create1
 -------------
 
@@ -57,7 +57,7 @@ We then create the global handler, which will be set to all ContextResourceClien
 
 [snippet,java]
 -------------
-source=libraries/rest-client/src/test/java/org/apache/zest/library/rest/client/ContextResourceClientFactoryTest.java
+source=libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContextResourceClientFactoryTest.java
 tag=client-create2
 -------------
 
@@ -74,7 +74,7 @@ ReST API.
 
 [snippet,java]
 -------------
-source=libraries/rest-client/src/test/java/org/apache/zest/library/rest/client/ContextResourceClientFactoryTest.java
+source=libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContextResourceClientFactoryTest.java
 tag=client-create3
 -------------
 
@@ -89,28 +89,28 @@ The general approach is to register handlers for potential results when invoking
 === Query without Value ===
 [snippet,java]
 -------------
-source=libraries/rest-client/src/test/java/org/apache/zest/library/rest/client/ContextResourceClientFactoryTest.java
+source=libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContextResourceClientFactoryTest.java
 tag=query-without-value
 -------------
 
 === Query and Command ===
 [snippet,java]
 -------------
-source=libraries/rest-client/src/test/java/org/apache/zest/library/rest/client/ContextResourceClientFactoryTest.java
+source=libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContextResourceClientFactoryTest.java
 tag=query-and-command
 -------------
 
 === Query List and Command ===
 [snippet,java]
 -------------
-source=libraries/rest-client/src/test/java/org/apache/zest/library/rest/client/ContextResourceClientFactoryTest.java
+source=libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContextResourceClientFactoryTest.java
 tag=query-list-and-command
 -------------
 
 === Query List and Command Progressive ===
 [snippet,java]
 -------------
-source=libraries/rest-client/src/test/java/org/apache/zest/library/rest/client/ContextResourceClientFactoryTest.java
+source=libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContextResourceClientFactoryTest.java
 tag=query-list-and-command-progressive
 -------------
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContextResourceClientFactoryTest.java
----------------------------------------------------------------------
diff --git a/libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContextResourceClientFactoryTest.java b/libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContextResourceClientFactoryTest.java
index 5b75e19..771cbd6 100644
--- a/libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContextResourceClientFactoryTest.java
+++ b/libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContextResourceClientFactoryTest.java
@@ -209,7 +209,7 @@ public class ContextResourceClientFactoryTest
     @Override
     protected Application newApplicationInstance( ApplicationDescriptor applicationModel )
     {
-        return applicationModel.newInstance( zest.api(), new MetadataService() );
+        return applicationModel.newInstance( polygene.api(), new MetadataService() );
     }
 
     @Test

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContinuousIntegrationTest.java
----------------------------------------------------------------------
diff --git a/libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContinuousIntegrationTest.java b/libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContinuousIntegrationTest.java
index 69a5480..3da87d1 100644
--- a/libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContinuousIntegrationTest.java
+++ b/libraries/rest-client/src/test/java/org/apache/polygene/library/rest/client/ContinuousIntegrationTest.java
@@ -183,7 +183,7 @@ public class ContinuousIntegrationTest
     @Override
     protected Application newApplicationInstance( ApplicationDescriptor applicationModel )
     {
-        return applicationModel.newInstance( zest.api(), new MetadataService() );
+        return applicationModel.newInstance( polygene.api(), new MetadataService() );
     }
 
     @Test

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest-common/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/rest-common/build.gradle b/libraries/rest-common/build.gradle
index 1bb1ab4..4d5616e 100644
--- a/libraries/rest-common/build.gradle
+++ b/libraries/rest-common/build.gradle
@@ -23,7 +23,7 @@ description = "Apache Polygene\u2122 REST Library provides various Restlet resource
 jar { manifest { name = "Apache Polygene\u2122 Library - REST" } }
 
 dependencies {
-  compile zest.core.bootstrap
+  compile polygene.core.bootstrap
   compile libraries.restlet
   compile libraries.velocity
   compile libraries.servlet_api

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest-common/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/rest-common/dev-status.xml b/libraries/rest-common/dev-status.xml
index 2466302..d3c6f4f 100644
--- a/libraries/rest-common/dev-status.xml
+++ b/libraries/rest-common/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest-server/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/rest-server/build.gradle b/libraries/rest-server/build.gradle
index cecd3f8..4e186aa 100644
--- a/libraries/rest-server/build.gradle
+++ b/libraries/rest-server/build.gradle
@@ -23,16 +23,16 @@ description = "Apache Polygene\u2122 REST Server Library provides a server componen
 jar { manifest { name = "Apache Polygene\u2122 Library - REST server" } }
 
 dependencies {
-  compile zest.library( 'rest-common' )
+  compile polygene.library( 'rest-common' )
   compile libraries.servlet_api
   compile libraries.slf4j_api
   compile libraries.velocity
   compile libraries.restlet
   compile libraries.freemarker
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
+  testCompile polygene.core.testsupport
 
   testRuntime libraries.logback
 }

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest-server/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/rest-server/dev-status.xml b/libraries/rest-server/dev-status.xml
index 2466302..d3c6f4f 100644
--- a/libraries/rest-server/dev-status.xml
+++ b/libraries/rest-server/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/rest/build.gradle b/libraries/rest/build.gradle
index e9db684..109d7f3 100644
--- a/libraries/rest/build.gradle
+++ b/libraries/rest/build.gradle
@@ -23,17 +23,17 @@ description = "Apache Polygene\u2122 REST Library provides various Restlet resource
 jar { manifest { name = "Apache Polygene\u2122 Library - REST" } }
 
 dependencies {
-  compile zest.extension( 'indexing-rdf' )
+  compile polygene.extension( 'indexing-rdf' )
   compile libraries.restlet
   compile libraries.sparql
   compile libraries.velocity
   compile libraries.servlet_api
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
-  testCompile zest.library( 'http' )
-  testCompile zest.extension( 'valueserialization-orgjson' )
+  testCompile polygene.core.testsupport
+  testCompile polygene.library( 'http' )
+  testCompile polygene.extension( 'valueserialization-orgjson' )
   testCompile libraries.http_client
 
   testRuntime libraries.logback

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/rest/dev-status.xml b/libraries/rest/dev-status.xml
index 2466302..d3c6f4f 100644
--- a/libraries/rest/dev-status.xml
+++ b/libraries/rest/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest/src/main/resources/org/apache/polygene/library/rest/admin/sparqlform.html
----------------------------------------------------------------------
diff --git a/libraries/rest/src/main/resources/org/apache/polygene/library/rest/admin/sparqlform.html b/libraries/rest/src/main/resources/org/apache/polygene/library/rest/admin/sparqlform.html
index b91eaa7..53cf259 100644
--- a/libraries/rest/src/main/resources/org/apache/polygene/library/rest/admin/sparqlform.html
+++ b/libraries/rest/src/main/resources/org/apache/polygene/library/rest/admin/sparqlform.html
@@ -43,12 +43,12 @@
 <body>
 <form method="GET" action="">
     <label>Query:</label><br/>
-    <textarea rows="20" cols="80" name="query">PREFIX ns0: &lt;urn:zest:type:org.apache.zest.api.identity.HasIdentity#&gt;
+    <textarea rows="20" cols="80" name="query">PREFIX ns0: &lt;urn:polygene:type:org.apache.polygene.api.identity.HasIdentity#&gt;
         PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;
         PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
         SELECT DISTINCT ?entityType ?identity
         WHERE {
-        ?entityType rdfs:subClassOf &lt;urn:zest:type:org.apache.zest.api.entity.Entity&gt;.
+        ?entityType rdfs:subClassOf &lt;urn:polygene:type:org.apache.polygene.api.entity.Entity&gt;.
         ?entity rdf:type ?entityType.
         ?entity ns0:identity ?identity.
         }
@@ -60,12 +60,12 @@
 
 <h3>Get all entities</h3>
 <pre>
-PREFIX ns0: &lt;urn:zest:type:org.apache.zest.api.identity.HasIdentity#&gt;
+PREFIX ns0: &lt;urn:polygene:type:org.apache.polygene.api.identity.HasIdentity#&gt;
         PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;
         PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
         SELECT DISTINCT ?entityType ?identity
         WHERE {
-        ?entityType rdfs:subClassOf &lt;urn:zest:type:org.apache.zest.api.entity.Entity&gt;.
+        ?entityType rdfs:subClassOf &lt;urn:polygene:type:org.apache.polygene.api.entity.Entity&gt;.
         ?entity rdf:type ?entityType.
         ?entity ns0:identity ?identity.
         }
@@ -73,26 +73,26 @@ PREFIX ns0: &lt;urn:zest:type:org.apache.zest.api.identity.HasIdentity#&gt;
 </pre>
 <h3>Get entities of a given type</h3>
 <pre>
-PREFIX ns0: &lt;urn:zest:type:org.apache.zest.api.identity.HasIdentity#&gt;
+PREFIX ns0: &lt;urn:polygene:type:org.apache.polygene.api.identity.HasIdentity#&gt;
         PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;
         PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
         SELECT DISTINCT ?identity
         WHERE {
-        ?entity rdf:type &lt;urn:zest:type:org.apache.zest.rest.TestEntity&gt;.
+        ?entity rdf:type &lt;urn:polygene:type:org.apache.polygene.rest.TestEntity&gt;.
         ?entity ns0:identity ?identity.
         }
 </pre>
 
 <h3>Get entities with a given property value</h3>
 <pre>
-PREFIX ns0: &lt;urn:zest:type:org.apache.zest.api.identity.HasIdentity#&gt;
+PREFIX ns0: &lt;urn:polygene:type:org.apache.polygene.api.identity.HasIdentity#&gt;
         PREFIX rdf: &lt;http://www.w3.org/1999/02/22-rdf-syntax-ns#&gt;
         PREFIX rdfs: &lt;http://www.w3.org/2000/01/rdf-schema#&gt;
         SELECT DISTINCT ?identity
         WHERE {
-        ?entity rdf:type &lt;urn:zest:type:org.apache.zest.rest.TestEntity&gt;.
+        ?entity rdf:type &lt;urn:polygene:type:org.apache.polygene.rest.TestEntity&gt;.
         ?entity ns0:identity ?identity.
-        ?entity &lt;urn:zest:type:org.apache.zest.rest.Named#name&gt; "Foo bar"
+        ?entity &lt;urn:polygene:type:org.apache.polygene.rest.Named#name&gt; "Foo bar"
         }
 </pre>
 </body>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest/src/test/java/org/apache/polygene/library/rest/admin/Main.java
----------------------------------------------------------------------
diff --git a/libraries/rest/src/test/java/org/apache/polygene/library/rest/admin/Main.java b/libraries/rest/src/test/java/org/apache/polygene/library/rest/admin/Main.java
index afc9da0..1e1f429 100644
--- a/libraries/rest/src/test/java/org/apache/polygene/library/rest/admin/Main.java
+++ b/libraries/rest/src/test/java/org/apache/polygene/library/rest/admin/Main.java
@@ -39,8 +39,8 @@ public class Main
     public Main()
         throws Exception
     {
-        Energy4Java zest = new Energy4Java();
-        application = zest.newApplication( new MainAssembler() );
+        Energy4Java polygene = new Energy4Java();
+        application = polygene.newApplication( new MainAssembler() );
         application.activate();
     }
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/rest/src/test/java/org/apache/polygene/library/rest/admin/RestTest.java
----------------------------------------------------------------------
diff --git a/libraries/rest/src/test/java/org/apache/polygene/library/rest/admin/RestTest.java b/libraries/rest/src/test/java/org/apache/polygene/library/rest/admin/RestTest.java
index eb2a6ba..e320c99 100644
--- a/libraries/rest/src/test/java/org/apache/polygene/library/rest/admin/RestTest.java
+++ b/libraries/rest/src/test/java/org/apache/polygene/library/rest/admin/RestTest.java
@@ -73,7 +73,7 @@ public class RestTest extends AbstractPolygeneTest
     protected ApplicationDescriptor newApplication()
         throws AssemblyException
     {
-        return zest.newApplicationModel( new ApplicationAssemblerAdapter(
+        return polygene.newApplicationModel( new ApplicationAssemblerAdapter(
             new Assembler[][][]
                 {
                     {

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/restlet/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/restlet/build.gradle b/libraries/restlet/build.gradle
index abb98fb..f8f6a6e 100644
--- a/libraries/restlet/build.gradle
+++ b/libraries/restlet/build.gradle
@@ -26,17 +26,17 @@ jar { manifest { name = "Apache Polygene\u2122 Library - Restlet" } }
 
 dependencies {
 
-  compile zest.core.bootstrap
-  compile zest.extension( 'valueserialization-jackson' )
-  compile zest.extension( 'indexing-rdf' )
-  compile zest.extension( 'entitystore-file' )
+  compile polygene.core.bootstrap
+  compile polygene.extension( 'valueserialization-jackson' )
+  compile polygene.extension( 'indexing-rdf' )
+  compile polygene.extension( 'entitystore-file' )
   compile libraries.restlet
   compile libraries.servlet_api
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
-  testCompile zest.library( 'http' )
+  testCompile polygene.core.testsupport
+  testCompile polygene.library( 'http' )
   testCompile libraries.http_client
 
   testRuntime libraries.logback

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/restlet/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/restlet/dev-status.xml b/libraries/restlet/dev-status.xml
index 251a898..c581dfc 100644
--- a/libraries/restlet/dev-status.xml
+++ b/libraries/restlet/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>beta</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/ZrestApplication.java
----------------------------------------------------------------------
diff --git a/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/ZrestApplication.java b/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/ZrestApplication.java
index 5c89102..662ef6f 100644
--- a/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/ZrestApplication.java
+++ b/libraries/restlet/src/main/java/org/apache/polygene/library/restlet/ZrestApplication.java
@@ -57,7 +57,7 @@ import org.restlet.util.Series;
  */
 public abstract class ZrestApplication extends org.restlet.Application
 {
-    protected org.apache.polygene.api.structure.Application zestApplication;
+    protected org.apache.polygene.api.structure.Application polygeneApplication;
     protected ServiceFinder serviceFinder;
     protected ObjectFactory objectFactory;
     protected TransientBuilderFactory transientBuilderFactory;
@@ -88,8 +88,8 @@ public abstract class ZrestApplication extends org.restlet.Application
         Series<Parameter> parameters = getContext().getParameters();
         String mode = parameters.getFirstValue( "org.apache.polygene.runtime.mode" );
         createApplication( mode );
-        zestApplication.activate();
-        Module module = zestApplication.findModule( getConnectivityLayer(), getConnectivityModule() );
+        polygeneApplication.activate();
+        Module module = polygeneApplication.findModule( getConnectivityLayer(), getConnectivityModule() );
         serviceFinder = module;
         objectFactory = module;
         transientBuilderFactory = module;
@@ -104,8 +104,8 @@ public abstract class ZrestApplication extends org.restlet.Application
         {
             LayeredApplicationAssembler assembler = createApplicationAssembler(mode);
             assembler.initialize();
-            zestApplication = assembler.application();
-            setName( zestApplication.name() );
+            polygeneApplication = assembler.application();
+            setName( polygeneApplication.name() );
         }
         catch( Throwable e )
         {
@@ -121,7 +121,7 @@ public abstract class ZrestApplication extends org.restlet.Application
         throws Exception
     {
         super.stop();
-        zestApplication.passivate();
+        polygeneApplication.passivate();
     }
 
     @Override
@@ -130,7 +130,7 @@ public abstract class ZrestApplication extends org.restlet.Application
         Context context = getContext();
         Engine.getInstance().getRegisteredConverters().add( new PolygeneConverter( objectFactory ) );
 
-        if( zestApplication.mode() == Application.Mode.development )
+        if( polygeneApplication.mode() == Application.Mode.development )
         {
             setDebugging( true );
         }

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/scripting/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/scripting/build.gradle b/libraries/scripting/build.gradle
index e7a19c6..9e61c0a 100644
--- a/libraries/scripting/build.gradle
+++ b/libraries/scripting/build.gradle
@@ -23,9 +23,9 @@ description = "Apache Polygene\u2122 Common Scripting Library contains common class
 jar { manifest { name = "Apache Polygene\u2122 Library - Scripting - Common" } }
 
 dependencies {
-  compile zest.core.bootstrap
+  compile polygene.core.bootstrap
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
+  testCompile polygene.core.testsupport
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/scripting/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/scripting/dev-status.xml b/libraries/scripting/dev-status.xml
index 2593c38..5ce55f5 100644
--- a/libraries/scripting/dev-status.xml
+++ b/libraries/scripting/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/servlet/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/servlet/build.gradle b/libraries/servlet/build.gradle
index 69a3b17..cba7aa4 100644
--- a/libraries/servlet/build.gradle
+++ b/libraries/servlet/build.gradle
@@ -23,13 +23,13 @@ description = "Apache Polygene\u2122 Servlet Library provides integration of Apache
 jar { manifest { name = "Apache Polygene\u2122 Library - Servlet" } }
 
 dependencies {
-  compile zest.core.bootstrap
+  compile polygene.core.bootstrap
   compile libraries.servlet_api
   compile libraries.slf4j_api
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
+  testCompile polygene.core.testsupport
   testCompile libraries.jetty_webapp
   testCompile libraries.http_client
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/servlet/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/servlet/dev-status.xml b/libraries/servlet/dev-status.xml
index 63f6a72..34f74ea 100644
--- a/libraries/servlet/dev-status.xml
+++ b/libraries/servlet/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
     <status>
         <!--none,early,beta,stable,mature-->
         <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/servlet/src/docs/servlet.txt
----------------------------------------------------------------------
diff --git a/libraries/servlet/src/docs/servlet.txt b/libraries/servlet/src/docs/servlet.txt
index 89916ba..1a66235 100644
--- a/libraries/servlet/src/docs/servlet.txt
+++ b/libraries/servlet/src/docs/servlet.txt
@@ -44,7 +44,7 @@ Here is an example ServletContextListener:
 
 [snippet,java]
 ----
-source=libraries/servlet/src/test/java/org/apache/zest/library/servlet/ServletTest.java
+source=libraries/servlet/src/test/java/org/apache/polygene/library/servlet/ServletTest.java
 tag=bootstrap
 ----
 
@@ -58,7 +58,7 @@ Here is a sample servlet that simply output the assembled Application name:
 
 [snippet,java]
 ----
-source=libraries/servlet/src/test/java/org/apache/zest/library/servlet/ServletTest.java
+source=libraries/servlet/src/test/java/org/apache/polygene/library/servlet/ServletTest.java
 tag=usage
 ----
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/servlet/src/main/java/org/apache/polygene/library/servlet/lifecycle/AbstractZestServletBootstrap.java
----------------------------------------------------------------------
diff --git a/libraries/servlet/src/main/java/org/apache/polygene/library/servlet/lifecycle/AbstractZestServletBootstrap.java b/libraries/servlet/src/main/java/org/apache/polygene/library/servlet/lifecycle/AbstractZestServletBootstrap.java
index d739daf..3a0ee39 100644
--- a/libraries/servlet/src/main/java/org/apache/polygene/library/servlet/lifecycle/AbstractZestServletBootstrap.java
+++ b/libraries/servlet/src/main/java/org/apache/polygene/library/servlet/lifecycle/AbstractZestServletBootstrap.java
@@ -70,7 +70,7 @@ public abstract class AbstractPolygeneServletBootstrap
     private static final Logger LOGGER = LoggerFactory.getLogger( PolygeneServlet.class.getPackage().getName() );
     // Polygene Runtime
     protected PolygeneAPI api;
-    protected Energy4Java zest;
+    protected Energy4Java polygene;
     // Polygene Application
     protected ApplicationDescriptor applicationModel;
     protected Application application;
@@ -83,12 +83,12 @@ public abstract class AbstractPolygeneServletBootstrap
             ServletContext context = sce.getServletContext();
 
             LOGGER.trace( "Assembling Application" );
-            zest = new Energy4Java();
-            applicationModel = zest.newApplicationModel( this );
+            polygene = new Energy4Java();
+            applicationModel = polygene.newApplicationModel( this );
 
             LOGGER.trace( "Instanciating and activating Application" );
-            application = applicationModel.newInstance( zest.api() );
-            api = zest.api();
+            application = applicationModel.newInstance( polygene.api() );
+            api = polygene.api();
             beforeApplicationActivation( application );
             application.activate();
             afterApplicationActivation( application );

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/servlet/src/main/java/org/apache/polygene/library/servlet/package.html
----------------------------------------------------------------------
diff --git a/libraries/servlet/src/main/java/org/apache/polygene/library/servlet/package.html b/libraries/servlet/src/main/java/org/apache/polygene/library/servlet/package.html
index 37a90c8..74456b5 100644
--- a/libraries/servlet/src/main/java/org/apache/polygene/library/servlet/package.html
+++ b/libraries/servlet/src/main/java/org/apache/polygene/library/servlet/package.html
@@ -27,23 +27,23 @@
 
         <h3>Logging</h3>
         <p>
-            The SLF4J logger used by this library is named "org.apache.zest.library.servlet".
+            The SLF4J logger used by this library is named "org.apache.polygene.library.servlet".
         </p>
 
         <h3>Application Bootstrap</h3>
         <p>
-            Extends {@link org.apache.zest.library.servlet.lifecycle.AbstractPolygeneServletBootstrap} to easily bind a Polygene\u2122
-            {@link org.apache.zest.api.structure.Application} activation/passivation to your webapp lifecycle.
+            Extends {@link org.apache.polygene.library.servlet.lifecycle.AbstractPolygeneServletBootstrap} to easily bind a Polygene\u2122
+            {@link org.apache.polygene.api.structure.Application} activation/passivation to your webapp lifecycle.
         </p>
         <p>
-            Use {@link org.apache.zest.library.servlet.PolygeneServletSupport#application(javax.servlet.ServletContext)} to get
-            a handle on the {@link org.apache.zest.api.structure.Application} from the {@link javax.servlet.ServletContext}.
+            Use {@link org.apache.polygene.library.servlet.PolygeneServletSupport#application(javax.servlet.ServletContext)} to get
+            a handle on the {@link org.apache.polygene.api.structure.Application} from the {@link javax.servlet.ServletContext}.
         </p>
 
         <h3>Facilities</h3>
         <p>
-            {@link org.apache.zest.library.servlet.PolygeneServlet} and {@link org.apache.zest.library.servlet.PolygeneFilter} respectively
-            provide base class for easy access to the {@link org.apache.zest.api.structure.Application}} from the
+            {@link org.apache.polygene.library.servlet.PolygeneServlet} and {@link org.apache.polygene.library.servlet.PolygeneFilter} respectively
+            provide base class for easy access to the {@link org.apache.polygene.api.structure.Application}} from the
             {@link javax.servlet.ServletContext}.
         </p>
     </body>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/shiro-core/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/shiro-core/build.gradle b/libraries/shiro-core/build.gradle
index f1d4052..eb6ac1a 100644
--- a/libraries/shiro-core/build.gradle
+++ b/libraries/shiro-core/build.gradle
@@ -23,16 +23,16 @@ description = "Apache Polygene\u2122 Shiro Library integrates Apache Shiro security
 jar { manifest { name = "Apache Polygene\u2122 Library - Shiro Core" } }
 
 dependencies {
-  compile zest.core.bootstrap
+  compile polygene.core.bootstrap
   compile libraries.shiro
   compile libraries.bouncy_castle
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
-  testCompile zest.library( 'shiro-web' )
-  testCompile zest.library( 'servlet' )
-  testCompile zest.extension( 'indexing-rdf' )
+  testCompile polygene.core.testsupport
+  testCompile polygene.library( 'shiro-web' )
+  testCompile polygene.library( 'servlet' )
+  testCompile polygene.extension( 'indexing-rdf' )
   testCompile libraries.jetty_webapp
   testCompile libraries.http_client
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/shiro-core/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/shiro-core/dev-status.xml b/libraries/shiro-core/dev-status.xml
index 63f6a72..34f74ea 100644
--- a/libraries/shiro-core/dev-status.xml
+++ b/libraries/shiro-core/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
     <status>
         <!--none,early,beta,stable,mature-->
         <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/shiro-core/src/docs/shiro.txt
----------------------------------------------------------------------
diff --git a/libraries/shiro-core/src/docs/shiro.txt b/libraries/shiro-core/src/docs/shiro.txt
index 1a9163c..38c826f 100644
--- a/libraries/shiro-core/src/docs/shiro.txt
+++ b/libraries/shiro-core/src/docs/shiro.txt
@@ -53,7 +53,7 @@ SecurityManager when activating your Polygene\u2122 Application. It can be done out
 
 [snippet,java]
 ----
-source=libraries/shiro-core/src/test/java/org/apache/zest/library/shiro/StandaloneShiroTest.java
+source=libraries/shiro-core/src/test/java/org/apache/polygene/library/shiro/StandaloneShiroTest.java
 tag=before
 ----
 
@@ -64,7 +64,7 @@ the SecurityManager when passivated:
 
 [snippet,java]
 ----
-source=libraries/shiro-core/src/test/java/org/apache/zest/library/shiro/StandaloneShiroTest.java
+source=libraries/shiro-core/src/test/java/org/apache/polygene/library/shiro/StandaloneShiroTest.java
 tag=assembly
 ----
 
@@ -72,7 +72,7 @@ You can change the INI resource path through the ShiroIniConfiguration:
 
 [snippet,java]
 ----
-source=libraries/shiro-core/src/main/java/org/apache/zest/library/shiro/ini/ShiroIniConfiguration.java
+source=libraries/shiro-core/src/main/java/org/apache/polygene/library/shiro/ini/ShiroIniConfiguration.java
 tag=config
 ----
 
@@ -85,7 +85,7 @@ Once started you must remember to register the SecurityManager in Shiro's Thread
 
 [snippet,java]
 ----
-source=libraries/shiro-core/src/test/java/org/apache/zest/library/shiro/StandaloneShiroTest.java
+source=libraries/shiro-core/src/test/java/org/apache/polygene/library/shiro/StandaloneShiroTest.java
 tag=thread-context
 ----
 
@@ -126,7 +126,7 @@ credientials and configuring it ;
 
 [snippet,java]
 ----
-source=libraries/shiro-core/src/test/java/org/apache/zest/library/shiro/RealmServiceTest.java
+source=libraries/shiro-core/src/test/java/org/apache/polygene/library/shiro/RealmServiceTest.java
 tag=realm-service
 ----
 
@@ -164,7 +164,7 @@ UserFactory too. Note that the factory uses the PasswordService implemented by t
 
 [snippet,java]
 ----
-source=libraries/shiro-core/src/test/java/org/apache/zest/library/shiro/PasswordDomainTest.java
+source=libraries/shiro-core/src/test/java/org/apache/polygene/library/shiro/PasswordDomainTest.java
 tag=domain
 ----
 
@@ -173,7 +173,7 @@ entity and its factory:
 
 [snippet,java]
 ----
-source=libraries/shiro-core/src/test/java/org/apache/zest/library/shiro/PasswordDomainTest.java
+source=libraries/shiro-core/src/test/java/org/apache/polygene/library/shiro/PasswordDomainTest.java
 tag=assembly
 ----
 
@@ -181,7 +181,7 @@ And finally here is how to create a new user and below how to perform a login:
 
 [snippet,java]
 ----
-source=libraries/shiro-core/src/test/java/org/apache/zest/library/shiro/PasswordDomainTest.java
+source=libraries/shiro-core/src/test/java/org/apache/polygene/library/shiro/PasswordDomainTest.java
 tag=usage
 ----
 
@@ -190,7 +190,7 @@ change this you can do it using PasswordRealmConfiguration properties:
 
 [snippet,java]
 ----
-source=libraries/shiro-core/src/main/java/org/apache/zest/library/shiro/domain/passwords/PasswordRealmConfiguration.java
+source=libraries/shiro-core/src/main/java/org/apache/polygene/library/shiro/domain/passwords/PasswordRealmConfiguration.java
 tag=config
 ----
 
@@ -206,7 +206,7 @@ First you need to add the RoleAssignee type to your account:
 
 [snippet,java]
 ----
-source=libraries/shiro-core/src/test/java/org/apache/zest/library/shiro/PermissionsDomainTest.java
+source=libraries/shiro-core/src/test/java/org/apache/polygene/library/shiro/PermissionsDomainTest.java
 tag=domain
 ----
 
@@ -214,7 +214,7 @@ Assembly is straight forward:
 
 [snippet,java]
 ----
-source=libraries/shiro-core/src/test/java/org/apache/zest/library/shiro/PermissionsDomainTest.java
+source=libraries/shiro-core/src/test/java/org/apache/polygene/library/shiro/PermissionsDomainTest.java
 tag=assembly
 ----
 
@@ -222,7 +222,7 @@ And here is how to use all this:
 
 [snippet,java]
 ----
-source=libraries/shiro-core/src/test/java/org/apache/zest/library/shiro/PermissionsDomainTest.java
+source=libraries/shiro-core/src/test/java/org/apache/polygene/library/shiro/PermissionsDomainTest.java
 tag=usage
 ----
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/shiro-web/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/shiro-web/build.gradle b/libraries/shiro-web/build.gradle
index ff9f2e1..e8048e1 100644
--- a/libraries/shiro-web/build.gradle
+++ b/libraries/shiro-web/build.gradle
@@ -24,19 +24,19 @@ jar { manifest { name = "Apache Polygene\u2122 Library - Shiro Web" } }
 
 dependencies {
 
-  compile zest.core.bootstrap
-  compile zest.library( 'shiro-core' )
-  compile zest.library( 'servlet' )
-  compile zest.library( 'http' )
+  compile polygene.core.bootstrap
+  compile polygene.library( 'shiro-core' )
+  compile polygene.library( 'servlet' )
+  compile polygene.library( 'http' )
   compile libraries.shiro_web
   compile libraries.servlet_api
   compile libraries.slf4j_api
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
-  testCompile zest.library( 'shiro-web' )
-  testCompile zest.extension( 'indexing-rdf' )
+  testCompile polygene.core.testsupport
+  testCompile polygene.library( 'shiro-web' )
+  testCompile polygene.extension( 'indexing-rdf' )
   testCompile libraries.jetty_webapp
   testCompile libraries.http_client
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/shiro-web/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/shiro-web/dev-status.xml b/libraries/shiro-web/dev-status.xml
index 63f6a72..34f74ea 100644
--- a/libraries/shiro-web/dev-status.xml
+++ b/libraries/shiro-web/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
     <status>
         <!--none,early,beta,stable,mature-->
         <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/shiro-web/src/docs/shiro-web.txt
----------------------------------------------------------------------
diff --git a/libraries/shiro-web/src/docs/shiro-web.txt b/libraries/shiro-web/src/docs/shiro-web.txt
index bd82f8f..c54bf29 100644
--- a/libraries/shiro-web/src/docs/shiro-web.txt
+++ b/libraries/shiro-web/src/docs/shiro-web.txt
@@ -53,7 +53,7 @@ If you use the <<library-http>> you can either directly use Shiro classes or use
 
 [snippet,java]
 ----
-source=libraries/shiro-web/src/test/java/org/apache/zest/library/shiro/web/WebHttpShiroTest.java
+source=libraries/shiro-web/src/test/java/org/apache/polygene/library/shiro/web/WebHttpShiroTest.java
 tag=assembly
 ----
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/spring/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/spring/build.gradle b/libraries/spring/build.gradle
index 2f42d57..7f0062a 100644
--- a/libraries/spring/build.gradle
+++ b/libraries/spring/build.gradle
@@ -23,12 +23,12 @@ description = "Apache Polygene\u2122 Spring Library allows for tight integration of
 jar { manifest { name = "Apache Polygene\u2122 Library - Spring" } }
 
 dependencies {
-  compile zest.core.bootstrap
+  compile polygene.core.bootstrap
   compile libraries.spring_core
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
+  testCompile polygene.core.testsupport
   testCompile libraries.spring_testsupport
 
   testRuntime libraries.logback

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/spring/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/spring/dev-status.xml b/libraries/spring/dev-status.xml
index ceee3a0..7a96a31 100644
--- a/libraries/spring/dev-status.xml
+++ b/libraries/spring/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>beta</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/spring/src/docs/spring.txt
----------------------------------------------------------------------
diff --git a/libraries/spring/src/docs/spring.txt b/libraries/spring/src/docs/spring.txt
index 7f5eb0a..ccd050c 100644
--- a/libraries/spring/src/docs/spring.txt
+++ b/libraries/spring/src/docs/spring.txt
@@ -38,7 +38,7 @@ beans will be available as Polygene\u2122 services. The most important things to re
 
 [snippet,java]
 ----
-source=libraries/spring/src/test/java/org/apache/zest/library/spring/importer/PolygeneImportServiceTest.java
+source=libraries/spring/src/test/java/org/apache/polygene/library/spring/importer/PolygeneImportServiceTest.java
 tag=import
 ----
 
@@ -58,7 +58,7 @@ To bootstrap the Polygene\u2122 runtime in Spring, you should have a bootstrap bean
 +org.apache.polygene.library.spring.bootstrap.PolygeneApplicationBootstrap+ and implement the
 +org.springframework.context.ApplicationContextAware+.
 
-A new bean will appear in the application context, called +"zestApplication"+ which is only
+A new bean will appear in the application context, called +"polygeneApplication"+ which is only
 intended for internal use of this library.
 
 Example application context;
@@ -68,24 +68,24 @@ Example application context;
 
  <beans xmlns="http://www.springframework.org/schema/beans"
   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-  xmlns:zest="http://zest.apache.org/schema/zest/spring"
+  xmlns:polygene="http://polygene.apache.org/schema/polygene/spring"
   xsi:schemaLocation="
   http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
-  http://zest.apache.org/schema/zest/spring http://zest.apache.org/schema/zest/spring/spring-0.5.xsd">
+  http://polygene.apache.org/schema/polygene/spring http://polygene.apache.org/schema/polygene/spring/spring-0.5.xsd">
 
   <!-- class that implements PolygeneApplicationBootstrap -->
 
-  <zest:bootstrap class="org.hedhman.niclas.MyPolygeneBootstrapper"/>
+  <polygene:bootstrap class="org.hedhman.niclas.MyPolygeneBootstrapper"/>
 
   <bean id="someService" class="org.hedhman.niclas.SomeService">
 
-  <constructor-arg ref="someService"/> <!-- Reference zest comment service -->
+  <constructor-arg ref="someService"/> <!-- Reference polygene comment service -->
 
  </bean>
 ----
 
 [snippet,java]
 ----
-source=libraries/spring/src/test/java/org/apache/zest/library/spring/MyPolygeneBootstrapper.java
+source=libraries/spring/src/test/java/org/apache/polygene/library/spring/MyPolygeneBootstrapper.java
 tag=code
 ----

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/spring/src/main/java/org/apache/polygene/library/spring/bootstrap/Constants.java
----------------------------------------------------------------------
diff --git a/libraries/spring/src/main/java/org/apache/polygene/library/spring/bootstrap/Constants.java b/libraries/spring/src/main/java/org/apache/polygene/library/spring/bootstrap/Constants.java
index 010cdbd..503fa98 100644
--- a/libraries/spring/src/main/java/org/apache/polygene/library/spring/bootstrap/Constants.java
+++ b/libraries/spring/src/main/java/org/apache/polygene/library/spring/bootstrap/Constants.java
@@ -21,7 +21,7 @@ package org.apache.polygene.library.spring.bootstrap;
 
 public final class Constants
 {
-    public static final String BEAN_ID_ZEST_APPLICATION = "zestApplication";
+    public static final String BEAN_ID_ZEST_APPLICATION = "polygeneApplication";
 
     private Constants()
     {

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/spring/src/main/java/org/apache/polygene/library/spring/bootstrap/ZestApplicationBootstrap.java
----------------------------------------------------------------------
diff --git a/libraries/spring/src/main/java/org/apache/polygene/library/spring/bootstrap/ZestApplicationBootstrap.java b/libraries/spring/src/main/java/org/apache/polygene/library/spring/bootstrap/ZestApplicationBootstrap.java
index bd9e327..2b33e22 100644
--- a/libraries/spring/src/main/java/org/apache/polygene/library/spring/bootstrap/ZestApplicationBootstrap.java
+++ b/libraries/spring/src/main/java/org/apache/polygene/library/spring/bootstrap/ZestApplicationBootstrap.java
@@ -42,10 +42,10 @@ import org.springframework.context.ApplicationContextAware;
  *
  * &lt;beans xmlns="http://www.springframework.org/schema/beans"
  * xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- * xmlns:polygene="http://zest.apache.org/schema/zest/spring"
+ * xmlns:polygene="http://polygene.apache.org/schema/polygene/spring"
  * xsi:schemaLocation="
  * http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
- * http://zest.apache.org/schema/zest/spring http://zest.apache.org/schema/zest/spring/spring-0.5.xsd"&gt;
+ * http://polygene.apache.org/schema/polygene/spring http://polygene.apache.org/schema/polygene/spring/spring-0.5.xsd"&gt;
  *
  * &lt;!-- class that implements PolygeneApplicationBootstrap --&gt;
  *

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/spring/src/main/resources/META-INF/spring.handlers
----------------------------------------------------------------------
diff --git a/libraries/spring/src/main/resources/META-INF/spring.handlers b/libraries/spring/src/main/resources/META-INF/spring.handlers
index 11f6d4d..c948664 100644
--- a/libraries/spring/src/main/resources/META-INF/spring.handlers
+++ b/libraries/spring/src/main/resources/META-INF/spring.handlers
@@ -18,4 +18,4 @@
 #
 #
 
-http\://zest.apache.org/schema/zest/spring=org.apache.polygene.library.spring.bootstrap.internal.PolygeneNamespaceHandler
\ No newline at end of file
+http\://polygene.apache.org/schema/polygene/spring=org.apache.polygene.library.spring.bootstrap.internal.PolygeneNamespaceHandler
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/spring/src/main/resources/META-INF/spring.schemas
----------------------------------------------------------------------
diff --git a/libraries/spring/src/main/resources/META-INF/spring.schemas b/libraries/spring/src/main/resources/META-INF/spring.schemas
index 84f7b7a..d04fe55 100644
--- a/libraries/spring/src/main/resources/META-INF/spring.schemas
+++ b/libraries/spring/src/main/resources/META-INF/spring.schemas
@@ -18,4 +18,4 @@
 #
 #
 
-http\://zest.apache.org/schema/zest/spring/spring-0.5.xsd=org/apache/zest/library/spring/spring-0.5.xsd
\ No newline at end of file
+http\://polygene.apache.org/schema/polygene/spring/spring-0.5.xsd=org/apache/polygene/library/spring/spring-0.5.xsd
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/spring/src/main/resources/org/apache/polygene/library/spring/spring-0.5.xsd
----------------------------------------------------------------------
diff --git a/libraries/spring/src/main/resources/org/apache/polygene/library/spring/spring-0.5.xsd b/libraries/spring/src/main/resources/org/apache/polygene/library/spring/spring-0.5.xsd
index 03407d1..e6cfcae 100644
--- a/libraries/spring/src/main/resources/org/apache/polygene/library/spring/spring-0.5.xsd
+++ b/libraries/spring/src/main/resources/org/apache/polygene/library/spring/spring-0.5.xsd
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<xsd:schema xmlns="http://zest.apache.org/schema/zest/spring"
+<xsd:schema xmlns="http://polygene.apache.org/schema/polygene/spring"
             xmlns:xsd="http://www.w3.org/2001/XMLSchema"
             xmlns:beans="http://www.springframework.org/schema/beans"
-            targetNamespace="http://zest.apache.org/schema/zest/spring"
+            targetNamespace="http://polygene.apache.org/schema/polygene/spring"
             elementFormDefault="qualified"
             attributeFormDefault="unqualified">
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/spring/src/test/resources/org/apache/polygene/library/spring/bootstrap/ZestExportServiceTest-context.xml
----------------------------------------------------------------------
diff --git a/libraries/spring/src/test/resources/org/apache/polygene/library/spring/bootstrap/ZestExportServiceTest-context.xml b/libraries/spring/src/test/resources/org/apache/polygene/library/spring/bootstrap/ZestExportServiceTest-context.xml
index a3f1132..1e29446 100644
--- a/libraries/spring/src/test/resources/org/apache/polygene/library/spring/bootstrap/ZestExportServiceTest-context.xml
+++ b/libraries/spring/src/test/resources/org/apache/polygene/library/spring/bootstrap/ZestExportServiceTest-context.xml
@@ -18,13 +18,13 @@
   ~
   ~
   -->
-<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:zest="http://zest.apache.org/schema/zest/spring"
+<beans xmlns="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:polygene="http://polygene.apache.org/schema/polygene/spring"
     xsi:schemaLocation="
        http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd
-       http://zest.apache.org/schema/zest/spring http://zest.apache.org/schema/zest/spring/spring-0.5.xsd">
+       http://polygene.apache.org/schema/polygene/spring http://polygene.apache.org/schema/polygene/spring/spring-0.5.xsd">
 
-    <zest:bootstrap class="org.apache.polygene.library.spring.bootstrap.PolygeneTestBootstrap" />
-    <zest:service id="commentService" />
+    <polygene:bootstrap class="org.apache.polygene.library.spring.bootstrap.PolygeneTestBootstrap" />
+    <polygene:service id="commentService" />
 
     <bean id="commentServiceHolder" class="org.apache.polygene.library.spring.bootstrap.CommentServiceHolder">
         <constructor-arg ref="commentService" />

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/sql-bonecp/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/sql-bonecp/build.gradle b/libraries/sql-bonecp/build.gradle
index 47e46ce..66db83b 100644
--- a/libraries/sql-bonecp/build.gradle
+++ b/libraries/sql-bonecp/build.gradle
@@ -23,7 +23,7 @@ description = "Apache Polygene\u2122 SQL BoneCP Library provides BoneCP support."
 jar { manifest { name = "Apache Polygene\u2122 Library - SQL BoneCP" } }
 
 dependencies {
-  compile zest.library( 'sql' )
+  compile polygene.library( 'sql' )
   compile libraries.bonecp
 }
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/sql-bonecp/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/sql-bonecp/dev-status.xml b/libraries/sql-bonecp/dev-status.xml
index a4a8f91..0914c52 100644
--- a/libraries/sql-bonecp/dev-status.xml
+++ b/libraries/sql-bonecp/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/sql-dbcp/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/sql-dbcp/build.gradle b/libraries/sql-dbcp/build.gradle
index 9ae1fea..73c9cce 100644
--- a/libraries/sql-dbcp/build.gradle
+++ b/libraries/sql-dbcp/build.gradle
@@ -23,7 +23,7 @@ description = "Apache Polygene\u2122 SQL DBCP Library provides DBCP support."
 jar { manifest { name = "Apache Polygene\u2122 Library - SQL DBCP" } }
 
 dependencies {
-  compile zest.library( 'sql' )
+  compile polygene.library( 'sql' )
   compile libraries.commons_dbcp
 }
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/sql-dbcp/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/sql-dbcp/dev-status.xml b/libraries/sql-dbcp/dev-status.xml
index a4a8f91..0914c52 100644
--- a/libraries/sql-dbcp/dev-status.xml
+++ b/libraries/sql-dbcp/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/sql-liquibase/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/sql-liquibase/build.gradle b/libraries/sql-liquibase/build.gradle
index 62ad120..55f6789 100644
--- a/libraries/sql-liquibase/build.gradle
+++ b/libraries/sql-liquibase/build.gradle
@@ -23,14 +23,14 @@ description = "Apache Polygene\u2122 SQL Liquibase Library provides Liquibase suppo
 jar { manifest { name = "Apache Polygene\u2122 Library - SQL Liquibase" } }
 
 dependencies {
-  compile zest.library( 'sql' )
+  compile polygene.library( 'sql' )
   compile libraries.liquibase
   compile libraries.slf4j_api
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
-  testCompile zest.library( 'sql-dbcp' )
+  testCompile polygene.core.testsupport
+  testCompile polygene.library( 'sql-dbcp' )
 
   testRuntime libraries.derby
   testRuntime libraries.logback

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/sql-liquibase/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/sql-liquibase/dev-status.xml b/libraries/sql-liquibase/dev-status.xml
index a4a8f91..0914c52 100644
--- a/libraries/sql-liquibase/dev-status.xml
+++ b/libraries/sql-liquibase/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/sql/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/sql/build.gradle b/libraries/sql/build.gradle
index 61fb6f5..9e52d2d 100644
--- a/libraries/sql/build.gradle
+++ b/libraries/sql/build.gradle
@@ -23,17 +23,17 @@ description = "Apache Polygene\u2122 SQL Library provides SQL support."
 jar { manifest { name = "Apache Polygene\u2122 Library - SQL" } }
 
 dependencies {
-  compile zest.core.bootstrap
-  compile zest.library( 'circuitbreaker' )
-  compile zest.library( 'jmx' )
+  compile polygene.core.bootstrap
+  compile polygene.library( 'circuitbreaker' )
+  compile polygene.library( 'jmx' )
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
-  testCompile zest.library( 'sql-bonecp' )
-  testCompile zest.library( 'sql-dbcp' )
-  testCompile zest.library( 'sql-liquibase' )
-  testCompile zest.extension( 'entitystore-preferences' )
+  testCompile polygene.core.testsupport
+  testCompile polygene.library( 'sql-bonecp' )
+  testCompile polygene.library( 'sql-dbcp' )
+  testCompile polygene.library( 'sql-liquibase' )
+  testCompile polygene.extension( 'entitystore-preferences' )
 
   testRuntime libraries.logback
   testRuntime libraries.derby

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/sql/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/sql/dev-status.xml b/libraries/sql/dev-status.xml
index a4a8f91..0914c52 100644
--- a/libraries/sql/dev-status.xml
+++ b/libraries/sql/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/sql/src/docs/sql.txt
----------------------------------------------------------------------
diff --git a/libraries/sql/src/docs/sql.txt b/libraries/sql/src/docs/sql.txt
index ce35ca0..1021c6a 100644
--- a/libraries/sql/src/docs/sql.txt
+++ b/libraries/sql/src/docs/sql.txt
@@ -69,7 +69,7 @@ BoneCP support resides in the *sql-bonecp* module.
 
 [snippet,java]
 ----
-source=libraries/sql/src/test/java/org/apache/zest/library/sql/DocumentationSupport.java
+source=libraries/sql/src/test/java/org/apache/polygene/library/sql/DocumentationSupport.java
 tag=bonecp
 ----
 
@@ -84,7 +84,7 @@ include::../../../sql-dbcp/build/docs/buildinfo/artifact.txt[]
 
 [snippet,java]
 ----
-source=libraries/sql/src/test/java/org/apache/zest/library/sql/DocumentationSupport.java
+source=libraries/sql/src/test/java/org/apache/polygene/library/sql/DocumentationSupport.java
 tag=dbcp
 ----
 
@@ -98,7 +98,7 @@ tag=dbcp
 
 [snippet,java]
 ----
-source=libraries/sql/src/test/java/org/apache/zest/library/sql/DocumentationSupport.java
+source=libraries/sql/src/test/java/org/apache/polygene/library/sql/DocumentationSupport.java
 tag=datasource
 ----
 
@@ -111,7 +111,7 @@ See <<howto-configure-service>>.
 
 [snippet,java]
 ----
-source=libraries/sql/src/main/java/org/apache/zest/library/sql/datasource/DataSourceConfigurationState.java
+source=libraries/sql/src/main/java/org/apache/polygene/library/sql/datasource/DataSourceConfigurationState.java
 tag=config
 ----
 
@@ -131,7 +131,7 @@ Application runs in an environment where DataSource are already provided.
 
 [snippet,java]
 ----
-source=libraries/sql/src/test/java/org/apache/zest/library/sql/datasource/ExternalDataSourceTest.java
+source=libraries/sql/src/test/java/org/apache/polygene/library/sql/datasource/ExternalDataSourceTest.java
 tag=assembly
 ----
 
@@ -149,7 +149,7 @@ CircuitBreaker and set it as <<def-metainfo>> of the DataSource.
 
 [snippet,java]
 ----
-source=libraries/sql/src/test/java/org/apache/zest/library/sql/DocumentationSupport.java
+source=libraries/sql/src/test/java/org/apache/polygene/library/sql/DocumentationSupport.java
 tag=cb-assembly
 ----
 
@@ -158,7 +158,7 @@ by a CircuitBreaker proxy.
 
 [snippet,java]
 ----
-source=libraries/sql/src/test/java/org/apache/zest/library/sql/DocumentationSupport.java
+source=libraries/sql/src/test/java/org/apache/polygene/library/sql/DocumentationSupport.java
 tag=cb-datasource
 ----
 
@@ -171,7 +171,7 @@ through JMX.
 
 [snippet,java]
 ----
-source=libraries/sql/src/test/java/org/apache/zest/library/sql/jmx/DataSourceConfigurationManagerServiceTest.java
+source=libraries/sql/src/test/java/org/apache/polygene/library/sql/jmx/DataSourceConfigurationManagerServiceTest.java
 tag=jmx
 ----
 
@@ -199,7 +199,7 @@ include::../../../sql-liquibase/build/docs/buildinfo/artifact.txt[]
 
 [snippet,java]
 ----
-source=libraries/sql-liquibase/src/test/java/org/apache/zest/library/sql/liquibase/LiquibaseServiceTest.java
+source=libraries/sql-liquibase/src/test/java/org/apache/polygene/library/sql/liquibase/LiquibaseServiceTest.java
 tag=assembly
 ----
 
@@ -210,7 +210,7 @@ applies the configured changelog.
 
 [snippet,java]
 ----
-source=libraries/sql-liquibase/src/main/java/org/apache/zest/library/sql/liquibase/LiquibaseConfiguration.java
+source=libraries/sql-liquibase/src/main/java/org/apache/polygene/library/sql/liquibase/LiquibaseConfiguration.java
 tag=config
 ----
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/uid/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/uid/build.gradle b/libraries/uid/build.gradle
index c6651b7..807703b 100644
--- a/libraries/uid/build.gradle
+++ b/libraries/uid/build.gradle
@@ -23,11 +23,11 @@ description = "Apache Polygene\u2122 UID Library contains various Identity generati
 jar { manifest { name = "Apache Polygene\u2122 Library - UID" } }
 
 dependencies {
-  compile zest.core.bootstrap
+  compile polygene.core.bootstrap
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
+  testCompile polygene.core.testsupport
 
   testRuntime libraries.logback
 }
\ No newline at end of file

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/uid/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/uid/dev-status.xml b/libraries/uid/dev-status.xml
index a4a8f91..0914c52 100644
--- a/libraries/uid/dev-status.xml
+++ b/libraries/uid/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/uid/src/docs/uid.txt
----------------------------------------------------------------------
diff --git a/libraries/uid/src/docs/uid.txt b/libraries/uid/src/docs/uid.txt
index 84d2e13..6ebf216 100644
--- a/libraries/uid/src/docs/uid.txt
+++ b/libraries/uid/src/docs/uid.txt
@@ -35,7 +35,7 @@ Assembly is done using the provided Assembler:
 
 [snippet,java]
 ----
-source=libraries/uid/src/test/java/org/apache/zest/library/uid/DocumentationSupport.java
+source=libraries/uid/src/test/java/org/apache/polygene/library/uid/DocumentationSupport.java
 tag=uuid-assembly
 ----
 
@@ -43,7 +43,7 @@ Usage is quite simple:
 
 [snippet,java]
 ----
-source=libraries/uid/src/test/java/org/apache/zest/library/uid/DocumentationSupport.java
+source=libraries/uid/src/test/java/org/apache/polygene/library/uid/DocumentationSupport.java
 tag=uuid-usage
 ----
 
@@ -64,7 +64,7 @@ Assembly is done using the provided Assembler:
 
 [snippet,java]
 ----
-source=libraries/uid/src/test/java/org/apache/zest/library/uid/DocumentationSupport.java
+source=libraries/uid/src/test/java/org/apache/polygene/library/uid/DocumentationSupport.java
 tag=seq-assembly
 ----
 
@@ -72,7 +72,7 @@ Usage is quite simple:
 
 [snippet,java]
 ----
-source=libraries/uid/src/test/java/org/apache/zest/library/uid/DocumentationSupport.java
+source=libraries/uid/src/test/java/org/apache/polygene/library/uid/DocumentationSupport.java
 tag=seq-usage
 ----
 
@@ -82,7 +82,7 @@ Assembly is done using the provided Assembler:
 
 [snippet,java]
 ----
-source=libraries/uid/src/test/java/org/apache/zest/library/uid/DocumentationSupport.java
+source=libraries/uid/src/test/java/org/apache/polygene/library/uid/DocumentationSupport.java
 tag=perseq-assembly
 ----
 
@@ -90,7 +90,7 @@ Usage is quite simple:
 
 [snippet,java]
 ----
-source=libraries/uid/src/test/java/org/apache/zest/library/uid/DocumentationSupport.java
+source=libraries/uid/src/test/java/org/apache/polygene/library/uid/DocumentationSupport.java
 tag=seq-usage
 ----
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/uowfile/build.gradle
----------------------------------------------------------------------
diff --git a/libraries/uowfile/build.gradle b/libraries/uowfile/build.gradle
index 7309e1e..0a5524a 100644
--- a/libraries/uowfile/build.gradle
+++ b/libraries/uowfile/build.gradle
@@ -23,12 +23,12 @@ description = "Apache Polygene\u2122 UoWFile Library provides file operations bindi
 jar { manifest { name = "Apache Polygene\u2122 Library - UoWFile" } }
 
 dependencies {
-  compile zest.core.bootstrap
-  compile zest.library( 'fileconfig' )
+  compile polygene.core.bootstrap
+  compile polygene.library( 'fileconfig' )
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
 
-  testCompile zest.core.testsupport
+  testCompile polygene.core.testsupport
 
   testRuntime libraries.logback
 }

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/uowfile/dev-status.xml
----------------------------------------------------------------------
diff --git a/libraries/uowfile/dev-status.xml b/libraries/uowfile/dev-status.xml
index 0e12881..476db6d 100644
--- a/libraries/uowfile/dev-status.xml
+++ b/libraries/uowfile/dev-status.xml
@@ -18,10 +18,10 @@
   ~
   ~
   -->
-<module xmlns="http://zest.apache.org/schemas/2008/dev-status/1"
+<module xmlns="http://polygene.apache.org/schemas/2008/dev-status/1"
         xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-        xsi:schemaLocation="http://zest.apache.org/schemas/2008/dev-status/1
-        http://zest.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
+        xsi:schemaLocation="http://polygene.apache.org/schemas/2008/dev-status/1
+        http://polygene.apache.org/schemas/2008/dev-status/1/dev-status.xsd">
   <status>
     <!--none,early,beta,stable,mature-->
     <codebase>stable</codebase>

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/libraries/uowfile/src/docs/uowfile.txt
----------------------------------------------------------------------
diff --git a/libraries/uowfile/src/docs/uowfile.txt b/libraries/uowfile/src/docs/uowfile.txt
index be93694..9ad65c3 100644
--- a/libraries/uowfile/src/docs/uowfile.txt
+++ b/libraries/uowfile/src/docs/uowfile.txt
@@ -52,7 +52,7 @@ Let's say you have the following Entity:
 
 [snippet,java]
 ----
-source=libraries/uowfile/src/test/java/org/apache/zest/library/uowfile/HasUoWFileTest.java
+source=libraries/uowfile/src/test/java/org/apache/polygene/library/uowfile/HasUoWFileTest.java
 tag=entity
 ----
 
@@ -60,7 +60,7 @@ To add an attached file to it you first need to extends HasUoWFileLifecycle:
 
 [snippet,java]
 ----
-source=libraries/uowfile/src/test/java/org/apache/zest/library/uowfile/HasUoWFileTest.java
+source=libraries/uowfile/src/test/java/org/apache/polygene/library/uowfile/HasUoWFileTest.java
 tag=uowfile
 ----
 
@@ -68,7 +68,7 @@ This provides you with the following contract:
 
 [snippet,java]
 ----
-source=libraries/uowfile/src/main/java/org/apache/zest/library/uowfile/singular/HasUoWFile.java
+source=libraries/uowfile/src/main/java/org/apache/polygene/library/uowfile/singular/HasUoWFile.java
 tag=contract
 ----
 
@@ -76,7 +76,7 @@ Next you need to write the UoWFileLocator mixin:
 
 [snippet,java]
 ----
-source=libraries/uowfile/src/test/java/org/apache/zest/library/uowfile/HasUoWFileTest.java
+source=libraries/uowfile/src/test/java/org/apache/polygene/library/uowfile/HasUoWFileTest.java
 tag=locator
 ----
 
@@ -84,7 +84,7 @@ Assemble all this as follow:
 
 [snippet,java]
 ----
-source=libraries/uowfile/src/test/java/org/apache/zest/library/uowfile/HasUoWFileTest.java
+source=libraries/uowfile/src/test/java/org/apache/polygene/library/uowfile/HasUoWFileTest.java
 tag=assembly
 ----
 
@@ -92,7 +92,7 @@ You can now use the following methods on your EntityComposite:
 
 [snippet,java]
 ----
-source=libraries/uowfile/src/test/java/org/apache/zest/library/uowfile/HasUoWFileTest.java
+source=libraries/uowfile/src/test/java/org/apache/polygene/library/uowfile/HasUoWFileTest.java
 tag=api
 ----
 
@@ -106,7 +106,7 @@ Let's say you have the following Entity:
 
 [snippet,java]
 ----
-source=libraries/uowfile/src/test/java/org/apache/zest/library/uowfile/HasUoWFilesTest.java
+source=libraries/uowfile/src/test/java/org/apache/polygene/library/uowfile/HasUoWFilesTest.java
 tag=entity
 ----
 
@@ -118,7 +118,7 @@ HasUoWFilesLifecycle:
 
 [snippet,java]
 ----
-source=libraries/uowfile/src/test/java/org/apache/zest/library/uowfile/HasUoWFilesTest.java
+source=libraries/uowfile/src/test/java/org/apache/polygene/library/uowfile/HasUoWFilesTest.java
 tag=uowfile
 ----
 
@@ -126,7 +126,7 @@ This provides you with the following contract:
 
 [snippet,java]
 ----
-source=libraries/uowfile/src/main/java/org/apache/zest/library/uowfile/plural/HasUoWFiles.java
+source=libraries/uowfile/src/main/java/org/apache/polygene/library/uowfile/plural/HasUoWFiles.java
 tag=contract
 ----
 
@@ -134,7 +134,7 @@ Next you need to write the UoWFileLocator mixin:
 
 [snippet,java]
 ----
-source=libraries/uowfile/src/test/java/org/apache/zest/library/uowfile/HasUoWFilesTest.java
+source=libraries/uowfile/src/test/java/org/apache/polygene/library/uowfile/HasUoWFilesTest.java
 tag=locator
 ----
 
@@ -142,7 +142,7 @@ Assemble all this as follow:
 
 [snippet,java]
 ----
-source=libraries/uowfile/src/test/java/org/apache/zest/library/uowfile/HasUoWFilesTest.java
+source=libraries/uowfile/src/test/java/org/apache/polygene/library/uowfile/HasUoWFilesTest.java
 tag=assembly
 ----
 
@@ -150,7 +150,7 @@ You can now use the following methods on your EntityComposite:
 
 [snippet,java]
 ----
-source=libraries/uowfile/src/test/java/org/apache/zest/library/uowfile/HasUoWFilesTest.java
+source=libraries/uowfile/src/test/java/org/apache/polygene/library/uowfile/HasUoWFilesTest.java
 tag=api
 ----
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/manual/build.gradle
----------------------------------------------------------------------
diff --git a/manual/build.gradle b/manual/build.gradle
index 77c35cb..fed0e29 100644
--- a/manual/build.gradle
+++ b/manual/build.gradle
@@ -22,11 +22,11 @@ apply plugin: ManualPlugin
 description = "Apache Polygene\u2122 Manuals and Website."
 
 dependencies {
-  compile zest.core.bootstrap
-  compile zest.library( 'constraints' )
-  compile zest.library( 'logging' )
+  compile polygene.core.bootstrap
+  compile polygene.library( 'constraints' )
+  compile polygene.library( 'logging' )
 
-  runtime zest.core.runtime
+  runtime polygene.core.runtime
   runtime( libraries.logback )
 }
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/manual/src/docs/reference/index.txt
----------------------------------------------------------------------
diff --git a/manual/src/docs/reference/index.txt b/manual/src/docs/reference/index.txt
index 83c2ad3..04963d8 100644
--- a/manual/src/docs/reference/index.txt
+++ b/manual/src/docs/reference/index.txt
@@ -20,9 +20,9 @@
 [[reference-documentation,Reference Manual]]
 = Apache Polygene\u2122 v{revnumber} Reference Manual =
 
-:zest-version: {revnumber}
-:zest-buildnumber: {revnumber}
-:zest-git-tag: {gitversion}
+:polygene-version: {revnumber}
+:polygene-buildnumber: {revnumber}
+:polygene-git-tag: {gitversion}
 
 
 :leveloffset: 2

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/manual/src/docs/tutorials/howto-assembly-application.txt
----------------------------------------------------------------------
diff --git a/manual/src/docs/tutorials/howto-assembly-application.txt b/manual/src/docs/tutorials/howto-assembly-application.txt
index 2cdc289..200f662 100644
--- a/manual/src/docs/tutorials/howto-assembly-application.txt
+++ b/manual/src/docs/tutorials/howto-assembly-application.txt
@@ -26,7 +26,7 @@ If you want to reproduce what's explained in this tutorial, remember to depend o
 
 include::../../../../core/bootstrap/build/docs/buildinfo/artifact.txt[]
 
-At runtime you will need the Core Runtime artifact too. See the <<howto-depend-on-zest>> tutorial for details.
+At runtime you will need the Core Runtime artifact too. See the <<howto-depend-on-polygene>> tutorial for details.
 
 == Basics ==
 
@@ -73,7 +73,7 @@ is either a direct reference, such as
 
 [snippet,java]
 -----------
-source=manual/src/main/java/org/apache/zest/manual/recipes/assemble/Docs.java
+source=manual/src/main/java/org/apache/polygene/manual/recipes/assemble/Docs.java
 tag=direct
 -----------
 
@@ -81,7 +81,7 @@ or an indirect lookup, such as
 
 [snippet,java]
 -----------
-source=manual/src/main/java/org/apache/zest/manual/recipes/assemble/Docs.java
+source=manual/src/main/java/org/apache/polygene/manual/recipes/assemble/Docs.java
 tag=indirect
 -----------
 
@@ -125,7 +125,7 @@ So, lets see how we code up this bit in the actual code first.
 
 [snippet,java]
 -----------
-source=manual/src/main/java/org/apache/zest/manual/recipes/assemble/Main.java
+source=manual/src/main/java/org/apache/polygene/manual/recipes/assemble/Main.java
 tag=main
 -----------
 
@@ -138,7 +138,7 @@ it could be to create the Domain Layer.
 
 [snippet,java]
 -----------
-source=manual/src/main/java/org/apache/zest/manual/recipes/assemble/Main.java
+source=manual/src/main/java/org/apache/polygene/manual/recipes/assemble/Main.java
 tag=domainLayer
 -----------
 
@@ -148,7 +148,7 @@ we need to declare which Composites, Entities, Services and Objects that is in e
 
 [snippet,java]
 -----------
-source=manual/src/main/java/org/apache/zest/manual/recipes/assemble/Main.java
+source=manual/src/main/java/org/apache/polygene/manual/recipes/assemble/Main.java
 tag=accountModule
 -----------
 
@@ -157,7 +157,7 @@ actually very, very simple;
 
 [snippet,java]
 -----------
-source=manual/src/main/java/org/apache/zest/manual/recipes/assemble/Main.java
+source=manual/src/main/java/org/apache/polygene/manual/recipes/assemble/Main.java
 tag=shutdown
 -----------
 

http://git-wip-us.apache.org/repos/asf/zest-java/blob/54b69c48/manual/src/docs/tutorials/howto-build-system.txt
----------------------------------------------------------------------
diff --git a/manual/src/docs/tutorials/howto-build-system.txt b/manual/src/docs/tutorials/howto-build-system.txt
index 1e5193b..0d4240c 100644
--- a/manual/src/docs/tutorials/howto-build-system.txt
+++ b/manual/src/docs/tutorials/howto-build-system.txt
@@ -25,7 +25,7 @@ It describe the Polygene\u2122 SDK Build System from compilation to publication of
 applications.
 
 If instead you want to setup your project build system to depend on modules of the Polygene\u2122 SDK see the
-<<howto-depend-on-zest,dedicated tutorial>>.
+<<howto-depend-on-polygene,dedicated tutorial>>.
 
 
 == Gradle ==