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 2016/12/31 13:29:47 UTC

[1/7] polygene-java git commit: build: fix paths to website repository for release

Repository: polygene-java
Updated Branches:
  refs/heads/develop 0984d0ba9 -> 6f23e5549


build: fix paths to website repository for release


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

Branch: refs/heads/develop
Commit: b21b38a07951732d459ebdc3faf82f10c9247556
Parents: 0984d0b
Author: Paul Merlin <pa...@apache.org>
Authored: Sat Dec 31 14:23:28 2016 +0100
Committer: Paul Merlin <pa...@apache.org>
Committed: Sat Dec 31 14:23:28 2016 +0100

----------------------------------------------------------------------
 .../gradle/structure/release/ReleasePlugin.groovy   | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b21b38a0/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/release/ReleasePlugin.groovy
----------------------------------------------------------------------
diff --git a/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/release/ReleasePlugin.groovy b/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/release/ReleasePlugin.groovy
index b36a967..076a6b5 100644
--- a/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/release/ReleasePlugin.groovy
+++ b/buildSrc/src/main/groovy/org/apache/polygene/gradle/structure/release/ReleasePlugin.groovy
@@ -85,11 +85,11 @@ class ReleasePlugin implements Plugin<Project>
       throw new InvalidUserDataException(
         'Development version is unreleasable, please clean and retry with a -Dversion=' )
     }
-    def polygeneWeb = new File( project.rootProject.projectDir.parentFile, 'polygene-web' )
+    def polygeneWeb = new File( project.rootProject.projectDir.parentFile, 'polygene-website' )
     if( !polygeneWeb.exists() )
     {
       throw new InvalidUserDataException(
-        'To perform ASF releases you need to checkout the SVN web site directory under ../polygene-web' )
+        'To perform ASF releases you need to clone the `polygene-website` repository under ../polygene-website' )
     }
     def polygeneDist = new File( project.rootProject.projectDir.parentFile, 'polygene-dist' )
     if( !polygeneDist.exists() )
@@ -241,20 +241,20 @@ class ReleasePlugin implements Plugin<Project>
       // TODO Consume documentation and reports through configurations
       task.dependsOn "${ manual.path }:${ ManualPlugin.TaskNames.WEBSITE }"
       task.dependsOn "${ reports.path }:${ ReportsPlugin.TaskNames.JAVADOCS }"
