|
701 | 701 | } |
702 | 702 | }, |
703 | 703 | "eclipsedevelopment": { |
704 | | - "name": "Eclipse Plugin Guided Development", |
| 704 | + "name": "Eclipse Plug-in Guided Development", |
705 | 705 | "description": "A step by step guided Eclipse development", |
706 | 706 | "congratulation": "Congratulations! You've learned how to create Eclipse based applications!", |
707 | 707 | "ref" : { |
708 | 708 | "plugin-project" : { |
709 | 709 | "id": "org.eclipse.pde.helloworld", |
710 | 710 | "taskName": "Creating an Eclipse plug-in", |
711 | 711 | "intro": "This cheat sheet will guide you through the individual steps to create a plug-in, a plug-in extension, a feature and an update site using the Plug-in Development Environment (PDE). It will also demonstrate how to install and uninstall a feature using Install/Update.<br/><br/>To assist you along the way, wizards and commands will be available for you to launch automatically.", |
712 | | - "onCompletion": "Congratulations! You just created a plug-in, a plug-in extension, a feature and an update site using PDE. You also installed and uninstalled a feature using Install/Update." |
| 712 | + "onCompletion": "Congratulations! You just created a plug-in, a plug-in extension, a feature and an update site using PDE. You also installed and uninstalled a feature using Install/Update." |
713 | 713 | }, |
714 | 714 | "rcp-app" : { |
715 | 715 | "id": "org.eclipse.pde.rcpapp", |
|
777 | 777 | } |
778 | 778 | }, |
779 | 779 | "cdkdevelopment": { |
780 | | - "name": "OpenShift Guided Development", |
| 780 | + "name": "Guided Development on local OpenShift", |
781 | 781 | "description": "A step by step application development for Openshift!", |
782 | | - "congratulation": "Congratulations! You've learned how to create and deploy applications on Openshift!", |
| 782 | + "congratulation": "Congratulations! You've learned how to create, build and deploy applications on Openshift!", |
783 | 783 | "file": { |
784 | 784 | "creating-project": { |
785 | 785 | "fileName": "cdk-creating-project-gd.xml", |
|
0 commit comments