I've checked out deadbolt-2-core with egit from repository.
Then I've imported it as "general project":
Then I've added to .project file:
<buildSpec>
<buildCommand>
<name>org.eclipse.jdt.core.javabuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.jdt.core.javanature</nature>
</natures>
and project started to look like:
Here the "app" should probably be the folder and "be.objectify.deadbolt.core" a module name. How can I organize proper view of the project with all imports working and the project being ready to be referenced by other projects?
Thank you.