From 5be4ac5668b6a1d07856a95d1d6c682bf87ea63e Mon Sep 17 00:00:00 2001 From: Rene Schneider Date: Tue, 13 Feb 2024 16:18:22 +0100 Subject: [PATCH] Fixed wrong well-known types location path --- .../com/google/eclipse/protobuf/ui/scoping/ImportResolver.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.google.eclipse.protobuf.ui/src/com/google/eclipse/protobuf/ui/scoping/ImportResolver.java b/com.google.eclipse.protobuf.ui/src/com/google/eclipse/protobuf/ui/scoping/ImportResolver.java index 17f8a66f..363b5059 100644 --- a/com.google.eclipse.protobuf.ui/src/com/google/eclipse/protobuf/ui/scoping/ImportResolver.java +++ b/com.google.eclipse.protobuf.ui/src/com/google/eclipse/protobuf/ui/scoping/ImportResolver.java @@ -77,7 +77,7 @@ private String internalResolveUri(Import anImport) { } private static final URI WELL_KNOWN_TYPES_LOCATION = - URI.createURI("platform:/plugin/com.google.eclipse.protobuf/"); + URI.createURI("platform:/plugin/de.gebit.eclipse.protobuf/"); private String resolveUri(String importUri, Resource resource) { // load the well-known types from the editor bundle instead of expecting them in the project