From: Dan Vanderkam Date: Mon, 30 Nov 2009 05:10:51 +0000 (-0500) Subject: move custom_rhino out of plotkit X-Git-Tag: v1.0.0~850 X-Git-Url: https://adrianiainlam.tk/git/?a=commitdiff_plain;h=5709f0d5571980cae539ebb94533dee5c6b405c1;p=dygraphs.git move custom_rhino out of plotkit --- diff --git a/custom_rhino.jar b/custom_rhino.jar new file mode 100644 index 0000000..4391990 Binary files /dev/null and b/custom_rhino.jar differ diff --git a/generate-combined.sh b/generate-combined.sh index d39b9f4..22799c9 100755 --- a/generate-combined.sh +++ b/generate-combined.sh @@ -16,9 +16,11 @@ dygraph-canvas.js \ dygraph.js \ > /tmp/dygraph.js -java -jar plotkit_v091/scripts/custom_rhino.jar -c /tmp/dygraph.js \ +java -jar custom_rhino.jar -c /tmp/dygraph.js \ > /tmp/dygraph-packed.js +# TODO(danvk): ensure the dygraphs copyright, etc. gets into the packed js. + cat \ /tmp/mochikit-packed.js \ strftime/strftime-min.js \ diff --git a/plotkit_v091/scripts/custom_rhino.jar b/plotkit_v091/scripts/custom_rhino.jar deleted file mode 100644 index 4391990..0000000 Binary files a/plotkit_v091/scripts/custom_rhino.jar and /dev/null differ