-->
<?xml-stylesheettype="text/xml"href="../../nbbuild/javadoctools/apichanges.xsl"?>
<!DOCTYPE apichanges PUBLIC"-//NetBeans//DTD API changes list 1.0//EN""../../nbbuild/javadoctools/apichanges.dtd">
<!-- First, a list of API names you may use: -->
<apidefs>
<apidef name="general">General</apidef> <!-- etc. -->
</apidefs>
<!-- ACTUAL CHANGES BEGIN HERE: -->
<changes>
<change id="ProjectNature.getSchemas-deleted">
<summary><code>ProjectNature.getSchemas</code> deleted</summary>
<version major="1" minor="18"/>
<date day="11" month="7" year="2008"/>
<author login="jglick"/>
<compatibility deletion="yes" binary="compatible"/>
<description>
<p>
<code>ProjectNature.getSchemas</code> is no longer necessary and was deleted.
Natures should instead register schemas according to <code>AntProjectHelper</code> documentation.
</p>
</description>
<class package="org.netbeans.modules.ant.freeform.spi" name="ProjectNature"/>
<issue number="42686"/>
</change>
<change id="view-source-folder-subproject-style">
<summary>New view style for subprojects</summary>
<version major="1" minor="15"/>
<date day="7" month="3" year="2007"/>
<author login="jglick"/>
<compatibility semantic="compatible"/>
<description>
<p>
Added a new view style for folders in the <b>Projects</b> tab:
<code>subproject</code>. Displays a project node which can be opened.
</p>
</description>
<issue number="97442"/>
</change>
<change id="includes-excludes">
<summary>Include/exclude support in views</summary>
<version major="1" minor="15"/>
<date day="1" month="3" year="2007"/>
<author login="jglick"/>
<compatibility binary="incompatible" source="incompatible" semantic="incompatible" addition="no"/>
<description>
<p>
Changed signature of <code>ProjectNature.createSourceFolderView</code> to accept
<code>includes</code> and <code>excludes</code> parameters.
</p>
<p>
Added methods to <code>Util</code> to work with a new <code>http://www.netbeans.org/ns/freeform-project/2</code>
general data schema. Use of <code>AntProjectHelper.get/putPrimaryConfigurationData</code>
is now considered unsafe.
</p>
</description>
<class package="org.netbeans.modules.ant.freeform.spi" name="ProjectNature"/>
<class package="org.netbeans.modules.ant.freeform.spi.support" name="Util"/>
<issue number="49026"/>
</change>
<change id="remove_nature_lookup_customizer">
<summary>Simplify ProjectNature and align with common project extensibility APIs</summary>
<version major="1" minor="14"/>
<date day="20" month="2" year="2007"/>
<author login="mkleint"/>
<compatibility binary="incompatible" source="incompatible" semantic="incompatible" addition="no" />
<description>
<p>
Removed class <code>org.netbeans.modules.ant.freeform.spi.ProjectPropertiesPanel</code>
and removed methods from <code>org.netbeans.modules.ant.freeform.spi.ProjectNature</code>.
The removed methods were replaced by new project extensibility APIs.
</p>
</description>
<class package="org.netbeans.modules.ant.freeform.spi" name="ProjectPropertiesPanel"/>
<class package="org.netbeans.modules.ant.freeform.spi" name="ProjectNature"/>
<issue number="90562" />
</change>
<change id="friend-packages">
<summary>Declare SPI packages for friends only</summary>
<version major="1" minor="8"/>
<date day="31" month="10" year="2005"/>
<author login="jlahoda"/>
<compatibility binary="incompatible" source="incompatible" semantic="compatible">
Only permitted clients can now use this SPI, and they were all updated.
</compatibility>
<description>
<p>
Use of this SPI was restricted to known client modules.
</p>
</description>
</change>
</changes>
<!-- Now the surrounding HTML text and document structure: -->
<htmlcontents> <!-- Generated from apichanges.xml -->
<head>
<title>Change History for the Ant Freeform SPI</title>
<link rel="stylesheet"href="prose.css"type="text/css"/>
</head>
<body>
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.