sbt / sbt-osgi

sbt plugin for creating OSGi bundles
Apache License 2.0
47 stars 43 forks source link

Automatically set the sbt-osgi version for the scripted test. #13

Closed szeiger closed 10 years ago

szeiger commented 10 years ago

Review by @jsuereth

jsuereth commented 10 years ago

Thanks for the fix! THis looks good.

jsuereth commented 10 years ago

@reggert any qualms with me merging this? I think in the future, we may add hooks to scripted to automatically pass the project version in this fashion to ensure scripted functions.

Also, would you like me to try to enable travisCI for pull requests?

reggert commented 10 years ago

Looks good to me.

If you want to enable CI for pull requests, I'm not going to stop you. :-)

jsuereth commented 10 years ago

Ok, so you're configured, all you need is a .travis.yml. Should we merge this?