KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > org > openlaszlo > sc > Regenerate


1 /* *****************************************************************************
2  * Regenerate.java
3  * ****************************************************************************/

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 JavaDoc args[]) {
14         // props could contain the 'runtime: swf5/6" flag
15
java.util.Properties JavaDoc props = new java.util.Properties JavaDoc();
16         new Regenerator().compile(props, args);
17     }
18 }
19
Popular Tags