|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |
build.xml
and build-impl.xml
.build.xml
or nbproject/build-impl.xml
from project.xml
plus a supplied XSLT stylesheet.
AntArtifact.getArtifactFiles()
instead
AntArtifact.getArtifactLocations()
instead
ReferenceHelper.findArtifactAndLocation(java.lang.String)
instead
nbproject/project.xml
(inside <configuration>
) or nbproject/private/private.xml
(inside <project-private>
).
nbproject/project.xml
(inside <configuration>
) or nbproject/private/private.xml
(inside <project-private>
).
ReferenceHelper.RawReference.getScriptLocationValue()
instead; may return null now
basedir
according to
the project directory and also copies all system properties in the current VM.
PropertyUtils.getGlobalProperties()
and PropertyUtils.putGlobalProperties(org.netbeans.spi.project.support.ant.EditableProperties)
.
|
|||||||||||
PREV LETTER NEXT LETTER | FRAMES NO FRAMES |