Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Make the registration of IResourceChangeListener as services more
visible and convenient. #52
- Loading branch information
Showing
3 changed files
with
94 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,16 @@ | ||
| <?xml version="1.0" encoding="UTF-8" standalone="no"?> | ||
| <component id="org.eclipse.core.resources" version="2"> | ||
| <resource path="src/org/eclipse/core/resources/IResourceChangeListener.java" type="org.eclipse.core.resources.IResourceChangeListener"> | ||
| <filter id="403767336"> | ||
| <message_arguments> | ||
| <message_argument value="org.eclipse.core.resources.IResourceChangeListener"/> | ||
| <message_argument value="PROPERTY_EVENT_MASK"/> | ||
| </message_arguments> | ||
| </filter> | ||
| <filter id="1211105284"> | ||
| <message_arguments> | ||
| <message_argument value="getMaskProperties(int)"/> | ||
| </message_arguments> | ||
| </filter> | ||
| </resource> | ||
| </component> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters