Removes .apt_generated from gwt-user classpath. Since Annotation Processor
support isn't turned on for the imported project, the directory is never created
and just causes errors when trying to launch projects.
In the future, we might want this back on along with Annotation Processor
support enabled by default
Review at http://gwt-code-reviews.appspot.com/1466807
Review by: robertvawter@google.com
git-svn-id: https://google-web-toolkit.googlecode.com/svn/trunk@10403 8db76d5a-ed1c-0410-87a9-c151d255dfc7
diff --git a/eclipse/README.txt b/eclipse/README.txt
index ef00020..ee0ece0 100644
--- a/eclipse/README.txt
+++ b/eclipse/README.txt
@@ -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.
diff --git a/eclipse/user/.classpath b/eclipse/user/.classpath
index d570716..eff0d1c 100644
--- a/eclipse/user/.classpath
+++ b/eclipse/user/.classpath
@@ -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>