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 27516 - Use the ide-nature instead of the generic-nature as a base for java-nature
Summary: Use the ide-nature instead of the generic-nature as a base for java-nature
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 3.x
Hardware: All All
: P2 blocker (vote)
Assignee: Torbjorn Norbye
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-09-23 20:12 UTC by Torbjorn Norbye
Modified: 2007-09-26 09:14 UTC (History)
0 users

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 Torbjorn Norbye 2002-09-23 20:12:06 UTC
There is a new "IDE" nature now, which adds
semantics like
"Build" and "Run" configurations. 

java-nature should depend on it, instead of generic.

Index: mf-layer.xml
===================================================================
<         <attr name="dependsOn"
stringvalue="org-netbeans-modules-projects-generic" />
---
>         <attr name="dependsOn"
stringvalue="org-netbeans-modules-projects-codegeneric"
/>
Comment 1 Torbjorn Norbye 2002-09-24 17:38:23 UTC
Fixed.
Comment 2 Jan Becicka 2003-11-25 14:03:20 UTC
As described in
http://www.netbeans.org/servlets/ReadMsg?msgId=619519&listName=nbdiscuss the
current work on projects prototype has been stopped.

Marking issue as VERIFIED --->
Comment 3 Jan Becicka 2003-11-25 14:12:25 UTC
---> CLOSED