Fix typo in ide.gradle
This commit is contained in:
parent
f7d594bedd
commit
431aed3b01
|
@ -58,7 +58,7 @@ eclipse.classpath.file.whenMerged { classpath ->
|
|||
}
|
||||
}
|
||||
|
||||
// Allow projects to be used as WPT modules
|
||||
// Allow projects to be used as WTP modules
|
||||
eclipse.project.natures "org.eclipse.wst.common.project.facet.core.nature"
|
||||
|
||||
// Include project specific settings
|
||||
|
@ -97,7 +97,6 @@ tasks["eclipse"].dependsOn(eclipseSettings, eclipseWstComponent)
|
|||
|
||||
|
||||
// Filter 'build' folder
|
||||
|
||||
eclipse.project.file.withXml {
|
||||
def node = it.asNode()
|
||||
|
||||
|
|
Loading…
Reference in New Issue