Adding GUI2 to the Bazel build system
Change-Id: Ieb39ade1a8713a50fdf885e2bb43f53f8f725ea8
diff --git a/tools/package/features/BUILD b/tools/package/features/BUILD
index 1ebd65c..f8355c0 100644
--- a/tools/package/features/BUILD
+++ b/tools/package/features/BUILD
@@ -168,19 +168,20 @@
visibility = ["//visibility:public"],
)
-#osgi_feature (
-# name = "onos-gui2",
-# description = "ONOS GUI2 console components",
-# included_bundles = [
-# "//web/gui:onos-gui2",
-# "@jetty_websocket//jar",
-# "//utils/rest:onlab-rest",
-# ],
-# required_features = [
-# "onos-api",
-# "onos-thirdparty-web",
-# ],
-#)
+osgi_feature(
+ name = "onos-gui2",
+ description = "ONOS GUI2 components",
+ included_bundles = [
+ "//web/gui2:onos-gui2",
+ "@jetty_websocket//jar",
+ "//utils/rest:onlab-rest",
+ ],
+ required_features = [
+ "onos-api",
+ "onos-thirdparty-web",
+ ],
+ visibility = ["//visibility:public"],
+)
osgi_feature(
name = "onos-security",