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 147085 - The implementation dependencies removal from org.netbeans.modules.subversion
Summary: The implementation dependencies removal from org.netbeans.modules.subversion
Status: NEW
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Subversion (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Ondrej Vrabec
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-09-12 14:02 UTC by pgebauer
Modified: 2011-07-13 16:10 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 14:02:05 UTC
The module org.netbeans.modules.subversion declares implementation dependency on org.netbeans.modules.diff and
org.netbeans.modules.editor.errorstripe. Since the property AutoUpdate-Show-In-Client also is set to true for the module
org.netbeans.modules.subversion, it is hard to deliver org.netbeans.modules.subversion bugfixes via AUC whose code
changes are in org.netbeans.modules.diff or org.netbeans.modules.editor.errorstripe. It could be "mission impossible" in
some cases.

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