Skip to content

Commit

Permalink
Fix typo in ide.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Dec 13, 2014
1 parent f7d594b commit 431aed3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions gradle/ide.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -97,7 +97,6 @@ tasks["eclipse"].dependsOn(eclipseSettings, eclipseWstComponent)


// Filter 'build' folder

eclipse.project.file.withXml {
def node = it.asNode()

Expand Down

0 comments on commit 431aed3

Please sign in to comment.