Skip to content

Instantly share code, notes, and snippets.

@mikel-egana-aranguren
Created November 21, 2013 18:04
Show Gist options
  • Save mikel-egana-aranguren/7586520 to your computer and use it in GitHub Desktop.
Save mikel-egana-aranguren/7586520 to your computer and use it in GitHub Desktop.
Converting a Git project to a Java project in Eclipse
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>SADI-Galaxy</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
</projectDescription>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment