API Documentation: | EclipseWtp |
---|
Enables fine-tuning wtp/wst details of the Eclipse plugin
For projects applying the eclipse plugin and either one of the ear or war plugins, this plugin is auto-applied.
More interesting examples you will find in docs forEclipseWtpComponent
andEclipseWtpFacet
apply plugin:'war'//or 'ear' or 'java'apply plugin:'eclipse-wtp'eclipse {//if you want parts of paths in resulting file(s) to be replaced by variables (files): pathVariables'GRADLE_HOME': file('/best/software/gradle'),'TOMCAT_HOME': file('../tomcat') wtp { component {//for examples see docs for EclipseWtpComponent } facet {//for examples see docs for EclipseWtpFacet } }}
void
component
(Action
<? superEclipseWtpComponent
>
action)
Action
<? superEclipseWtpComponent
>Configures wtp component.
For examples see docs forEclipseWtpComponent
void
facet
(Action
<? superEclipseWtpFacet
>
action)
Action
<? superEclipseWtpFacet
>Configures wtp facet.
For examples see docs forEclipseWtpFacet
Configures wtp component.
For examples see docs forEclipseWtpComponent
- Delegates to:
EclipseWtpComponent
fromcomponent