eclipse plugin: revert commit mistaken
This commit is contained in:
parent
ed35f3f880
commit
7e7cff2488
1 changed files with 2 additions and 2 deletions
|
@ -122,8 +122,8 @@ public class ProjectUtils
|
|||
monitor.subTask("Configuring project...");
|
||||
// add wesnoth nature
|
||||
IProjectDescription tmpDescription = handle.getDescription();
|
||||
tmpDescription.setNatureIds(new String[] { //Constants.NATURE_WESNOTH /*,
|
||||
Constants.NATURE_XTEXT });
|
||||
tmpDescription.setNatureIds(new String[] { Constants.NATURE_WESNOTH /*,
|
||||
Constants.NATURE_XTEXT */ });
|
||||
handle.setDescription(tmpDescription, monitor);
|
||||
monitor.worked(5);
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue