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 53521 - Add setVersion() method to DDAPIs
Summary: Add setVersion() method to DDAPIs
Status: RESOLVED INCOMPLETE
Alias: None
Product: javaee
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P1 blocker (vote)
Assignee: Milan Kuchtiak
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-01-17 16:32 UTC by Milan Kuchtiak
Modified: 2011-09-19 23:40 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Milan Kuchtiak 2005-01-17 16:32:34 UTC
Add 
public void setVersion(String version); method to 

org.netbeans.modules.j2ee.dd.api.web.WebApp
org.netbeans.modules.j2ee.dd.api.ejb.EjbJar
org.netbeans.modules.j2ee.dd.api.application.Application

Also provide the implementation.
Comment 1 Milan Kuchtiak 2005-01-18 09:21:28 UTC
Implemented for ejb-jar.xml.