Revision: 10406
Author:   [email protected]
Date:     Mon Jun 27 10:56:40 2011
Log:      Cherry picking r10403 into GWT 2.4 release.

http://code.google.com/p/google-web-toolkit/source/detail?r=10406

Modified:
 /releases/2.4/eclipse/README.txt
 /releases/2.4/eclipse/user/.classpath

=======================================
--- /releases/2.4/eclipse/README.txt    Mon May  2 09:43:22 2011
+++ /releases/2.4/eclipse/README.txt    Mon Jun 27 10:56:40 2011
@@ -101,6 +101,18 @@
 - Annotation is used as super interface
 - Enable @SuppressWarnings annotations

+------- Annotation Processor --------
+
+Some components of GWT (RequestFactory) use annotation processing.
+
+Select project 'gwt-user'
+
+Project->Preferences->Java Compiler->AnnotationProcessor
+- Check Enable project specific settings
+- Check Enable annotation processing
+
+This adds a directory named '.apt-generated' to the source path.
+
 == Checkstyle ==

 Checkstyle is used to enforce good programming style.
=======================================
--- /releases/2.4/eclipse/user/.classpath       Thu Jun  9 11:31:51 2011
+++ /releases/2.4/eclipse/user/.classpath       Mon Jun 27 10:56:40 2011
@@ -59,10 +59,5 @@
<classpathentry kind="var" path="GWT_TOOLS/lib/jboss/test-harness/jboss-test-harness-api-1.0.0.jar" sourcepath="/GWT_TOOLS/lib/jboss/test-harness/jboss-test-harness-api-1.0.0-sources.jar"/> <classpathentry kind="var" path="GWT_TOOLS/lib/testng/testng-5.14.1-sources.jar"/> <classpathentry kind="var" path="GWT_TOOLS/lib/testng/testng-5.14.1-nojunit.jar" sourcepath="/GWT_TOOLS/lib/testng/testng-5.14.1-sources.jar"/>
-       <classpathentry kind="src" path=".apt_generated">
-               <attributes>
-                       <attribute name="optional" value="true"/>
-               </attributes>
-       </classpathentry>
        <classpathentry kind="output" path="bin"/>
 </classpath>

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

Reply via email to