Package | Description |
---|---|
org.netbeans.spi.project.support.ant |
Principal package for implementing typical Ant-based projects.
|
Modifier and Type | Method and Description |
---|---|
void |
AntProjectListener.configurationXmlChanged(AntProjectEvent ev)
Called when a change was made to an XML project configuration file.
|
void |
AntProjectListener.propertiesChanged(AntProjectEvent ev)
Called when a change was made to a properties file that might be shared with Ant.
|