MadWeasel - 2011-06-29

Hi everyone

I try to create an addon to the buildcraft mod.
Unfortunately I have some problems setting up the buildcraft projects with eclipse.
I get a circular dependency between the minecraft and the minecraft_client project.
The projects in my package explorer are:
buildcraft_client
buildcraft_server
Client (from MCP)
Server (from MCP)
minecraft (from buildcraft common)

Now minecraft wants to add minecraft_client as build path, and minecraft_client needs minecraft.

How to fix that?

Thanks for your help. :)