summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorlihaoyi <haoyi.sg@gmail.com>2014-11-23 05:37:28 -0800
committerlihaoyi <haoyi.sg@gmail.com>2014-11-23 05:37:28 -0800
commit1c4cb72b209ab11c9e52c3bb490adf759f17fd0c (patch)
treefddc2a4f7b4848902b31aa4fa5c77023045f0166 /build.sbt
parentbc640b3b440735a9343185856fdbec2ab064a369 (diff)
downloadhands-on-scala-js-1c4cb72b209ab11c9e52c3bb490adf759f17fd0c.tar.gz
hands-on-scala-js-1c4cb72b209ab11c9e52c3bb490adf759f17fd0c.tar.bz2
hands-on-scala-js-1c4cb72b209ab11c9e52c3bb490adf759f17fd0c.zip
Added autowire section in client-server
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.sbt b/build.sbt
index e0b9f22..ece1f30 100644
--- a/build.sbt
+++ b/build.sbt
@@ -75,7 +75,15 @@ lazy val simple = project.in(file("examples/crossBuilds/simple"))
lazy val simple2 = project.in(file("examples/crossBuilds/simple2"))
+lazy val clientserver = project.in(file("examples/crossBuilds/clientserver"))
+
lazy val client = ProjectRef(file("examples/crossBuilds/clientserver"), "client")
lazy val server = ProjectRef(file("examples/crossBuilds/clientserver"), "server")
+lazy val clientserver2 = project.in(file("examples/crossBuilds/clientserver2"))
+
+lazy val client2 = ProjectRef(file("examples/crossBuilds/clientserver2"), "client")
+
+lazy val server2 = ProjectRef(file("examples/crossBuilds/clientserver2"), "server")
+