Skip to content

Commit

Permalink
Fixed wrong well-known types location path
Browse files Browse the repository at this point in the history
  • Loading branch information
S1artie committed Feb 13, 2024
1 parent 686dfbe commit 5be4ac5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5be4ac5

Please sign in to comment.