File tree 2 files changed +0
-114
lines changed
io.sloeber.autoBuild/src/io/sloeber/schema/internal
2 files changed +0
-114
lines changed Original file line number Diff line number Diff line change 38
38
import io .sloeber .schema .api .ITool ;
39
39
import io .sloeber .schema .internal .enablement .Enablement ;
40
40
import io .sloeber .schema .internal .enablement .MBSEnablementExpression ;
41
- import io .sloeber .schema .internal .legacy .OutputNameProviderCompatibilityClass ;
42
41
43
42
public abstract class SchemaObject implements ISchemaObject {
44
43
@@ -202,21 +201,6 @@ private static Object legacyCreateExecutableExtention(IConfigurationElement elem
202
201
// many stacktraces that are not really problems
203
202
// e.printStackTrace();
204
203
}
205
- // The provided class does not conform with the current class
206
- // try older types of classes
207
- // Currently no known cases will actually work
208
-
209
- try {
210
- switch (className ) {
211
- case "org.eclipse.cdt.managedbuilder.makegen.gnu.GnuLinkOutputNameProvider" : //$NON-NLS-1$
212
- return new OutputNameProviderCompatibilityClass ();
213
- }
214
- } catch (@ SuppressWarnings ("unused" ) Exception e ) {
215
- // if this fails it is likely a class name is in the plugin.xml that is not a
216
- // class name
217
- // not dumping the stacktrace as the error is reported in calling method
218
- // e.printStackTrace();
219
- }
220
204
221
205
return null ;
222
206
}
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments