From 9ff4bc6ed4872e30c618afe03a4075789b598318 Mon Sep 17 00:00:00 2001 From: Eric Milles Date: Fri, 4 Dec 2020 09:40:21 -0600 Subject: [PATCH] Eclipse 4.18 (RC2) JDT Patch for Groovy-Eclipse: JDT commit 92d33b4 #1161 #1162 --- .../groovy/m2eclipse/GroovyProjectConfigurator.java | 6 +++--- .../e418/Feature-org.codehaus.groovy.jdt.patch/feature.xml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/extras/org.codehaus.groovy.m2eclipse/src/org/codehaus/groovy/m2eclipse/GroovyProjectConfigurator.java b/extras/org.codehaus.groovy.m2eclipse/src/org/codehaus/groovy/m2eclipse/GroovyProjectConfigurator.java index c28f7941de..4913899675 100644 --- a/extras/org.codehaus.groovy.m2eclipse/src/org/codehaus/groovy/m2eclipse/GroovyProjectConfigurator.java +++ b/extras/org.codehaus.groovy.m2eclipse/src/org/codehaus/groovy/m2eclipse/GroovyProjectConfigurator.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2019 the original author or authors. + * Copyright 2009-2020 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -61,12 +61,12 @@ public void configure(ProjectConfigurationRequest request, IProgressMonitor moni } @Override - public void configureClasspath(IMavenProjectFacade facade, IClasspathDescriptor classpath, IProgressMonitor monitor) throws CoreException { + public void configureClasspath(IMavenProjectFacade facade, IClasspathDescriptor classpath, IProgressMonitor monitor) { // nothing to add to the Maven Dependencies container } @Override - public void configureRawClasspath(ProjectConfigurationRequest request, IClasspathDescriptor classpath, IProgressMonitor monitor) throws CoreException { + public void configureRawClasspath(ProjectConfigurationRequest request, IClasspathDescriptor classpath, IProgressMonitor monitor) { ProjectSourceType sourceType = ProjectSourceType.getSourceType(request.getMavenProjectFacade()); if (sourceType != null) { if (isAbsent(classpath, DSLD_CONTAINER_ID) && isAddDslSupport()) { diff --git a/jdt-patch/e418/Feature-org.codehaus.groovy.jdt.patch/feature.xml b/jdt-patch/e418/Feature-org.codehaus.groovy.jdt.patch/feature.xml index 92afc3ba4d..c94ab9bab6 100644 --- a/jdt-patch/e418/Feature-org.codehaus.groovy.jdt.patch/feature.xml +++ b/jdt-patch/e418/Feature-org.codehaus.groovy.jdt.patch/feature.xml @@ -18,7 +18,7 @@ - +