Skip to content

Commit

Permalink
Removed jdt (#10587)
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Mäder <tmader@redhat.com>
  • Loading branch information
tsmaeder committed Oct 17, 2018
1 parent dd780e3 commit aef3358
Show file tree
Hide file tree
Showing 421 changed files with 3 additions and 83,033 deletions.
Expand Up @@ -118,11 +118,6 @@
<artifactId>org.eclipse.core.resources</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.eclipse.che.plugin</groupId>
<artifactId>org.eclipse.jdt.ui</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
Expand Down
Expand Up @@ -40,8 +40,6 @@
import org.eclipse.che.api.watcher.server.FileWatcherApiModule;
import org.eclipse.che.plugin.java.server.inject.JavaModule;
import org.eclipse.core.resources.ResourcesPlugin;
import org.eclipse.jdt.internal.core.JavaModelManager;
import org.eclipse.jdt.internal.ui.JavaPlugin;
import org.mockito.Mockito;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down Expand Up @@ -153,11 +151,5 @@ protected void configure() {
() -> pathTransformer,
() -> fsManager);
resourcesPlugin.start();

JavaPlugin javaPlugin =
new JavaPlugin(root.getAbsolutePath() + "/.settings", resourcesPlugin, projectManager);
javaPlugin.start();

JavaModelManager.getDeltaState().initializeRoots(true);
}
}

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit aef3358

Please sign in to comment.