You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@brooklyn.apache.org by he...@apache.org on 2015/12/23 12:06:58 UTC

[35/71] [abbrv] incubator-brooklyn git commit: [SERVER] omit jsgui feature from karaf

[SERVER] omit jsgui feature from karaf


Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/21482363
Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/21482363
Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/21482363

Branch: refs/heads/master
Commit: 21482363fa273536430f16180569cbe617c7b981
Parents: c6ad9cf
Author: John McCabe <jo...@johnmccabe.net>
Authored: Wed Dec 16 14:10:02 2015 +0000
Committer: Alex Heneveld <al...@cloudsoftcorp.com>
Committed: Mon Dec 21 16:43:34 2015 +0000

----------------------------------------------------------------------
 brooklyn-server/karaf/apache-brooklyn/pom.xml | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/21482363/brooklyn-server/karaf/apache-brooklyn/pom.xml
----------------------------------------------------------------------
diff --git a/brooklyn-server/karaf/apache-brooklyn/pom.xml b/brooklyn-server/karaf/apache-brooklyn/pom.xml
index 3a1123f..145f83b 100755
--- a/brooklyn-server/karaf/apache-brooklyn/pom.xml
+++ b/brooklyn-server/karaf/apache-brooklyn/pom.xml
@@ -115,7 +115,6 @@
             <bootFeature>system</bootFeature>
             <bootFeature>wrap</bootFeature>
             <!-- brooklyn features -->
-            <bootFeature>brooklyn-jsgui</bootFeature>
             <bootFeature>brooklyn-rest-server</bootFeature>
           </bootFeatures>
         </configuration>