Skip to content

Commit ecd6a69

Browse files
committed
update subtasks labels
1 parent 1ee0ebe commit ecd6a69

2 files changed

Lines changed: 14 additions & 12 deletions

File tree

cheatsheets/cdk-creating-project-gd.xml

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@
1010
</description>
1111
<subitem
1212
label="Open &apos;Servers&apos; View">
13+
<command
14+
required="false"
15+
serialization="org.eclipse.ui.views.showView(org.eclipse.ui.views.showView.viewId=org.eclipse.wst.server.ui.ServersView)"/>
1316
</subitem>
1417
<subitem
1518
label="Select &apos;Container Development Environment 3.2+&apos;">
@@ -34,25 +37,24 @@
3437
</subitem>
3538
<subitem label="Select &apos;New-&gt;Application...&apos; from context menu for root node">
3639
</subitem>
37-
<subitem label="Select &apos;nodejs-mongo-persistent&apos; project from &apos;Server application source&apos; list">
40+
<subitem label="Select &apos;nodejs-mongo-persistent&apos; project from &apos;Server application source&apos; list and press &apos;Next&apos; button.">
3841
</subitem>
39-
<subitem label="Press &apos;Next&apos; button to see &apos;Template Parameters&apos; page">
40-
</subitem>
41-
<subitem label="Press &apos;Finish&apos; button to create application">
42+
<subitem label="On &apos;Template Parameters&apos; page press &apos;Finish&apos; button to create OpenShift application.">
4243
</subitem>
43-
<subitem label="Press &apos;OK&apos; button in &apos;Create Application Summary&apos; dialog">
44+
<subitem label="When &apos;Create Application Summary&apos; dialog shows up press &apos;OK&apos; button.">
4445
</subitem>
45-
<subitem label="Press &apos;Finish&apos; button in &apos;Import OpenShift Application&apos; dialog">
46+
<subitem label="In &apos;Import OpenShift Application&apos; dialog press &apos;Finish&apos; button.">
4647
</subitem>
47-
<subitem label="Press &apos;Yes&apos; button for request to create server adapter for created application">
48+
<subitem label="When request to create server adapter for new application pops up press &apos;Yes&apos; button.">
4849
</subitem>
4950
</item>
5051
<item title="Wait Application built and deployed">
5152
<description>When the application is finished building and deploying you should see two running pods in <b>OpenShift Explorer</b> View.
5253
</description>
5354
</item>
5455
<item title="Open Application home page in browser">
55-
<description>At this point, you&apos;ve successfully built and deployed a Node.js and MongoDB application in containers running on OpenShift on your personal OpenShift cluster.
56+
<description>
57+
At this point, you&apos;ve successfully created, built and deployed a Node.js and MongoDB application in containers running on OpenShift in your personal OpenShift cluster.
5658
From context menu for &apos;My Project&apos; node in OpenShift Explorer tree select &apos;Show In-&gt;Web Browser&apos; to see your Application home page in browser.
5759
</description>
5860
</item>

requirements.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -701,15 +701,15 @@
701701
}
702702
},
703703
"eclipsedevelopment": {
704-
"name": "Eclipse Plugin Guided Development",
704+
"name": "Eclipse Plug-in Guided Development",
705705
"description": "A step by step guided Eclipse development",
706706
"congratulation": "Congratulations! You've learned how to create Eclipse based applications!",
707707
"ref" : {
708708
"plugin-project" : {
709709
"id": "org.eclipse.pde.helloworld",
710710
"taskName": "Creating an Eclipse plug-in",
711711
"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."
713713
},
714714
"rcp-app" : {
715715
"id": "org.eclipse.pde.rcpapp",
@@ -777,9 +777,9 @@
777777
}
778778
},
779779
"cdkdevelopment": {
780-
"name": "OpenShift Guided Development",
780+
"name": "Guided Development on local OpenShift",
781781
"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!",
783783
"file": {
784784
"creating-project": {
785785
"fileName": "cdk-creating-project-gd.xml",

0 commit comments

Comments
 (0)