| OLD | NEW |
| 1 <?xml version="1.0" encoding="UTF-8"?> | 1 <?xml version="1.0" encoding="UTF-8"?> |
| 2 <classpath> | 2 <classpath> |
| 3 <classpathentry exported="true" kind="lib" path="third_party/fest/fest-a
ssert-1.4.jar" sourcepath="third_party/fest/fest-assert-1.4-sources.jar"/> |
| 4 <classpathentry exported="true" kind="lib" path="third_party/fest/fest-u
til-1.1.6.jar" sourcepath="third_party/fest/fest-util-1.1.6-sources.jar"/> |
| 3 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER
/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> | 5 <classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER
/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/> |
| 4 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> | 6 <classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/> |
| 5 <classpathentry kind="src" path="src"/> | 7 <classpathentry kind="src" path="src"/> |
| 6 <classpathentry kind="output" path="bin"/> | |
| 7 <classpathentry exported="true" kind="lib" path="third_party/mockito/1.9
.0/mockito-all-1.9.0.jar"/> | 8 <classpathentry exported="true" kind="lib" path="third_party/mockito/1.9
.0/mockito-all-1.9.0.jar"/> |
| 8 <classpathentry exported="true" kind="lib" path="third_party/guava/r13/g
uava-13.0.1.jar" sourcepath="third_party/guava/r13/guava-13.0.1-sources.jar"/> | 9 <classpathentry exported="true" kind="lib" path="third_party/guava/r13/g
uava-13.0.1.jar" sourcepath="third_party/guava/r13/guava-13.0.1-sources.jar"/> |
| 10 <classpathentry kind="output" path="bin"/> |
| 9 </classpath> | 11 </classpath> |
| OLD | NEW |