This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 62454 - You need an initial api change in db.explorer api
Summary: You need an initial api change in db.explorer api
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Andrei Badea
URL:
Keywords:
Depends on:
Blocks: 61439
  Show dependency tree
 
Reported: 2005-08-17 10:05 UTC by Jaroslav Tulach
Modified: 2005-09-19 12:12 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jaroslav Tulach 2005-08-17 10:05:05 UTC
Add the db.explorer api into the list of all javadocs in 
nbbuild/build.properties and make sure you have apichanges there as otherwise 
it will not get listed in changes from previous version.
Comment 1 Andrei Badea 2005-08-17 10:18:59 UTC
I added the db module at the end of the config.fixedmodules.javadoc property in
build.properties. As for apichanges.xml, is there a way to generate an initial
version?
Comment 2 Jaroslav Tulach 2005-08-17 13:28:10 UTC
I do not know. Copy it. For example from core/progress  
Comment 3 Andrei Badea 2005-09-12 14:56:32 UTC
Added the initial apichanges.xml. Not closing since the DB Exp API still has to
be added to the list of Javadocs.

RCS file: /cvs/db/apichanges.xml,v
done
Checking in apichanges.xml;
/cvs/db/apichanges.xml,v  <--  apichanges.xml
initial revision: 1.1
done
Checking in nbproject/project.properties;
/cvs/db/nbproject/project.properties,v  <--  project.properties
new revision: 1.9; previous revision: 1.8
done
Comment 4 Andrei Badea 2005-09-16 11:28:13 UTC
Adding the Database Explorer API to the list of Javadocs and closing as fixed.

Checking in build.properties;
/cvs/nbbuild/build.properties,v  <--  build.properties
new revision: 1.327; previous revision: 1.326
done
Checking in javadoctools/links.xml;
/cvs/nbbuild/javadoctools/links.xml,v  <--  links.xml
new revision: 1.13; previous revision: 1.12
done
Checking in javadoctools/properties.xml;
/cvs/nbbuild/javadoctools/properties.xml,v  <--  properties.xml
new revision: 1.13; previous revision: 1.12
done
Checking in javadoctools/replaces.xml;
/cvs/nbbuild/javadoctools/replaces.xml,v  <--  replaces.xml
new revision: 1.14; previous revision: 1.13
done
Comment 5 Jaroslav Tulach 2005-09-19 12:12:46 UTC
It is there, thanks.