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 53320 - merge web/ddapi into j2ee/ddapi and deprecate the web/ddapi
Summary: merge web/ddapi into j2ee/ddapi and deprecate the web/ddapi
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 4.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavel Buzek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-12 20:10 UTC by Pavel Buzek
Modified: 2009-11-10 06:48 UTC (History)
0 users

See Also:
Issue Type: TASK
Exception Reporter:


Attachments
commit log (6 modules) (67.44 KB, text/plain)
2005-01-12 21:51 UTC, Pavel Buzek
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Buzek 2005-01-12 20:10:05 UTC
copy web/ddapi apis into j2ee/ddapi, move the
parts that are duplicate in these apis into common
package, increase spec. version of j2ee/ddapi and
make all modules that currently depend on
web/ddapi depend on j2ee/ddapi

deprecate web/ddapi and make sure it is not used
when the IDE starts (it is autoload)

all tests from web/ddapi will be copied into
j2ee/ddapi and all tests that work in web/ddapi
(which is not 100%, btw) will work in j2ee/ddapi

update ide/golden files and nbbuild to reflect the
changed module dependencies
Comment 1 Pavel Buzek 2005-01-12 21:51:37 UTC
Created attachment 19656 [details]
commit log (6 modules)
Comment 2 Pavel Buzek 2005-01-12 21:53:17 UTC
integrated
Comment 3 Petr Blaha 2005-07-12 10:51:11 UTC
v