make/tools/src/build/tools/jarreorder/JarReorder.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/make/tools/src/build/tools/jarreorder/JarReorder.java	Sun Dec 23 06:00:09 2012
--- new/make/tools/src/build/tools/jarreorder/JarReorder.java	Sun Dec 23 06:00:08 2012

*** 160,170 **** --- 160,170 ---- // Add in REVERSE ORDER, so that the first element is closest to // the end (and the index). for (int i = orderList.size() - 1; i >= 0; --i) { String s = orderList.get(i); if (allFilesExcluded.contains(s)) { ! if (false) System.err.println("Included order file " + s + " is also excluded, skipping."); } else if (new File(s).exists()) { allFiles.add(s); } else { System.err.println("Included order file " + s

make/tools/src/build/tools/jarreorder/JarReorder.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File