#!/bin/perl

while(<>) {
  print unless (/^(\s*)propertyDescriptorList.addAll\(Properties.getOutputPropertyList/);
}
