-
Notifications
You must be signed in to change notification settings - Fork 27
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
- **Class-Path** has been added to the `MANIFEST.MF` file. - No other archive is created when generating the `build.xml` file. In addition to these two fixes, the management of the package.properties file has been revised to correct the following problems: - When deserializing (ie: reading the package.properties file), if any resources are missing or modified, a message will be logged and the file marked as modified (ie: isDirty() returns true). - When saving if there are any pending changes (ie: if you used the text editor or when opening missing files are displayed) then the text editor will be reloaded. - A specific listener for refreshing the widget (ie: ContainerCheckedTreeViewer) has been implemented. - All listeners loaded on initialization are now removed during dispose(). - Hidden files and/or folders (ie: starting with dot) management is now supported. - It is now possible to include a folder in the selection if it is empty (ie: no visible members).
- Loading branch information
Showing
16 changed files
with
702 additions
and
349 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 |
---|---|---|
@@ -1,2 +1,2 @@ | ||
java_source = 17 | ||
java_target = 17 | ||
java_source = 1.8 | ||
java_target = 1.8 |
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
Oops, something went wrong.