示例#1
0
 /**
  * Sets the project property.
  *
  * @param project the project
  * @param propertyName the property name
  * @param value the value
  * @throws CoreException the core exception
  */
 public static void setProjectProperty(IProject project, String propertyName, String value)
     throws CoreException {
   PropertiesToolBox.setProjectProperty(defaultValues, project, propertyName, value);
 }