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 49787 - please consider making completion API packages public
Summary: please consider making completion API packages public
Status: VERIFIED FIXED
Alias: None
Product: xml
Classification: Unclassified
Component: API (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@xml
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-10-01 13:00 UTC by Milos Kleint
Modified: 2007-09-25 01:29 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milos Kleint 2004-10-01 13:00:46 UTC
the xm-core module currently dones't expose any
packages as public. This is causing problems to
3rd party modules that use the xml completion apis
because they need to declare dependency on the
implementation version of the module and break
regularly as the impl. version increases.
Comment 1 Milos Kleint 2006-06-14 09:19:34 UTC
I think this one is done in 5.0.
Comment 2 Samaresh Panda 2007-04-11 00:53:34 UTC
I see that three packages have been made public

<public-packages>
  <package>org.netbeans.modules.xml.api</package>
  <package>org.netbeans.modules.xml.api.model</package>
  <package>org.netbeans.modules.xml.spi.dom</package>
</public-packages>