Skip to content

Commit 07d4a79

Browse files
author
stemkovs
committed
Merge branch 'ElephantSQL' of https://github.com/ibmjstart/bluemix-java-postgresql-uploader.git into ElephantSQL
2 parents 5a516a3 + 6bbde15 commit 07d4a79

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

README.md

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -74,24 +74,12 @@ To view and edit the application, simply import the project into Eclipse. If yo
7474

7575
### Download the Source Code ###
7676

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
7878
1. File->Import...
7979
2. Scroll down to the "Web" section, expand that section and click WAR File then click Next.
8080
3. Deselect the 'Add project to an EAR' checkbox
8181
4. Click next and then Finish and the project should be imported into Eclipse
8282

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-
9583
### Modify the Source Code and Deploy to Bluemix ###
9684

9785
With access to the source code, you may modify the application, add functionality, or deploy it straight

0 commit comments

Comments
 (0)