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

Side by Side Diff: editor/build/README.txt

Issue 8370010: Adjust and update the readmes for the editor. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
Patch Set: Created 9 years, 2 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 | editor/docs/README.txt » ('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 Notes about Dart Editor workspace setup, development, build, and deploy.
2
3 ====================================
4 Building the Dart Editor
5 ====================================
6
7 In the dart/editor/tools/features/com.google.dart.tools.deploy.feature_releng/bu ild-settings
8 directory, copy the user.properties file to <username>.properties, where <userna me> is your
9 login name. Adjust the two properties in that file to point to:
10
11 -the Dart Editor source directory (dart/editor)
12 -a build output directory
13
14 Run the build_rcp.xml ant script in the com.google.dart.tools.deploy.feature_rel eng project
15 (ant -f build_rcp.xml). It will create Windows, Linux, and Mac builds in the 'ou t' directory
16 of the build directory specified above.
OLDNEW
« no previous file with comments | « no previous file | editor/docs/README.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698