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 147068 - The implementation dependencies removal from org.netbeans.modules.clearcase
Summary: The implementation dependencies removal from org.netbeans.modules.clearcase
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: ClearCase (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 12:40 UTC by pgebauer
Modified: 2008-09-24 13:24 UTC (History)
1 user (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 pgebauer 2008-09-12 12:40:50 UTC
The module org.netbeans.modules.clearcase declares implementation dependency on org.netbeans.modules.diff. Since the
property AutoUpdate-Show-In-Client also is set to true for the module org.netbeans.modules.clearcase, it is hard to
deliver org.netbeans.modules.clearcase bugfixes via AUC whose code changes are in org.netbeans.modules.diff. It could be
"mission impossible" in some cases.

Could implementation dependencies be removed (for example through friend packages)?