Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Alpha-sort entries in .classpath file.
Test Plan:
Unfortunately, things still do not build in the latest Eclipse release candidate
(I'm testing in Neon RC2) because of a bad interaction between its annotation processor
and immutables. It's reaaaaly close in that most of the generated code is identical to what
is produced when the annotation processor is run with `javac`, but it is missing `import` statements
for the other types that are generated by the annotation processor.

Reviewed By: Coneko

fbshipit-source-id: c2fdc90
  • Loading branch information
bolinfest authored and Facebook Github Bot 6 committed Jun 1, 2016
1 parent 9007b5c commit fc3b37f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .classpath
Expand Up @@ -25,6 +25,8 @@
<classpathentry kind="lib" path="third-party/java/dd-plist/dd-plist.jar" sourcepath="third-party/java/dd-plist/dd-plist-sources.jar"/>
<classpathentry kind="lib" path="third-party/java/ddmlib/ddmlib-22.5.3.jar"/>
<classpathentry kind="lib" path="third-party/java/easymock/easymock-3.3.1.jar"/>
<classpathentry kind="lib" path="third-party/java/eden/eden.jar"/>
<classpathentry kind="lib" path="third-party/java/eden/java-thrift-dependencies.jar"/>
<classpathentry kind="lib" path="third-party/java/gson/gson-2.2.4.jar" sourcepath="third-party/java/gson/gson-2.2.4-sources.jar"/>
<classpathentry kind="lib" path="third-party/java/guava/guava-19.0.jar" sourcepath="third-party/java/guava/guava-19.0-sources.jar"/>
<classpathentry kind="lib" path="third-party/java/guice/guice-3.0.jar"/>
Expand Down Expand Up @@ -80,8 +82,6 @@
<classpathentry kind="lib" path="third-party/java/eclipse/org.eclipse.equinox.preferences_3.6.0.v20160120-1756.jar"/>
<classpathentry kind="lib" path="third-party/java/eclipse/org.eclipse.jdt.core_3.12.0.v20160426-1326.jar"/>
<classpathentry kind="lib" path="third-party/java/eclipse/org.eclipse.osgi_3.11.0.v20160427-2120.jar"/>
<classpathentry kind="lib" path="third-party/java/eden/eden.jar"/>
<classpathentry kind="lib" path="third-party/java/eden/java-thrift-dependencies.jar"/>
<classpathentry kind="src" path=".apt_generated">
<attributes>
<attribute name="optional" value="true"/>
Expand Down

0 comments on commit fc3b37f

Please sign in to comment.