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

Unified Diff: dart/compiler/eclipse.workspace/README.txt

Issue 20722006: Removed compiler/ directory from repository (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 5 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
Index: dart/compiler/eclipse.workspace/README.txt
diff --git a/dart/compiler/eclipse.workspace/README.txt b/dart/compiler/eclipse.workspace/README.txt
deleted file mode 100644
index 3f0eaa07bb40d9ffa2449707da71fcc8fdbf79f6..0000000000000000000000000000000000000000
--- a/dart/compiler/eclipse.workspace/README.txt
+++ /dev/null
@@ -1,49 +0,0 @@
-This is an Eclipse workspace for Helios Service Release 2.
-
-HOW TO
-
-1. When you open Eclipse the first time, it will ask you to create a
- workspace or select an existing one. You can use this directory as
- workspace, or you can choose a different one.
-
-2. If you're already using Eclipse, you can either switch to a new
- workspace (File > Switch Workspace) or use your current workspace.
-
-3. Add the following "Path Variable" to your workspace:
- (Open Preferences... > General > Workspace > Linked Resources)
- DART_TRUNK: point to the root of your checkout
-
-
-4. Add a "Classpath Variable" to your workspace called DART_TRUNK
- that points to the same directory as your DART_TRUNK path variable.
- (Open Preferences... > Java > Build Path > Classpath Variables).
-
-5. Regardless if you're using this directory as a workspace, you have
- to import the projects (File > Import... > General > Existing
- Projects into Workspace).
-
-6. Click "Next >"
-
-7. Select root directory. Browse to: compiler/eclipse.workspace.
-
-8. It should find and select two projects (dartc and tests).
-
-9. Click Finish. (At this point Eclipse may get stuck, if so, exit
- Eclipse by right-clicking on the dock icon, and restart).
-
-10. Open Preferences... > Java > Compiler > Errors/Warnings > Potential
- programming problems. Change "Serializable class without
- serialVersionUID" to "Ignore".
-
-11. Import the launch configuration (File > Import... > Run/Debug >
- Launch Configurations).
-
-12. Click "Next >"
-
-13. In SVN, browse to: compiler/eclipse.workspace/tests.
-
-14. Select "tests".
-
-15. Click Finish.
-
-16. Try running the tests: Run > Run History > dartc test suites.

Powered by Google App Engine
This is Rietveld 408576698