diff --git a/exercises/Exercise_01_Create_RCP_Bundle/README.html b/exercises/Exercise_01_Create_RCP_Bundle/README.html index c5b0278..1d0be4d 100644 --- a/exercises/Exercise_01_Create_RCP_Bundle/README.html +++ b/exercises/Exercise_01_Create_RCP_Bundle/README.html @@ -28,9 +28,12 @@

Generating an Eclipse 4 sample application

  • On the Content page, enter the name Tycho Demo Bundle. Click Next >
  • -
  • On the Eclipse 4 Application page, select Create sample content and press Finish +
  • On the Templates page, select Eclipse 4 RCP application. Click Next >
  • +
  • On the Basic Eclipse 4 Application page, select Create sample content and press Finish +
    +
  • Run the generated application to see what it does: +
  • Run the build of tychodemo.parent again, e.g. by right-clicking on tychodemo.parent > Run As > Maven build diff --git a/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app.png b/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app.png index 9b441ca..9150028 100644 Binary files a/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app.png and b/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app.png differ diff --git a/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_1.png b/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_1.png index 1a0d85c..c88eeec 100644 Binary files a/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_1.png and b/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_1.png differ diff --git a/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_2.png b/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_2.png index 0174d27..b67a77b 100644 Binary files a/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_2.png and b/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_2.png differ diff --git a/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_3.png b/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_3.png index 6641342..ebb26d8 100644 Binary files a/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_3.png and b/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_3.png differ diff --git a/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_4.png b/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_4.png new file mode 100644 index 0000000..869dbe6 Binary files /dev/null and b/exercises/Exercise_01_Create_RCP_Bundle/resources/new_e4_app_4.png differ diff --git a/exercises/Exercise_02_Add_Test_Fragment/resources/extract_method_2.png b/exercises/Exercise_02_Add_Test_Fragment/resources/extract_method_2.png index 615f083..d2d694d 100644 Binary files a/exercises/Exercise_02_Add_Test_Fragment/resources/extract_method_2.png and b/exercises/Exercise_02_Add_Test_Fragment/resources/extract_method_2.png differ diff --git a/exercises/Exercise_02_Add_Test_Fragment/tychodemo.parent/README.html b/exercises/Exercise_02_Add_Test_Fragment/tychodemo.parent/README.html index 7a8bb0d..007d294 100644 --- a/exercises/Exercise_02_Add_Test_Fragment/tychodemo.parent/README.html +++ b/exercises/Exercise_02_Add_Test_Fragment/tychodemo.parent/README.html @@ -27,7 +27,8 @@

    Importing the refactored project



  • -
  • Right-click on tychodemo.parent > Run As > Maven build, enter the goals clean install. + If you see a dialog labeled Setup Maven plugin connectors click Finish. If you see an Install dialog asking you to install Tycho Projector Configurators, do so. +
  • Right-click on tychodemo.parent > Run As > Maven build. If you get a dialog asking for goals, enter the goals clean install.
    The build should succeed and build two modules:
  • @@ -60,7 +61,7 @@

    Adding a JUnit test

  • Open AboutHandler.java, select the about text string, right-click Refactor > Extract Method
  • -
  • Enter the method name getGreeting and select the default access modifier +
  • Enter the method name getGreeting and select the package access modifier
  • @@ -112,7 +113,8 @@

    Running the JUnit test in the build

    Expected results: