[info] Compiling 4 Scala sources to /Users/kazuhirosera/github/oss/sbt-osgi/target/scala-2.10/sbt-0.13/classes...
[warn] /Users/kazuhirosera/github/oss/sbt-osgi/src/main/scala/com/typesafe/sbt/osgi/SbtOsgi.scala:37: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn] packagedArtifact in (Compile, packageBin) <<= (artifact in (Compile, packageBin), OsgiKeys.bundle).identityMap,
[warn] ^
[warn] /Users/kazuhirosera/github/oss/sbt-osgi/src/main/scala/com/typesafe/sbt/osgi/SbtOsgi.scala:75: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn] bundleSymbolicName <<= (organization, normalizedName)(Osgi.defaultBundleSymbolicName),
[warn] ^
[warn] /Users/kazuhirosera/github/oss/sbt-osgi/src/main/scala/com/typesafe/sbt/osgi/SbtOsgi.scala:76: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn] bundleVersion <<= version,
[warn] ^
[warn] /Users/kazuhirosera/github/oss/sbt-osgi/src/main/scala/com/typesafe/sbt/osgi/SbtOsgi.scala:82: `<<=` operator is deprecated. Use `key := { x.value }` or `key ~= (old => { newValue })`.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn] privatePackage <<= bundleSymbolicName(name => List(name + ".*")),
[warn] ^
[warn] /Users/kazuhirosera/github/oss/sbt-osgi/src/main/scala/com/typesafe/sbt/osgi/Osgi.scala:123: trait JavaTool in package compiler is deprecated: Please use the new set of compilers in sbt.compilers.javac
[warn] def requireCapabilityTask(compiler: JavaTool, logger: Logger): String = {
[warn] ^
[warn] /Users/kazuhirosera/github/oss/sbt-osgi/src/main/scala/com/typesafe/sbt/osgi/SbtOsgi.scala:37: method t2ToTable2 in object Scoped is deprecated: The sbt 0.10 style DSL is deprecated: '(k1, k2) map { (x, y) => ... }' should now be '{ val x = k1.value; val y = k2.value }'.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn] packagedArtifact in (Compile, packageBin) <<= (artifact in (Compile, packageBin), OsgiKeys.bundle).identityMap,
[warn] ^
[warn] /Users/kazuhirosera/github/oss/sbt-osgi/src/main/scala/com/typesafe/sbt/osgi/SbtOsgi.scala:75: method t2ToApp2 in object Scoped is deprecated: The sbt 0.10 style DSL is deprecated: '(k1, k2) map { (x, y) => ... }' should now be '{ val x = k1.value; val y = k2.value }'.
[warn] See http://www.scala-sbt.org/0.13/docs/Migrating-from-sbt-012x.html
[warn] bundleSymbolicName <<= (organization, normalizedName)(Osgi.defaultBundleSymbolicName),
[warn] ^
[warn] 7 warnings found
This pull request fixes the following warnings.