Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(98)

Unified Diff: samples/dartboard/build.sh

Issue 10204007: Remove many things that depend on frog. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 8 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | samples/dartboard/build_dartlib/BuildDartlib.java » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/dartboard/build.sh
===================================================================
--- samples/dartboard/build.sh (revision 6866)
+++ samples/dartboard/build.sh (working copy)
@@ -1,19 +0,0 @@
-# This creates a "war" directory for dartboard. Once you have a
-# war directory, you can test dartboard in the appengin devserver,
-# or you can upload it to appengine for public release.
-#
-# TODO - eventually make a real build file for this.
-
-set -x
-mkdir -p out/war
-cp -r WEB-INF out/war/
-cp -r codemirror out/war/
-cp dartboard.html out/war/
-cp dartboard.dart.js out/war/
-cp dartlib.html out/war/
-
-# to run appengine dev server
-# appengine-java-sdk-1.6.3.1/bin/dev_appserver.sh out/war
-
-# to deploy to appengine
-# appengine-java-sdk-1.6.3.1/bin/appcfg.sh update out/war/
« no previous file with comments | « no previous file | samples/dartboard/build_dartlib/BuildDartlib.java » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698