Created
June 13, 2012 12:53
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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