Merge TUV r1856 (code cleanup), trunk now on r1861 except new module ccm-cms-sample
git-svn-id: https://svn.libreccm.org/ccm/trunk@101 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
7ef33a9598
commit
23644633b6
|
|
@ -18,27 +18,11 @@
|
|||
|
||||
package com.arsdigita.london.util;
|
||||
|
||||
// unused imports
|
||||
// import com.arsdigita.runtime.Startup;
|
||||
|
||||
//import org.apache.commons.cli.Options;
|
||||
// import org.apache.commons.cli.HelpFormatter;
|
||||
// import org.apache.commons.cli.OptionBuilder;
|
||||
// import org.apache.commons.cli.GnuParser;
|
||||
// import org.apache.commons.cli.ParseException;
|
||||
// import org.apache.commons.cli.CommandLine;
|
||||
|
||||
// import java.io.OutputStream;
|
||||
// import java.io.PrintWriter;
|
||||
|
||||
/**
|
||||
*
|
||||
* @deprecated - use {@link com.arsdigita.packaging.Program}
|
||||
* pboy (Jan 2009):
|
||||
* This replacement might be a bad idea. Program is used by a) the packaging
|
||||
* programs during installation, configuration and updates and b) by all
|
||||
* modules which provide a cli interface for bulk tasks (e.g. the import
|
||||
* program). The latter may not be considered to a typical packaging task.
|
||||
* @deprecated - use {@link com.arsdigita.packaging.Program}
|
||||
*
|
||||
*/
|
||||
public abstract class Program extends com.arsdigita.packaging.Program {
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue