Commit Graph

16 Commits

Author SHA1 Message Date
Dale Wijnand
65ff5f9f2c Replace JavaVersionCheck with sbt-javaversioncheck. 2015-01-27 00:35:39 +00:00
Dale Wijnand
ad63b52073 Cleanup Build.scala. 2015-01-27 00:35:39 +00:00
Havoc Pennington
868c4928b3 Export impl package to OSGI
Fixes #49
2014-01-15 09:57:42 -05:00
Havoc Pennington
b22e4e5d03 don't aggregate publishSigned/publishSignedLocal
We have to override all sbt-pgp stuff in .sbt files
because sbt-pgp uses plugin.settings and thus overrides
Build.scala configuration. So the no-op'ing of publishSigned
in some of the projects didn't work.
2014-01-06 15:13:49 -05:00
Havoc Pennington
576646308a fix up publishSigned configuration and ban plain publish 2014-01-06 14:39:21 -05:00
Havoc Pennington
7649eb1274 Disable doc publication and generation for examples and tests 2014-01-03 09:53:46 -05:00
Havoc Pennington
05197ab17e Add Java version of the examples 2013-09-27 16:15:54 -04:00
Havoc Pennington
f41cc8071c move examples to a Scala directory so it's easy to add others 2013-09-27 15:37:06 -04:00
Havoc Pennington
41d3d0bb1c Switch to sbt 0.12.1
- update all plugin versions
- drop the custom javadoc-sbt plugin in favor of sbt's native javadoc support
- update to a lift-json that's built against 2.9.2
2012-12-06 09:11:02 -05:00
Heiko Seeberger
11b9af503a closes #16: Publish as OSGi bundle 2012-05-21 11:51:08 +02:00
Havoc Pennington
db3a676c02 Update build: sbt 0.11.2, maven central publish config, gpg 2012-04-12 15:21:06 -04:00
Havoc Pennington
2365db970e Get the build ready for publishing releases
Not sure this is quite right, but closer than before.
2011-11-30 16:30:03 -05:00
Havoc Pennington
9aae9e2a80 Overhaul ConfigFactory API and ConfigFactory.load().
Update all docs and tests.

Add example library and application.
2011-11-28 12:23:21 -05:00
Havoc Pennington
7e22880cd0 add a test-lib and use it to test resource loading behavior 2011-11-26 20:34:03 -05:00
Havoc Pennington
93b87097fd Move the main project to config/ subdir and add a root aggregate project 2011-11-26 19:42:52 -05:00
Havoc Pennington
bc0cf31359 add a Build.scala
As preliminary for adding subprojects
2011-11-26 18:58:23 -05:00