1 10 11 package org.mule.modules.boot; 12 13 import java.io.File ; 14 15 public class GuiInstallerLicenseHandler 16 { 17 25 public static void main(String args[]) throws Exception  26 { 27 File muleHome = new File (args[0].toString()); 28 LicenseHandler handler = new LicenseHandler(muleHome); 29 handler.saveLicenseAck("MuleSource Public License", "1.1.3"); 34 } 35 } 36 | Popular Tags |