mirror of https://github.com/sbt/sbt.git
trying a command line configurable default boot.properties
This commit is contained in:
parent
14618dc21e
commit
6d36b3902f
|
|
@ -1,16 +1,13 @@
|
||||||
[scala]
|
[scala]
|
||||||
version: 2.8.1
|
version: 2.8.1
|
||||||
classifiers: read(scala.classifiers)[]
|
|
||||||
|
|
||||||
[app]
|
[app]
|
||||||
org: org.scala-tools.sbt
|
org: org.scala-tools.sbt
|
||||||
name: sbt
|
name: sbt
|
||||||
version: read(sbt.version)[0.9.4-SNAPSHOT]
|
version: read(sbt.version)[0.9.4-SNAPSHOT]
|
||||||
class: sbt.xMain
|
class: ${sbt.main.class-sbt.xMain}
|
||||||
components: xsbti
|
components: xsbti
|
||||||
cross-versioned: true
|
cross-versioned: true
|
||||||
classifiers: read(sbt.classifiers)[]
|
|
||||||
#classifiers: sources, javadoc
|
|
||||||
|
|
||||||
[repositories]
|
[repositories]
|
||||||
local
|
local
|
||||||
|
|
@ -21,14 +18,7 @@
|
||||||
scala-tools-snapshots
|
scala-tools-snapshots
|
||||||
|
|
||||||
[boot]
|
[boot]
|
||||||
directory: project/boot
|
directory: ${sbt.boot.directory-project/boot/}
|
||||||
properties: project/build.properties
|
|
||||||
|
|
||||||
[log]
|
[ivy]
|
||||||
level: info
|
ivy-home: ${sbt.ivy.home-${user.home}/.ivy2/}
|
||||||
|
|
||||||
#[app-properties]
|
|
||||||
# sbt.version: quick=set(0.9.0-SNAPSHOT), new=prompt(sbt version)[0.9.0-SNAPSHOT], fill=prompt(sbt version)[0.9.0-SNAPSHOT]
|
|
||||||
|
|
||||||
#[ivy]
|
|
||||||
# ivy-home: /home/user/.ivy2
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue