1 /* *****************************************************************************2 * Regenerate.java3 * ****************************************************************************/4 5 /* J_LZ_COPYRIGHT_BEGIN *******************************************************6 * Copyright 2001-2004 Laszlo Systems, Inc. All Rights Reserved. *7 * Use is subject to license terms. *8 * J_LZ_COPYRIGHT_END *********************************************************/9 10 package org.openlaszlo.sc;11 12 public class Regenerate {13 public static void main(String args[]) {14 // props could contain the 'runtime: swf5/6" flag15 java.util.Properties props = new java.util.Properties ();16 new Regenerator().compile(props, args);17 }18 }19