Skip to content

Commit 4cdbe71

Browse files
committed
Update README.md
1 parent 796429f commit 4cdbe71

File tree

1 file changed

+13
-13
lines changed

1 file changed

+13
-13
lines changed

README.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,23 +24,23 @@ The source for this app is at GitHub so, for example, if you are using the comma
2424
If you want to use Eclipse to work on it, there are two different ways you can get the source into Eclipse:
2525

2626
Option A. Import the Eclipse project by following these instructions:
27-
1. Start by cloning the repository, as described above
28-
2. Open Eclipse
29-
3. Select File->Import
30-
4. Under the header labeled "General", click "Existing Projects Into Workspace" and click Next
31-
5. Click "Browse" next to the first text field, and navigate to the cloned repository and find the folder labeled "app" and click ok.
32-
6. Under Projects you should now see a project called "PostgreSQLUpload", make sure the checkbox next to the "PostgreSQLUpload" project is checked and then click Finish
33-
7. You should now see the "PostgreSQLUpload" project in your list of projects in Eclipse.
27+
1. Start by cloning the repository, as described above
28+
2. Open Eclipse
29+
3. Select File->Import
30+
4. Under the header labeled "General", click "Existing Projects Into Workspace" and click Next
31+
5. Click "Browse" next to the first text field, and navigate to the cloned repository and find the folder labeled "app" and click ok.
32+
6. Under Projects you should now see a project called "PostgreSQLUpload", make sure the checkbox next to the "PostgreSQLUpload" project is checked and then click Finish
33+
7. You should now see the "PostgreSQLUpload" project in your list of projects in Eclipse.
3434

3535
-OR-
3636

3737
Option B. Import the WAR File
38-
1. Navigate to https://github.com/ibmjstart/bluemix-java-postgresql-upload/releases
39-
2. Click the green button labeled "PostgreSQLUpload.war" and that will download the WAR file.
40-
3. Open Eclipse
41-
4. Then File->Import
42-
5. Scroll down to the "Web" section, expand that section and click WAR File then click Next.
43-
6. Click next and then Finish and the project should be imported into Eclipse
38+
1. Navigate to https://github.com/ibmjstart/bluemix-java-postgresql-upload/releases
39+
2. Click the green button labeled "PostgreSQLUpload.war" and that will download the WAR file.
40+
3. Open Eclipse
41+
4. Then File->Import
42+
5. Scroll down to the "Web" section, expand that section and click WAR File then click Next.
43+
6. Click next and then Finish and the project should be imported into Eclipse
4444

4545
## Deploying the App to BlueMix and Binding the PostgreSQL Service##
4646

0 commit comments

Comments
 (0)