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

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

Issue 8224006: Merged Dart Editor build notes into README. (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 | « editor/build/README.txt ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Notes about Dart Editor workspace setup, development, build, and deploy. 1 Notes about Dart Editor workspace setup, development, build, and deploy.
2 2
3 ==================================== 3 ====================================
4 Installation 4 Installation
5 ==================================== 5 ====================================
6 6
7 * Install Eclipse 3.7 7 * Install Eclipse 3.7
8 http://eclipse.org/downloads/ 8 http://eclipse.org/downloads/
9 9
10 * Install SVN support into Eclipse 3.7 10 * Install SVN support into Eclipse 3.7
(...skipping 176 matching lines...) Expand 10 before | Expand all | Expand 10 after
187 187
188 ==================================== 188 ====================================
189 Launching the Plugin 189 Launching the Plugin
190 ==================================== 190 ====================================
191 191
192 Once your projects have been imported, go to the Package Explorer and 192 Once your projects have been imported, go to the Package Explorer and
193 right-click on the "com.google.dart.tools.ui" project. Go to "Run As", and selec t 193 right-click on the "com.google.dart.tools.ui" project. Go to "Run As", and selec t
194 "Eclipse Application". Another instance of Eclipse should launch, running the Da rt 194 "Eclipse Application". Another instance of Eclipse should launch, running the Da rt
195 plugin! 195 plugin!
196 196
197 ====================================
198 Building Dart Editor
199 ====================================
200
201 Run the build_rcp.xml ant script in the com.google.dart.tools.deploy.feature_rel eng project.
OLDNEW
« no previous file with comments | « editor/build/README.txt ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698