417418419420421422423424425426427
} protected void strip( final File input, final File output ) { StripperTool s = new StripperTool(); StripperConfiguration cfg = new StripperConfiguration() { public File input() { return input; }