Package org.objectweb.jorm.util.lib

Examples of org.objectweb.jorm.util.lib.AntScriptGenerator


 
  //the list of SpeedoIndexe(s)
  protected List indexes = new ArrayList(1);
 
  public static void main(String[] args) {
    new AntScriptGenerator().execute(args);
  }
View Full Code Here

TOP

Related Classes of org.objectweb.jorm.util.lib.AntScriptGenerator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.