Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removed jdt #10587

Merged
merged 1 commit into from Jul 31, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
Expand Up @@ -117,11 +117,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 @@ -39,8 +39,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 @@ -149,11 +147,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.