diff --git a/che-orion-editor/src/main/resources/org/eclipse/che/orion/public/built-codeEdit/code_edit/built-codeEdit-amd.js b/che-orion-editor/src/main/resources/org/eclipse/che/orion/public/built-codeEdit/code_edit/built-codeEdit-amd.js
index d1627151..a57579e1 100644
--- a/che-orion-editor/src/main/resources/org/eclipse/che/orion/public/built-codeEdit/code_edit/built-codeEdit-amd.js
+++ b/che-orion-editor/src/main/resources/org/eclipse/che/orion/public/built-codeEdit/code_edit/built-codeEdit-amd.js
@@ -28656,6 +28656,15 @@ define("orion/editor/editor", [ //$NON-NLS-0$
getTooltip: function() {
return mTooltip.Tooltip.getTooltip(this._textView, this);
},
+
+ /**
+ * Hides opened tooltip.
+ */
+ hideTooltip: function() {
+ var tooltip = mTooltip.Tooltip.getTooltip(this._textView, this);
+ tooltip.hide(true);
+ },
+
/**
* Returns the zoom ruler of the editor.
*
diff --git a/org-eclipse-jdt-core-repack/pom.xml b/org-eclipse-jdt-core-repack/pom.xml
deleted file mode 100644
index 7688d9b8..00000000
--- a/org-eclipse-jdt-core-repack/pom.xml
+++ /dev/null
@@ -1,116 +0,0 @@
-
-
-
- 4.0.0
-
- che-lib-parent
- org.eclipse.che.lib
- 6.11.0-SNAPSHOT
- ../pom.xml
-
- org-eclipse-jdt-core-repack
- jar
- Che Plugin :: Java :: Eclipse JDT Core Repack
- We repack JAR for removing Eclipse RSA key
-
- false
-
-
-
- org.eclipse.tycho
- org.eclipse.jdt.core
-
-
-
-
-
- com.mycila
- license-maven-plugin
-
-
- **/*.java
-
-
-
-
- org.apache.maven.plugins
- maven-dependency-plugin
-
-
- copy-deps
- process-resources
-
- copy
-
-
-
-
- org.eclipse.tycho
- org.eclipse.jdt.core
- ${org.eclipse.jdt.core.version}
- jar
- false
- ${project.build.directory}/packager-conf/jar
-
-
-
-
-
-
-
- maven-antrun-plugin
-
-
- unpack
- process-resources
-
- run
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/org-eclipse-jdt-core-repack/src/main/java/App.java b/org-eclipse-jdt-core-repack/src/main/java/App.java
deleted file mode 100644
index d7c3eeff..00000000
--- a/org-eclipse-jdt-core-repack/src/main/java/App.java
+++ /dev/null
@@ -1,16 +0,0 @@
-/*
- * Copyright (c) 2012-2018 Red Hat, Inc.
- * This program and the accompanying materials are made
- * available under the terms of the Eclipse Public License 2.0
- * which is available at https://www.eclipse.org/legal/epl-2.0/
- *
- * SPDX-License-Identifier: EPL-2.0
- *
- * Contributors:
- * Red Hat, Inc. - initial API and implementation
- */
-/** This is a dummy class to force maven to generate sources and javadoc artifacts */
-public class App {
-
- public static void main(String[] args) {}
-}
diff --git a/pom.xml b/pom.xml
index 4210f0f9..096953e6 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,6 @@
che-tomcat8-slf4j-logback
swagger
- org-eclipse-jdt-core-repack
che-orion-editor
che-terminal-client
antlr-java5-grammar