Blame sbt.boot.properties

William Benton 10f74e0
[scala]
William Benton 10f74e0
  version: FEDORA_SCALA_VERSION
William Benton 10f74e0
William Benton 10f74e0
[app]
William Benton 10f74e0
  org: ${sbt.organization-org.scala-sbt}
William Benton 10f74e0
  name: sbt
William Benton 10f74e0
  version: ${sbt.version-read(sbt.version)[FEDORA_SBT_VERSION]}
William Benton 10f74e0
  class: ${sbt.main.class-sbt.xMain}
William Benton 10f74e0
  components: xsbti,extra
William Benton 10f74e0
  cross-versioned: ${sbt.cross.versioned-false}
William Benton 10f74e0
William Benton 10f74e0
[repositories]
William Benton b7dcd6b
  local
William Benton b7dcd6b
  fedora: file:${fedora.sbt.ivy.dir-ivy-local}, [organization]/[module]/[revision]/ivy.xml, [organization]/[module]/[revision]/[artifact]-[revision].[ext]
William Benton b7dcd6b
  typesafe-ivy-releases: http://repo.typesafe.com/typesafe/ivy-releases/, [organization]/[module]/[revision]/[type]s/[artifact](-[classifier]).[ext], bootOnly
William Benton b7dcd6b
  maven-central
William Benton b7dcd6b
  sonatype-snapshots: https://oss.sonatype.org/content/repositories/snapshots
William Benton 10f74e0
William Benton 10f74e0
[boot]
William Benton b7dcd6b
  directory: ${sbt.boot.directory-${sbt.global.base-${user.home}/.sbt}/boot/}
William Benton 10f74e0
William Benton 10f74e0
[ivy]
William Benton b7dcd6b
  ivy-home: ${sbt.ivy.home-${user.home}/.ivy2/}
William Benton 10f74e0
  checksums: ${sbt.checksums-sha1,md5}
William Benton b7dcd6b
  override-build-repos: ${sbt.override.build.repos-false}
William Benton b7dcd6b
  repository-config: ${sbt.repository.config-${sbt.global.base-${user.home}/.sbt}/repositories}