pyc-website
main website for pyc inc.
git clone https://9o.is/git/pyc-website.git
commit 22107e9ae2a61813660bc7b106e7f8493ed15c1e parent 2205324db4aebd12cd8b18b2a1b5e34963ceede0 Author: Jul <jul@9o.is> Date: Wed, 4 Jun 2014 14:59:01 -0400 changed project name from pyc to pyc-website Diffstat:
| M | project/Build.scala | | | 2 | +- |
| M | project/BuildSettings.scala | | | 2 | +- |
2 files changed, 2 insertions(+), 2 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", file(".")) + lazy val root = Project("pyc-website", file(".")) .settings(liftAppSettings: _*) .settings(libraryDependencies ++= Seq( diff --git a/project/BuildSettings.scala b/project/BuildSettings.scala @@ -46,7 +46,7 @@ object BuildSettings { val buildTime = SettingKey[String]("build-time") val basicSettings = Defaults.defaultSettings ++ Seq( - name := "pyc", + name := "pyc-website", version := "0.1-SNAPSHOT", organization := "PYC", scalaVersion := "2.10.3",