Reviewers: bobv,
Description:
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
Please review this at http://gwt-code-reviews.appspot.com/1466807/
Affected files:
M eclipse/user/.classpath
Index: eclipse/user/.classpath
===================================================================
--- eclipse/user/.classpath (revision 10389)
+++ eclipse/user/.classpath (working copy)
@@ -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