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

Side by Side 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 unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « no previous file | samples/dartboard/build_dartlib/BuildDartlib.java » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 # This creates a "war" directory for dartboard. Once you have a
2 # war directory, you can test dartboard in the appengin devserver,
3 # or you can upload it to appengine for public release.
4 #
5 # TODO - eventually make a real build file for this.
6
7 set -x
8 mkdir -p out/war
9 cp -r WEB-INF out/war/
10 cp -r codemirror out/war/
11 cp dartboard.html out/war/
12 cp dartboard.dart.js out/war/
13 cp dartlib.html out/war/
14
15 # to run appengine dev server
16 # appengine-java-sdk-1.6.3.1/bin/dev_appserver.sh out/war
17
18 # to deploy to appengine
19 # appengine-java-sdk-1.6.3.1/bin/appcfg.sh update out/war/
OLDNEW
« 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