Remove incubating

This commit is contained in:
Lee moon soo 2016-06-30 11:30:49 -07:00
parent 4030fffed0
commit 3249ddb929
2 changed files with 2 additions and 2 deletions

View file

@ -18,7 +18,7 @@
"type" : "APPLICATION",
"name" : "zeppelin.clock",
"description" : "Clock (example)",
"artifact" : "zeppelin-examples/zeppelin-example-clock/target/zeppelin-example-clock-0.6.0-incubating-SNAPSHOT.jar",
"artifact" : "zeppelin-examples/zeppelin-example-clock/target/zeppelin-example-clock-0.6.0-SNAPSHOT.jar",
"className" : "org.apache.zeppelin.example.app.clock.Clock",
"resources" : [[":java.util.Date"]],
"icon" : '<i class="fa fa-clock-o"></i>'

View file

@ -18,7 +18,7 @@
"type" : "APPLICATION",
"name" : "zeppelin.horizontalbar",
"description" : "Horizontal Bar chart (example)",
"artifact" : "zeppelin-examples/zeppelin-example-horizontalbar/target/zeppelin-example-horizontalbar-0.6.0-incubating-SNAPSHOT.jar",
"artifact" : "zeppelin-examples/zeppelin-example-horizontalbar/target/zeppelin-example-horizontalbar-0.6.0-SNAPSHOT.jar",
"className" : "org.apache.zeppelin.example.app.horizontalbar.HorizontalBar",
"resources" : [[":org.apache.zeppelin.interpreter.InterpreterResult"]],
"icon" : '<i class="fa fa-bar-chart" style="-webkit-transform: rotate(90deg) scaleX(-1);-moz-transform: rotate(90deg) scaleX(-1);-ms-transform: rotate(90deg) scaleX(-1);"></i>'