pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 4b043736d3649ae2fac4818016d95ed62bd208ed parent 1409c3920006294038f371fe095c2d7820b4828b Author: Jul <jul@9o.is> Date: Fri, 6 Jun 2014 02:16:45 -0400 changed org and project name Diffstat:
| M | project/Build.scala | | | 2 | +- |
| M | project/BuildSettings.scala | | | 4 | ++-- |
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/project/Build.scala b/project/Build.scala @@ -5,7 +5,7 @@ object LiftProjectBuild extends Build { import BuildSettings._ - lazy val root = Project("pyc-website", file(".")) + lazy val root = Project("website", file(".")) .settings(liftAppSettings: _*) .settings(libraryDependencies ++= Seq( diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -46,9 +46,9 @@ object BuildSettings { val buildTime = SettingKey[String]("build-time") val basicSettings = Defaults.defaultSettings ++ Seq( - name := "pyc-website", + name := "website", version := "0.1-SNAPSHOT", - organization := "PYC", + organization := "inc.pyc", scalaVersion := "2.10.3", scalacOptions <<= scalaVersion map { sv: String => if (sv.startsWith("2.10."))