示例#1
0
 /**
  * Inits the properties for project with default values.
  *
  * @param project the project
  */
 public static void initPropertiesForProjectWithDefaultValues(IProject project) {
   PropertiesToolBox.initPropertiesForProjectWithDefaultValues(defaultValues, project);
 }