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

Correct metadata file registration docs. #1051

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Follow these steps to add a metadata file to your layout algorithm project:
See below for details on what this is doing.

1. Add a folder `META-INF/services` inside one of your project's source folders (by default, we put it right inside of the `src` folder).
1. In that folder, create a file named `ILayoutMetaDataProvider`.
1. In that folder, create a file named `org.eclipse.elk.core.data.ILayoutMetaDataProvider` (the fully qualified name of the `ILayoutMetaDataProvider`).
1. In that file, add a single line of text which contains the fully qualified name of the `ILayoutMetaDataProvider` that was generated for you by the ELK SDK.
1. Save and close the editor.

Expand Down
Loading