Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
9 additions
and 27 deletions.
- +0 −7 .classpath
- +1 −2 .gitignore
- +0 −18 .project
- +7 −0 build.sbt
- +1 −0 project/build.properties
- 0 src/{ → main/scala}/com/beyondtechnicallycorrect/graphicalhttpclient/Prelude.scala
- 0 src/{ → main/scala}/com/beyondtechnicallycorrect/graphicalhttpclient/UserInterface.scala
- 0 src/{ → main/scala}/com/beyondtechnicallycorrect/graphicalhttpclient/ViewBinder.scala
- 0 src/{ → main/scala}/com/beyondtechnicallycorrect/graphicalhttpclient/bindings/ButtonBinding.scala
- 0 src/{ → main/scala}/com/beyondtechnicallycorrect/graphicalhttpclient/bindings/Enablable.scala
- 0 src/{ → main/scala}/com/beyondtechnicallycorrect/graphicalhttpclient/bindings/InputField.scala
- 0 src/{ → main/scala}/com/beyondtechnicallycorrect/graphicalhttpclient/bindings/OutputField.scala
- 0 src/{ → main/scala}/com/beyondtechnicallycorrect/graphicalhttpclient/bindings/Updatable.scala
- 0 src/{ → main/scala}/com/beyondtechnicallycorrect/graphicalhttpclient/connection/Attempt.scala
- 0 src/{ → main/scala}/com/beyondtechnicallycorrect/graphicalhttpclient/connection/Request.scala
- 0 src/{ → main/scala}/com/beyondtechnicallycorrect/graphicalhttpclient/connection/Response.scala
- 0 src/{ → main/scala}/com/beyondtechnicallycorrect/graphicalhttpclient/connection/Verb.scala
@@ -1,2 +1 @@ | ||
bin/ | ||
.cache | ||
target/ |
@@ -0,0 +1,7 @@ | ||
name := "GraphicalHttpApplication" | ||
|
||
version := "1.0" | ||
|
||
scalaVersion := "2.9.2" | ||
|
||
libraryDependencies += "org.scala-lang" % "scala-swing" % "2.9.2" |
@@ -0,0 +1 @@ | ||
sbt.version=0.11.3 |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.