eclipse plugin: revert commit mistaken

This commit is contained in:
Timotei Dolean 2010-08-16 09:11:32 +00:00
parent ed35f3f880
commit 7e7cff2488

View file

@ -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);