• Remove plugin script parsing of system properties

    The plugin script parses command-line options looking for Java system
    properties and extracts these arguments to pass to the java command when
    starting the JVM. Since elasticsearch-plugin allows arbitrary user
    arguments to the JVM via ES_JAVA_OPTS, this parsing is unnecessary. This
    commit removes this unnecessary 
    
    Relates elastic#18207
    jasontedor committed May 9, 2016