summaryrefslogtreecommitdiff
path: root/project/VersionUtil.scala
Commit message (Collapse)AuthorAgeFilesLines
* Improve version handling and scaladoc generation in sbt buildStefan Zeiger2015-11-061-0/+103
- Move version-related code into a separate VersionUtil object - Fix the canonical version. The sbt build previously took the full version including the suffix (plus timestamp and hash) whereas the ant build uses the version without the suffix - Include the version number in the generated scaladocs - Add project descriptions and include them in the scaladocs (like the ant build does) - Add other missing scaladoc options to the sbt build - Copy resources in all subprojects when building dist/mkQuick and fix `includeFilter` settings to include all required files