I have a web project that contains components in different languages: two components in Java (that have to run on different servers), a component in ActionScript, and a component in C#.
I would like to have all of them in one manageable chunk. The two Java components are being developed in Eclipse and use Ant for building.
So far the Java components are separate projects in separate Git repos, the Flash and C# components are not under git, and their sources are on the local machines of their respective developers.
How can I turn them into, sort of, one entity?