Reviewers: Dan Rice,

Description:
Update bikeshed/eclipse.README based on feedback from Dan
Review by: r...@google.com

Please review this at http://gwt-code-reviews.appspot.com/224801

Affected files:
  M bikeshed/eclipse.README


Index: bikeshed/eclipse.README
===================================================================
--- bikeshed/eclipse.README     (revision 7736)
+++ bikeshed/eclipse.README     (working copy)
@@ -1,24 +1,24 @@
-To make eclipse go:
+To create a Bikeshed project in Eclipse:

-* Set svn or git or whatever to exclude the following:
+* Set your source code control system (e.g., svn or git) to ignore
+the following files and directories. Eclipse needs to edit them,
+but they should not be submitted.

 .settings
 .classpath
 .project
-bin
-build
-classes
+bin/
+build/
+classes/
 com.google.gwt.*
-eclipse-trunk
-bikeshed/war/expenses
-bikeshed/war/stocks
-bikeshed/war/tree
+bikeshed/war/expenses/
+bikeshed/war/stocks/
+bikeshed/war/tree/

 * Install the Google Plugin for Eclipse
-* Import bikeshed as a new Java project with existing source
-* Bring up the project properties
-  * find the Google settings and turn on AppEngine and WebKit
+* Import trunk/bikeshed/ as a new Java project with existing source
+* Bring up the project properties
+  * find the Google settings and turn on AppEngine and Google Web Toolkit
* Java Build Path > Libraries > Add Variable > GWT_TOOLS, Extend > redist/json/r2_20080312/json.jar
 * Copy tools/redist/json/r2_20080312/json.jar to bikeshed/war/WEB_INF/lib
* Right click on the bikeshed project and choose Run as > Web Application. Choose from the various .html files
-


--
http://groups.google.com/group/Google-Web-Toolkit-Contributors

Reply via email to