aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorMatei Zaharia <matei@eecs.berkeley.edu>2010-09-28 22:32:38 -0700
committerMatei Zaharia <matei@eecs.berkeley.edu>2010-09-28 22:32:38 -0700
commite068f21e0108b89dc9ecf84d98f2ba619d6435e2 (patch)
treec280a2792213c10633ac03090186bddc1ce1ec01 /Makefile
parent7ef3a20a0cc20f49907693bd212d2de75a1b8859 (diff)
downloadspark-e068f21e0108b89dc9ecf84d98f2ba619d6435e2.tar.gz
spark-e068f21e0108b89dc9ecf84d98f2ba619d6435e2.tar.bz2
spark-e068f21e0108b89dc9ecf84d98f2ba619d6435e2.zip
More work on HTTP class loading
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 9c9ebb6a82..1a3e97a7be 100644
--- a/Makefile
+++ b/Makefile
@@ -10,6 +10,8 @@ JARS += third_party/hadoop-0.20.0/hadoop-0.20.0-core.jar
JARS += third_party/hadoop-0.20.0/lib/commons-logging-1.0.4.jar
JARS += third_party/scalatest-1.2/scalatest-1.2.jar
JARS += third_party/scalacheck_2.8.0-1.7.jar
+JARS += third_party/jetty-7.1.6.v20100715/jetty-server-7.1.6.v20100715.jar
+JARS += third_party/jetty-7.1.6.v20100715/servlet-api-2.5.jar
CLASSPATH = $(subst $(SPACE),:,$(JARS))
SCALA_SOURCES = src/examples/*.scala src/scala/spark/*.scala src/scala/spark/repl/*.scala