* Upgrade javaparser module to use the "official" API BLD200302260100
authortor@netbeans.org
Tue, 25 Feb 2003 04:07:43 +0000
changeset 12070df8618b615f
parent 1206 4e76b07882a4
child 1208 34f43eda7851
* Upgrade javaparser module to use the "official" API
for parser error which has now been integrated into the
java module. The patches are no longer necessary - in fact,
you should get rid of your local changes in the java module
if you have previously applied the javaparser patches.
* Add descriptions to suggestion types; show these in
the Edit Types... dialog
* Fix double-lining problem in copyright error confirmation
dialog
* Fix tooltip over the tree-column; it was just showing the column
name, not the hint text
* Show in the status bar the summary of the task being selected
* Fix http://www.netbeans.org/issues/show_bug.cgi?id=31367
Gnome Calendar import does not work
tasklist/build.xml
     1.1 --- a/tasklist/build.xml	Fri Feb 21 10:43:09 2003 +0000
     1.2 +++ b/tasklist/build.xml	Tue Feb 25 04:07:43 2003 +0000
     1.3 @@ -18,9 +18,9 @@
     1.4      <property name="nbext_root" location="${nbroot}/nbbuild"/>
     1.5  
     1.6      <taskdef  name="for-each" classname="org.netbeans.nbbuild.ForEach" classpath="${nbext_root}/nbantext.jar"/>
     1.7 -    <property name="submodules" value="api, core, usertasks, editor, docscan, bugs, suggestions, javadoc"/>
     1.8 -    <!-- EXPERIMENTAL ADDITIONAL MODULES: javaparser, pmd
     1.9 -    <property name="submodules" value="api, core, usertasks, editor, docscan, bugs, suggestions, javadoc, javaparser, pmd"/>
    1.10 +    <property name="submodules" value="api, core, usertasks, editor, docscan, bugs, suggestions, javadoc, javaparser"/>
    1.11 +    <!-- EXPERIMENTAL ADDITIONAL MODULES: pmd, html
    1.12 +    <property name="submodules" value="api, core, usertasks, editor, docscan, bugs, suggestions, javadoc, javaparser, pmd, html"/>
    1.13      -->
    1.14  
    1.15      <property name="build.compiler.debug" value="on"/>