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 186790 - Add MC modules to friend of nb69 modules
Summary: Add MC modules to friend of nb69 modules
Status: RESOLVED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P1 normal (vote)
Assignee: Vladimir Voskresensky
URL:
Keywords:
: 186826 (view as bug list)
Depends on:
Blocks:
 
Reported: 2010-05-27 10:13 UTC by Vladimir Voskresensky
Modified: 2010-05-28 08:02 UTC (History)
1 user (show)

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 Vladimir Voskresensky 2010-05-27 10:13:40 UTC
We intend to merge 6.9 into our release for our fist public release and it will be better if we have the friends we have defined to already exist in the release of 6.9

 

mplabide-nb-platform/cnd.makeproject/nbproject/project.xml:                <friend>com.microchip.mdbcore</friend>

mplabide-nb-platform/cnd.makeproject/nbproject/project.xml:                <friend>com.microchip.mplab.debugger.mdb</friend>

mplabide-nb-platform/cnd.makeproject/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.embedded.makeproject</friend>

mplabide-nb-platform/cnd.makeproject/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.emcee</friend>

mplabide-nb-platform/cnd.makeproject/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.toolchains</friend>

mplabide-nb-platform/cnd.utils/nbproject/project.xml:                <friend>com.microchip.mdbcore</friend>

mplabide-nb-platform/cnd.utils/nbproject/project.xml:                <friend>com.microchip.mplab.debugger.mdb</friend>

mplabide-nb-platform/cnd.utils/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.embedded</friend>

mplabide-nb-platform/cnd.utils/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.embedded.makeproject</friend>

mplabide-nb-platform/cnd.lexer/nbproject/project.xml:                <friend>com.microchip.mplab.debugger.mdb</friend>

mplabide-nb-platform/dlight.nativeexecution/nbproject/project.xml:                <friend>com.microchip.mdbcore</friend>

mplabide-nb-platform/dlight.nativeexecution/nbproject/project.xml:                <friend>com.microchip.mplab.debugger.mdb</friend>

mplabide-nb-platform/dlight.nativeexecution/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.embedded</friend>

mplabide-nb-platform/dlight.nativeexecution/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.embedded.makeproject</friend>

mplabide-nb-platform/cnd.api.remote/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.embedded</friend>

mplabide-nb-platform/cnd.api.remote/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.embedded.makeproject</friend>

mplabide-nb-platform/cnd.model.services/nbproject/project.xml:                <friend>com.microchip.mplab.debugger.mdb</friend>

mplabide-nb-platform/cnd.api.project/nbproject/project.xml:                <friend>com.microchip.mplab.debugger.mdb</friend>

mplabide-nb-platform/cnd.api.project/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.embedded.makeproject</friend>

mplabide-nb-platform/projectui/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.welcome</friend>

mplabide-nb-platform/cnd/nbproject/project.xml:                <friend>com.microchip.mdbcore</friend>

mplabide-nb-platform/cnd/nbproject/project.xml:                <friend>com.microchip.mplab.debugger.mdb</friend>

mplabide-nb-platform/cnd/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.embedded</friend>

mplabide-nb-platform/cnd/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.embedded.makeproject</friend>

mplabide-nb-platform/cnd/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.programmer</friend>

mplabide-nb-platform/cnd/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.toolchains</friend>

mplabide-nb-platform/autoupdate.ui/nbproject/project.xml:                <friend>com.microchip.mplab.nbide.embedded</friend>
Comment 1 Vladimir Voskresensky 2010-05-27 10:37:57 UTC
integrated into cnd-main:
http://hg.netbeans.org/cnd-main/rev/78266bdc860c
Comment 2 Alexey Vladykin 2010-05-27 15:41:48 UTC
Transplanted to release69:
http://hg.netbeans.org/release69/rev/0daf79914a90
Comment 3 Vladimir Voskresensky 2010-05-27 16:50:27 UTC
*** Bug 186826 has been marked as a duplicate of this bug. ***
Comment 4 Quality Engineering 2010-05-28 08:02:58 UTC
Integrated into 'main-golden', will be available in build *201005280001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/78266bdc860c
User: Vladimir Voskresensky <vv159170@netbeans.org>
Log: fixed #186790 -  Add MC modules to friend of nb69 modules