You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-13Lines changed: 1 addition & 13 deletions
Original file line number
Diff line number
Diff line change
@@ -74,24 +74,12 @@ To view and edit the application, simply import the project into Eclipse. If yo
74
74
75
75
### Download the Source Code ###
76
76
77
-
Once you have Eclipse running, you can Import the WAR file as a new project via (this does not give access to the source code, as it is already compiled into the war.)
77
+
Once you have Eclipse running, you can Import the WAR file as a new project via
78
78
1. File->Import...
79
79
2. Scroll down to the "Web" section, expand that section and click WAR File then click Next.
80
80
3. Deselect the 'Add project to an EAR' checkbox
81
81
4. Click next and then Finish and the project should be imported into Eclipse
82
82
83
-
If you would like to edit the source code of the project, you will have to clone the git URL.
84
-
85
-
1. Open Eclipse
86
-
2. Select File->Import
87
-
3. Under the header labeled "Git", click "Projects from Git" and click `Next`
88
-
4. Select `Clone URI` and click `Next`
89
-
5. Copy paste the git clone URL into the next page. Hit `Next`
90
-
6. Select the Branch to clone (you should only need Master). Click `Next`
91
-
7. Name the destination directory. click `Next`
92
-
8. Check `Import Existing Projects` and click `Next`
93
-
9. Check the project, and click `Finish`
94
-
95
83
### Modify the Source Code and Deploy to Bluemix ###
96
84
97
85
With access to the source code, you may modify the application, add functionality, or deploy it straight
0 commit comments