-      def webRoot = new File( project.rootProject.projectDir.parentFile, 'polygene-web' )
+      def webRoot = new File( project.rootProject.projectDir.parentFile, 'polygene-website' )
       def dirName = releaseSpec.releaseVersion ? project.version : 'develop'
       task.destinationDir = webRoot
       task.from( new File( manual.buildDir, 'docs/website' ) ) { CopySpec spec ->
-        spec.into "site/content/java/$dirName"
+        spec.into "content/java/$dirName"
       }
       task.from( new File( reports.buildDir, 'docs/javadocs' ) ) { CopySpec spec ->
-        spec.into "site/content/java/$dirName/javadocs"
+        spec.into "content/java/$dirName/javadocs"
       }
     }
     project.tasks.create( TaskNames.COPY_ASF_DOC_LATEST, Copy ) { Copy task ->
-      def webRoot = new File( project.rootProject.projectDir.parentFile, 'polygene-web' )
-      task.from new File( webRoot, "site/content/java/$project.version" )
-      task.into new File( webRoot, "site/content/java/latest" )
+      def webRoot = new File( project.rootProject.projectDir.parentFile, 'polygene-website' )
+      task.from new File( webRoot, "content/java/$project.version" )
+      task.into new File( webRoot, "content/java/latest" )
       task.doFirst {
         if( !releaseSpec.releaseVersion )
         {


[6/7] polygene-java git commit: docs: add links to 2.1 javadocs

Posted by pa...@apache.org.
docs: add links to 2.1 javadocs


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

Branch: refs/heads/develop
Commit: c63d3ac278cee234489c57341b3c56a994327fdd
Parents: 595738d
Author: Paul Merlin <pa...@apache.org>
Authored: Sat Dec 31 14:27:57 2016 +0100
Committer: Paul Merlin <pa...@apache.org>
Committed: Sat Dec 31 14:27:57 2016 +0100

----------------------------------------------------------------------
 manual/src/docs/website/javadocs.txt | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/c63d3ac2/manual/src/docs/website/javadocs.txt
----------------------------------------------------------------------
diff --git a/manual/src/docs/website/javadocs.txt b/manual/src/docs/website/javadocs.txt
index 5da195e..f6d406f 100644
--- a/manual/src/docs/website/javadocs.txt
+++ b/manual/src/docs/website/javadocs.txt
@@ -45,6 +45,7 @@ Links to _"alias versions"_ JavaDocs:
 
 Archived JavaDocs of previous releases:
 
+* https://polygene.apache.org/java/2.1/javadocs/[Release 2.1]
 * https://polygene.apache.org/java/2.0/javadocs/[Release 2.0]
 * https://polygene.apache.org/java/1.4.1/javadocs/[Release 1.4.1]
 * https://polygene.apache.org/java/1.4/javadocs/[Release 1.4]


[3/7] polygene-java git commit: docs: remove empty 2h tutorial from documentation navigation

Posted by pa...@apache.org.
docs: remove empty 2h tutorial from documentation navigation


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/9506ddd9
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/9506ddd9
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/9506ddd9

Branch: refs/heads/develop
Commit: 9506ddd911aaa225b4c04e8efb23e41018fe1d6a
Parents: b88f481
Author: Paul Merlin <pa...@apache.org>
Authored: Sat Dec 31 14:27:00 2016 +0100
Committer: Paul Merlin <pa...@apache.org>
Committed: Sat Dec 31 14:27:00 2016 +0100

----------------------------------------------------------------------
 manual/src/docs/website/tutorials.txt                   | 12 ++++++------
 manual/src/resources/js/progressive-enhancement.js      |  2 +-
 .../thirtyminutes/src/docs/thirty-minutes.txt           |  2 +-
 3 files changed, 8 insertions(+), 8 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/9506ddd9/manual/src/docs/website/tutorials.txt
----------------------------------------------------------------------
diff --git a/manual/src/docs/website/tutorials.txt b/manual/src/docs/website/tutorials.txt
index 111090b..677dd09 100644
--- a/manual/src/docs/website/tutorials.txt
+++ b/manual/src/docs/website/tutorials.txt
@@ -30,8 +30,8 @@ this tutorial, run it and play with it.
 
 In this section you will find a comprehensive set of tutorials about Composite Oriented Programming using Polygene\u2122.
 
-[[tutorials-intro,Polygene\u2122 in 2 hours 42 minutes]]
-=== Polygene\u2122 in 2 hours 42 minutes ===
+[[tutorials-intro,Polygene\u2122 in 42 minutes]]
+=== Polygene\u2122 in 42 minutes ===
 
 This quite long introduction to Polygene\u2122 will start by brushing up an overview of the problems Polygene\u2122 solve, teach you what
 Composite Oriented Programming is and guide you through the process of writing a complete Application around an adapted
@@ -40,7 +40,7 @@ Hello World example.
 - <<two-minutes-intro>>
 - <<ten-minutes-intro>>
 - <<thirty-minutes-intro>>
-- <<two-hours-intro>>
+// - <<two-hours-intro>>
 
 === Getting real with Polygene\u2122 ===
 
@@ -88,9 +88,9 @@ include::../../../../tutorials/introduction/tenminutes/src/docs/ten-minutes.txt[
 
 include::../../../../tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt[]
 
-:leveloffset: 2
-
-include::../../../../tutorials/introduction/twohours/src/docs/two-hours.txt[]
+//:leveloffset: 2
+//
+//include::../../../../tutorials/introduction/twohours/src/docs/two-hours.txt[]
 
 :leveloffset: 2
 

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/9506ddd9/manual/src/resources/js/progressive-enhancement.js
----------------------------------------------------------------------
diff --git a/manual/src/resources/js/progressive-enhancement.js b/manual/src/resources/js/progressive-enhancement.js
index 5f485e9..0aaecc0 100644
--- a/manual/src/resources/js/progressive-enhancement.js
+++ b/manual/src/resources/js/progressive-enhancement.js
@@ -144,7 +144,7 @@ $( document ).ready( function($){
             case "Overview":
                 $dt.attr( "style", "margin-bottom: 24px" );
             // Tutorials
-            case "Polygene\u2122 in 2 hours":
+            case "Polygene\u2122 in 30 minutes":
             case "Leverage Properties":
             case "Use @Invocation":
                 $dt.attr( "style", "margin-bottom: 24px" );

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/9506ddd9/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt
----------------------------------------------------------------------
diff --git a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt
index f873978..b8124ab 100644
--- a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt
+++ b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt
@@ -163,4 +163,4 @@ to create applications from scratch, how to structure applications, and how the
 We have looked at how to add a Concern that uses a private Mixin, we have touched a bit on Generic Concerns, and
 finally a short introduction to the Query API.
 
-Next step, <<two-hours-intro>>.
+// Next step, <<two-hours-intro>>.


[4/7] polygene-java git commit: docs: tidy up tutorials navigation

Posted by pa...@apache.org.
docs: tidy up tutorials navigation


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/8f39ef23
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/8f39ef23
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/8f39ef23

Branch: refs/heads/develop
Commit: 8f39ef23bda3c83df8ebdb8653759b70cab0bd23
Parents: 9506ddd
Author: Paul Merlin <pa...@apache.org>
Authored: Sat Dec 31 14:27:19 2016 +0100
Committer: Paul Merlin <pa...@apache.org>
Committed: Sat Dec 31 14:27:19 2016 +0100

----------------------------------------------------------------------
 manual/src/docs/tutorials/howto-depend-on-polygene.txt | 4 ++--
 manual/src/docs/tutorials/howto-writing-docs.txt       | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/8f39ef23/manual/src/docs/tutorials/howto-depend-on-polygene.txt
----------------------------------------------------------------------
diff --git a/manual/src/docs/tutorials/howto-depend-on-polygene.txt b/manual/src/docs/tutorials/howto-depend-on-polygene.txt
index d71fd71..90ae1d6 100644
--- a/manual/src/docs/tutorials/howto-depend-on-polygene.txt
+++ b/manual/src/docs/tutorials/howto-depend-on-polygene.txt
@@ -17,8 +17,8 @@
  * under the License.
 ///////////////////////////////////////////////////////////////
 
-[[howto-depend-on-polygene,Depend on Polygene\u2122 in your build]]
-= Depend on Polygene\u2122 in your build =
+[[howto-depend-on-polygene,Depend on Polygene\u2122]]
+= Depend on Polygene\u2122 =
 
 NOTE: Some of the <<libraries>> and <<extensions>> depend on artifacts that are not deployed in central, you'll need to
 add other repositories to your build scripts accordingly.

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/8f39ef23/manual/src/docs/tutorials/howto-writing-docs.txt
----------------------------------------------------------------------
diff --git a/manual/src/docs/tutorials/howto-writing-docs.txt b/manual/src/docs/tutorials/howto-writing-docs.txt
index 35f7deb..4f6d20b 100644
--- a/manual/src/docs/tutorials/howto-writing-docs.txt
+++ b/manual/src/docs/tutorials/howto-writing-docs.txt
@@ -18,7 +18,7 @@
 ///////////////////////////////////////////////////////////////
 
 [[community-docs,Writing Documentation]]
-= Writing Polygene\u2122 Documentation =
+= Polygene\u2122 Documentation =
 
 The documents use the asciidoc format, see:
 


[5/7] polygene-java git commit: docs: remove navigation entry for removed DCI-Cargo sample

Posted by pa...@apache.org.
docs: remove navigation entry for removed DCI-Cargo sample


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/595738d2
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/595738d2
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/595738d2

Branch: refs/heads/develop
Commit: 595738d24a544238f9c544306d803de735db5260
Parents: 8f39ef2
Author: Paul Merlin <pa...@apache.org>
Authored: Sat Dec 31 14:27:43 2016 +0100
Committer: Paul Merlin <pa...@apache.org>
Committed: Sat Dec 31 14:27:43 2016 +0100

----------------------------------------------------------------------
 manual/src/docs/website/samples.txt | 11 -----------
 1 file changed, 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/595738d2/manual/src/docs/website/samples.txt
----------------------------------------------------------------------
diff --git a/manual/src/docs/website/samples.txt b/manual/src/docs/website/samples.txt
index 3c0d3ec..191b00f 100644
--- a/manual/src/docs/website/samples.txt
+++ b/manual/src/docs/website/samples.txt
@@ -37,17 +37,6 @@ Polygene\u2122 core only.
 
 https://github.com/apache/polygene-java/tree/develop/samples/dci[Browse Source]
 
-[[sample-dci-cargo,DCI Cargo Sample]]
-== DCI Cargo Sample ==
-
-Sample of how DCI (Data, Context & Interaction) pattern is implemented with
-Polygene\u2122, 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/polygene-java/tree/develop/samples/dci-cargo[Browse Source]
-
 [[sample-forum,Forum Sample]]
 == Forum Sample ==
 


[2/7] polygene-java git commit: docs: remove mentions of now gone core/functional and core/io

Posted by pa...@apache.org.
docs: remove mentions of now gone core/functional and core/io


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

Branch: refs/heads/develop
Commit: b88f4817f704424b395eb49ccb2ca8720bcdd04b
Parents: b21b38a
Author: Paul Merlin <pa...@apache.org>
Authored: Sat Dec 31 14:25:03 2016 +0100
Committer: Paul Merlin <pa...@apache.org>
Committed: Sat Dec 31 14:25:54 2016 +0100

----------------------------------------------------------------------
 manual/src/resources/js/progressive-enhancement.js               | 2 +-
 tutorials/composites/src/docs/tut-composites.txt                 | 2 +-
 tutorials/introduction/tenminutes/src/docs/ten-minutes.txt       | 2 +-
 tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt | 2 +-
 tutorials/introduction/twominutes/src/docs/two-minutes.txt       | 2 +-
 tutorials/services/src/docs/tut-services.txt                     | 3 +--
 6 files changed, 6 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b88f4817/manual/src/resources/js/progressive-enhancement.js
----------------------------------------------------------------------
diff --git a/manual/src/resources/js/progressive-enhancement.js b/manual/src/resources/js/progressive-enhancement.js
index 75722b0..5f485e9 100644
--- a/manual/src/resources/js/progressive-enhancement.js
+++ b/manual/src/resources/js/progressive-enhancement.js
@@ -146,7 +146,7 @@ $( document ).ready( function($){
             // Tutorials
             case "Polygene\u2122 in 2 hours":
             case "Leverage Properties":
-            case "Use I/O API":
+            case "Use @Invocation":
                 $dt.attr( "style", "margin-bottom: 24px" );
                 break;
             // JavaDocs

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b88f4817/tutorials/composites/src/docs/tut-composites.txt
----------------------------------------------------------------------
diff --git a/tutorials/composites/src/docs/tut-composites.txt b/tutorials/composites/src/docs/tut-composites.txt
index eb8e3bb..8e9cff2 100644
--- a/tutorials/composites/src/docs/tut-composites.txt
+++ b/tutorials/composites/src/docs/tut-composites.txt
@@ -48,7 +48,7 @@ At the bottom of each tutorial step, the is Solutions section, which list the fi
 have followed the instructions.
 
 If you want to reproduce what's explained in this tutorial, remember to depend on the Core Runtime artifact that depends
-on Core API, Core SPI, Core Bootstrap and Core Functional & I/O APIs:
+on Core API, Core SPI, and Core Bootstrap:
 
 include::../../../../core/runtime/build/docs/buildinfo/artifact.txt[]
 

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b88f4817/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt
----------------------------------------------------------------------
diff --git a/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt b/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt
index 1bf8fa9..ba4c99e 100644
--- a/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt
+++ b/tutorials/introduction/tenminutes/src/docs/ten-minutes.txt
@@ -34,7 +34,7 @@ this tutorial, run it and play with it.
     * Only Mixins carry Composite state. The others are shared between Composite instances.
 
 If you want to reproduce what's explained in this tutorial, remember to depend on the Core Runtime artifact that depends
-on Core API, Core SPI, Core Bootstrap and Core Functional & I/O APIs:
+on Core API, Core SPI, and Core Bootstrap:
 
 include::../../../../../core/runtime/build/docs/buildinfo/artifact.txt[]
 

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b88f4817/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt
----------------------------------------------------------------------
diff --git a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt
index 1ea0414..f873978 100644
--- a/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt
+++ b/tutorials/introduction/thirtyminutes/src/docs/thirty-minutes.txt
@@ -29,7 +29,7 @@ This introduction will deepen your understanding of Polygene\u2122, as we touches o
 is expected that you have gone through and understood the "Polygene\u2122 in 10 minutes" introduction.
 
 If you want to reproduce what's explained in this tutorial, remember to depend on the Core Runtime artifact that depends
-on Core API, Core SPI, Core Bootstrap and Core Functional & I/O APIs:
+on Core API, Core SPI, and Core Bootstrap:
 
 include::../../../../../core/runtime/build/docs/buildinfo/artifact.txt[]
 

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b88f4817/tutorials/introduction/twominutes/src/docs/two-minutes.txt
----------------------------------------------------------------------
diff --git a/tutorials/introduction/twominutes/src/docs/two-minutes.txt b/tutorials/introduction/twominutes/src/docs/two-minutes.txt
index 9bd0847..c8e3a41 100644
--- a/tutorials/introduction/twominutes/src/docs/two-minutes.txt
+++ b/tutorials/introduction/twominutes/src/docs/two-minutes.txt
@@ -28,7 +28,7 @@ To show that Polygene\u2122 is not necessarily complex, not hard to get going with
 classic HelloWorld, as small as it can get and still be Composite Oriented Programming and not only standard OOP.
 
 If you want to reproduce what's explained in this tutorial, remember to depend on the Core Runtime artifact that depends
-on Core API, Core SPI, Core Bootstrap and Core Functional & I/O APIs:
+on Core API, Core SPI, and Core Bootstrap:
 
 include::../../../../../core/runtime/build/docs/buildinfo/artifact.txt[]
 

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/b88f4817/tutorials/services/src/docs/tut-services.txt
----------------------------------------------------------------------
diff --git a/tutorials/services/src/docs/tut-services.txt b/tutorials/services/src/docs/tut-services.txt
index dd45540..b8daf0c 100644
--- a/tutorials/services/src/docs/tut-services.txt
+++ b/tutorials/services/src/docs/tut-services.txt
@@ -41,7 +41,7 @@ At the bottom of each tutorial step, the is Solutions section, which list the fi
 have followed the instructions.
 
 If you want to reproduce what's explained in this tutorial, remember to depend on the Core Runtime artifact that depends
-on Core API, Core SPI, Core Bootstrap and Core Functional & I/O APIs:
+on Core API, Core SPI, and Core Bootstrap:
 
 include::../../../../core/runtime/build/docs/buildinfo/artifact.txt[]
 
@@ -58,4 +58,3 @@ include::step2.txt[]
 :leveloffset: 3
 
 include::step3.txt[]
-


[7/7] polygene-java git commit: docs: temporary Apache Polygene logo

Posted by pa...@apache.org.
docs: temporary Apache Polygene logo


Project: http://git-wip-us.apache.org/repos/asf/polygene-java/repo
Commit: http://git-wip-us.apache.org/repos/asf/polygene-java/commit/6f23e554
Tree: http://git-wip-us.apache.org/repos/asf/polygene-java/tree/6f23e554
Diff: http://git-wip-us.apache.org/repos/asf/polygene-java/diff/6f23e554

Branch: refs/heads/develop
Commit: 6f23e5549c02bf8340603bf3097ac962ba6182bb
Parents: c63d3ac
Author: Paul Merlin <pa...@apache.org>
Authored: Sat Dec 31 14:28:14 2016 +0100
Committer: Paul Merlin <pa...@apache.org>
Committed: Sat Dec 31 14:28:14 2016 +0100

----------------------------------------------------------------------
 manual/src/resources/images/logo-box-qi4j.jpg   | Bin 0 -> 4079 bytes
 manual/src/resources/images/logo-box.jpg        | Bin 4079 -> 0 bytes
 .../src/resources/images/logo-standard-zest.png | Bin 0 -> 10455 bytes
 manual/src/resources/images/logo-standard.png   | Bin 10455 -> 13584 bytes
 4 files changed, 0 insertions(+), 0 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/polygene-java/blob/6f23e554/manual/src/resources/images/logo-box-qi4j.jpg
----------------------------------------------------------------------
diff --git a/manual/src/resources/images/logo-box-qi4j.jpg b/manual/src/resources/images/logo-box-qi4j.jpg
new file mode 100644
index 0000000..1e5978a
Binary files /dev/null and b/manual/src/resources/images/logo-box-qi4j.jpg differ

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/6f23e554/manual/src/resources/images/logo-box.jpg
----------------------------------------------------------------------
diff --git a/manual/src/resources/images/logo-box.jpg b/manual/src/resources/images/logo-box.jpg
deleted file mode 100644
index 1e5978a..0000000
Binary files a/manual/src/resources/images/logo-box.jpg and /dev/null differ

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/6f23e554/manual/src/resources/images/logo-standard-zest.png
----------------------------------------------------------------------
diff --git a/manual/src/resources/images/logo-standard-zest.png b/manual/src/resources/images/logo-standard-zest.png
new file mode 100644
index 0000000..c8b255f
Binary files /dev/null and b/manual/src/resources/images/logo-standard-zest.png differ

http://git-wip-us.apache.org/repos/asf/polygene-java/blob/6f23e554/manual/src/resources/images/logo-standard.png
----------------------------------------------------------------------
diff --git a/manual/src/resources/images/logo-standard.png b/manual/src/resources/images/logo-standard.png
index c8b255f..2d22919 100644
Binary files a/manual/src/resources/images/logo-standard.png and b/manual/src/resources/images/logo-standard.png differ