sam / doubleshot

Build and Dependency Management for mixed Java/Ruby projects.
MIT License
19 stars 22 forks source link

Add JAR dependencies to Doubleshot file #2

Closed sam closed 11 years ago

sam commented 12 years ago

Move dependencies into a Doubleshot file.

As a stop-gap, the JBundler::LazyJars module may help us get this boot-strapped with JBundler.

Or we could just skip that, similar to what we've done with Doubleshot::Configuration#gem for now, and follow up with task #3.

sam commented 11 years ago

This was closed Friday with the finalization of doubleshot init and loading of the current configuration.

JAR dependency declarations are present. They aren't used internally anywhere though. That'll change as we work on the JBundler Dependency milestone though.