This is an automated email from the ASF dual-hosted git repository.

dongxu pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/james-hupa.git

commit 379669b416267c43bfecc2e8f654a69b29bc2ba9
Author: Echo Wang <don...@apache.org>
AuthorDate: Thu Mar 1 11:23:28 2018 +0800

    Refactoring README to improve the content.
---
 README.md | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index dd71fc2..045190a 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,7 @@ Hupa is a Rich IMAP-based Webmail application written in GWT.
 Hupa has been entirely written in java to be coherent with the language used 
in the James project.
 It has been a development reference using GWT good practices (MVP pattern and 
Unit testing)
 
-It is ready for reading, sending,  and managing messages and folders, but it 
still lacks of many features email clients nowadays have.
+It is ready for reading, sending, and managing messages and folders, but it 
still lacks of many features email clients nowadays have.
 
 ##### Bulding #####
 Hupa use maven as building tool. To build hupa download maven 
(http://maven.apache.org), unpack maven and install it.
@@ -28,7 +28,7 @@ $ java -jar target/hupa-${version}.war
 Then point your browser to the url:
 http://localhost:8282
 
-If you prefer to use any other servlet container you can deploy the provided 
.war file in it.
+If you prefer to use any other servlet container you can deploy the provided 
.war file into it.
 
 ##### Hupa and IMAP/SMTP servers  #####
 Hupa is able to discover most of the imap/smtp configuration based on the 
email domain part.
@@ -40,8 +40,8 @@ email provider servers.
 Hupa is compatible with most email providers, gmail, yahoo, hotmail, outlook, 
exchange, james, etc.
 
 ##### Eclipse GWT Plugin notes #####
-- Hupa uses maven to be built, before inporting the project, you should have 
installed m2eclipse
-and google plugins, then go to Import -> New maven project and select the 
modules:
+- Hupa uses maven to be built, before importing the project, you should have 
installed m2eclipse
+and GWT Eclipse Plugin (3.0.0), then go to Import -> Existing Maven Projects 
and select the modules:
 shared, mock, server, widgets, client and hupa.
 
-- To run hupa in hosted mode, select: Run as -> (Google) Web application.
+- To run hupa in hosted mode, select hupa: Run As/Debug As -> GWT Development 
Mode with Jetty.

-- 
To stop receiving notification emails like this one, please contact
don...@apache.org.

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to