Skip to content

Instantly share code, notes, and snippets.

@albertoaflores
Created June 13, 2012 12:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save albertoaflores/2923886 to your computer and use it in GitHub Desktop.
Save albertoaflores/2923886 to your computer and use it in GitHub Desktop.
Sample .project file in eclipse to add facets when not it's not added before
<projectDescription>
<name>myproject</name>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments></arguments>
</buildCommand>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments></arguments>
</buildCommand>
</buildSpec>
<natures>
...
<nature>org.eclipse.wst.common.project.facet.core.nature</nature>
...
</natures>
</projectDescription>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment