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 57770 - Support friend packages declaration in project.xml
Summary: Support friend packages declaration in project.xml
Status: VERIFIED FIXED
Alias: None
Product: apisupport
Classification: Unclassified
Component: Project (show other bugs)
Version: 5.x
Hardware: All All
: P1 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: ARCH
Depends on:
Blocks: 53826
  Show dependency tree
 
Reported: 2005-04-12 14:19 UTC by Jesse Glick
Modified: 2005-09-05 09:51 UTC (History)
2 users (show)

See Also:
Issue Type: TASK
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2005-04-12 14:19:42 UTC
Currently <public-packages> can be declared, but there is no syntax for
declaring friend modules. Should be added in the /2 schema.
Comment 1 Jesse Glick 2005-04-12 14:20:18 UTC
Could also be used to help generate arch descriptions from project.xml.
Comment 2 Jesse Glick 2005-04-14 20:20:49 UTC
committed   * Up-To-Date  1.8        
apisupport/project/src/org/netbeans/modules/apisupport/project/AccessibilityQueryImpl.java
committed   * Up-To-Date  1.2        
apisupport/project/src/org/netbeans/modules/apisupport/project/resources/nb-module-project2.xsd
committed   * Up-To-Date  1.2        
nbbuild/antsrc/org/netbeans/nbbuild/JarWithModuleAttributes.java
committed   * Up-To-Date  1.17       
nbbuild/antsrc/org/netbeans/nbbuild/ParseProjectXml.java
committed   * Up-To-Date  1.41        nbbuild/templates/projectized.xml
Comment 3 Jaroslav Tulach 2005-04-15 10:43:49 UTC
Ok.