How can i make projects bound to eachother in eclipse?
Posted
by ikky
on Stack Overflow
See other posts from Stack Overflow
or by ikky
Published on 2010-04-26T05:34:24Z
Indexed on
2010/04/26
5:43 UTC
Read the original article
Hit count: 245
Hi! I have 3 projects in Eclipse that are bound to eachother. With bound i mean this:
- Everytime i add a class in one of the projects, the other projects also updates themselves and add the class
Now i want to add another project to these, but i don't know how to bind it together with the other projects.
Any suggestions?
Thanks in advance!
© Stack Overflow or respective owner