cybertiger / Bukkit-EasyScript

Scripting plugin for Bukkit
GNU Lesser General Public License v3.0
11 stars 8 forks source link

Convert project to Eclipse + Maven #1

Closed riking closed 11 years ago

riking commented 11 years ago

To import your project into Eclipse after pulling this, first remove the one that exists. Then:

File -> Import...
Maven -> Existing Maven Projects
Root Directory = the folder ABOVE where your project is (for me this is ~/projects as opposed to ~/projects/Bukkit-EasyScript)
Wait for search to finish
Select Bukkit-EasyScript -> Finish

I'm going to try to fix the problem that led to your Bukkit PR from inside your plugin :-)

cybertiger commented 11 years ago

Alright, good luck with that one.

I'll accept the PR, though it's gonna cause me one hell of a merge conflict, oh well, my fault for not pushing proactively.