move custom_rhino out of plotkit
authorDan Vanderkam <danvdk@gmail.com>
Mon, 30 Nov 2009 05:10:51 +0000 (00:10 -0500)
committerDan Vanderkam <danvdk@gmail.com>
Mon, 30 Nov 2009 05:10:51 +0000 (00:10 -0500)
custom_rhino.jar [new file with mode: 0644]
generate-combined.sh
plotkit_v091/scripts/custom_rhino.jar [deleted file]

diff --git a/custom_rhino.jar b/custom_rhino.jar
new file mode 100644 (file)
index 0000000..4391990
Binary files /dev/null and b/custom_rhino.jar differ
index d39b9f4..22799c9 100755 (executable)
@@ -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 (file)
index 4391990..0000000
Binary files a/plotkit_v091/scripts/custom_rhino.jar and /dev/null differ