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/04/17 06:59:58 UTC

[3/3] zest-java git commit: Can't manage to get Shell included in build...

Can't manage to get Shell included in build...


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

Branch: refs/heads/develop
Commit: 9ae5a7529af0341d10f3ade6de5c4665f009a85f
Parents: c8cdfcc
Author: Niclas Hedhman <ni...@hedhman.org>
Authored: Sun Apr 17 12:59:33 2016 +0800
Committer: Niclas Hedhman <ni...@hedhman.org>
Committed: Sun Apr 17 12:59:33 2016 +0800

----------------------------------------------------------------------
 build.gradle               | 1 +
 tools/shell/dev-status.xml | 4 ++--
 2 files changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/zest-java/blob/9ae5a752/build.gradle
----------------------------------------------------------------------
diff --git a/build.gradle b/build.gradle
index d459586..e8162ba 100644
--- a/build.gradle
+++ b/build.gradle
@@ -731,6 +731,7 @@ def srcDistFilesImages = copySpec {
   include 'samples/**'
   include 'tests/**'
   include 'tutorials/**'
+  include 'tools/shell/**'
   // Filtered, see below
   exclude 'settings.gradle'
   exclude 'gradle.properties'

http://git-wip-us.apache.org/repos/asf/zest-java/blob/9ae5a752/tools/shell/dev-status.xml
----------------------------------------------------------------------
diff --git a/tools/shell/dev-status.xml b/tools/shell/dev-status.xml
index ea9c2e8..360ab9c 100644
--- a/tools/shell/dev-status.xml
+++ b/tools/shell/dev-status.xml
@@ -27,10 +27,10 @@
     <codebase>beta</codebase>
 
     <!-- none, brief, good, complete -->
-    <documentation>none</documentation>
+    <documentation>brief</documentation>
 
     <!-- none, some, good, complete -->
-    <unittests>none</unittests>
+    <unittests>good</unittests>
   </status>
   <licenses>
     <license>ALv2</license>