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 103517

Summary: Expose canFileDeploy() to devmodules
Product: serverplugins Reporter: Vince Kraemer <vkraemer>
Component: InfrastructureAssignee: Vince Kraemer <vkraemer>
Status: RESOLVED FIXED    
Severity: blocker CC: apireviews, pjiricka, sherold
Priority: P2 Keywords: API_REVIEW_FAST
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: ENHANCEMENT Exception Reporter:
Bug Depends on:    
Bug Blocks: 97118, 103518    
Attachments: the api change

Description Vince Kraemer 2007-05-08 20:47:35 UTC
This will allow the projects to alter their build based on the type of
deployment strategy that will be used.
Comment 1 Vince Kraemer 2007-05-08 20:55:27 UTC
Created attachment 42222 [details]
the api change
Comment 2 Sherold Dev 2007-05-16 13:04:18 UTC
The change looks OK to me
Comment 3 Vince Kraemer 2007-05-18 06:23:16 UTC
Integrated without changes since there were no TCR or TCA comments.

Checking in apichanges.xml;
/cvs/j2eeserver/apichanges.xml,v  <--  apichanges.xml
new revision: 1.29; previous revision: 1.28
done
Checking in src/org/netbeans/modules/j2ee/deployment/devmodules/api/Deployment.java;
/cvs/j2eeserver/src/org/netbeans/modules/j2ee/deployment/devmodules/api/Deployment.java,v
 <--  Deployment.java
new revision: 1.27; previous revision: 1.26
done
Checking in nbproject/project.properties;
/cvs/j2eeserver/nbproject/project.properties,v  <--  project.properties
new revision: 1.20; previous revision: 1.19


Comment 4 Vince Kraemer 2007-05-18 21:37:27 UTC
done