| OLD | NEW |
| 1 output.. = bin/ | 1 output.. = bin/ |
| 2 bin.includes = META-INF/,\ | 2 bin.includes = META-INF/,\ |
| 3 plugin.properties,\ | 3 plugin.properties,\ |
| 4 lib/externs.zip,\ | 4 lib/externs.zip,\ |
| 5 .,\ | 5 .,\ |
| 6 third_party/args4j/2.0.12/args4j-2.0.12.jar,\ | 6 third_party/args4j/2.0.12/args4j-2.0.12.jar,\ |
| 7 third_party/guava/r09/guava-r09.jar,\ | 7 third_party/guava/r09/guava-r09.jar,\ |
| 8 third_party/hamcrest/v1_3/hamcrest-core-1.3.0RC2.jar,\ | 8 third_party/hamcrest/v1_3/hamcrest-core-1.3.0RC2.jar,\ |
| 9 third_party/hamcrest/v1_3/hamcrest-generator-1.3.0RC2.jar,\ | 9 third_party/hamcrest/v1_3/hamcrest-generator-1.3.0RC2.jar,\ |
| 10 third_party/hamcrest/v1_3/hamcrest-integration-1.3.0RC2.jar,\ | 10 third_party/hamcrest/v1_3/hamcrest-integration-1.3.0RC2.jar,\ |
| 11 third_party/hamcrest/v1_3/hamcrest-library-1.3.0RC2.jar,\ | 11 third_party/hamcrest/v1_3/hamcrest-library-1.3.0RC2.jar,\ |
| 12 third_party/json/r2_20080312/json.jar,\ | 12 third_party/json/r2_20080312/json.jar,\ |
| 13 third_party/closure_compiler_src/build/compiler.jar,\ | |
| 14 third_party/rhino/1_7R3/js.jar | 13 third_party/rhino/1_7R3/js.jar |
| 15 source.. = src-compiler/ | 14 source.. = src-compiler/ |
| 16 jars.compile.order = . | 15 jars.compile.order = . |
| OLD | NEW |