Skip to content

Instantly share code, notes, and snippets.

@masayukig
Created July 14, 2011 20:03
Show Gist options
  • Save masayukig/1083316 to your computer and use it in GitHub Desktop.
Save masayukig/1083316 to your computer and use it in GitHub Desktop.
Scalatra to Cloud Foundry
$ git diff
diff --git a/project/build/MyProject.scala b/project/build/MyProject.scala
index 0b8e9e0..c5fc24a 100644
--- a/project/build/MyProject.scala
+++ b/project/build/MyProject.scala
@@ -15,6 +15,9 @@ class MyProject(info: ProjectInfo) extends DefaultWebProject(info) {
// http://groups.google.com/group/simple-build-tool/msg/1f17b43807d06cda
override def testClasspath = super.testClasspath +++ buildCompilerJar
+ // http://d.hatena.ne.jp/fits/20110521/1305942644
+ override def webappClasspath = super.webappClasspath +++ buildCompilerJar
+
val sonatypeNexusSnapshots = "Sonatype Nexus Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
// For Scalate
val fuseSourceSnapshots = "FuseSource Snapshot Repository" at "http://repo.fusesource.com/nexus/content/repositories/snapshots"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment