Fix typo in ide.gradle

This commit is contained in:
Sam Brannen 2014-12-13 14:37:50 +01:00
parent f7d594bedd
commit 431aed3b01
1 changed files with 1 additions and 2 deletions

View File

@ -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()