From fcdb1c984c4b32c0c1b13337d9bd50a3883cb3b3 Mon Sep 17 00:00:00 2001 From: Felix Mulder Date: Thu, 3 Nov 2016 15:59:30 +0100 Subject: Remove unused examples dir, duplicate contained in tests/pos --- docs/docs/contributing/eclipse.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/docs') diff --git a/docs/docs/contributing/eclipse.md b/docs/docs/contributing/eclipse.md index 9afe28355..0e4125df0 100644 --- a/docs/docs/contributing/eclipse.md +++ b/docs/docs/contributing/eclipse.md @@ -27,7 +27,7 @@ You may need to redo these steps when the build changes. If you have `CLASSPATH` defined: 4. Update your classpath to contain any new required external libraries to run - `./bin/dotc`, `./bin/doti` outside of Eclipse. + `./bin/dotc`, `./bin/dotr` outside of Eclipse. 5. Open the `Run Configurations` tab, and edit the `tests` configuration so that it contains a `CLASSPATH` variable which reflects the current @@ -44,4 +44,4 @@ Running the compiler Main class from Eclipse - Add the Scala library (`Advanced...` > `Add library...` > `Scala library`) - Add the Dotty classfiles (`Add projects...` > `[x] dotty`) 4. `Run Configurations > Main$ > Arguments` and add - `${project_loc}/examples/hello.scala` + `${project_loc}/tests/pos/HelloWorld.scala` -- cgit v1.2.3