Remove unused jquery/d3 references.

--
MOS_MIGRATED_REVID=107377319
diff --git a/scripts/bootstrap/compile.sh b/scripts/bootstrap/compile.sh
index 4e5870a..841b294 100755
--- a/scripts/bootstrap/compile.sh
+++ b/scripts/bootstrap/compile.sh
@@ -296,7 +296,7 @@
   done
 
   create_deploy_jar "libblaze" "com.google.devtools.build.lib.bazel.BazelMain" \
-      ${OUTPUT_DIR} third_party/javascript
+      ${OUTPUT_DIR}
 fi
 
 cc_build "client" "objs" "${OUTPUT_DIR}/client" ${BLAZE_CC_FILES[@]}