Created
July 14, 2011 20:03
-
-
Save masayukig/1083316 to your computer and use it in GitHub Desktop.
Scalatra to Cloud Foundry
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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