blob: bc36184c0695fccbb4368e3867c2b5a46947a46d [file] [log] [blame]
/* Copyright (C) 2003 Vladimir Roubtsov. All rights reserved.
*
* This program and the accompanying materials are made available under
* the terms of the Common Public License v1.0 which accompanies this distribution,
* and is available at http://www.eclipse.org/legal/cpl-v10.html
*
* $Id: ANTMain.java,v 1.1.1.1 2004/05/09 16:57:26 vlad_r Exp $
*/
package com.vladium.emma;
import com.vladium.emma.IAppConstants;
// ----------------------------------------------------------------------------
/**
* @author Vlad Roubtsov, (C) 2004
*/
public
final class ANTMain
{
// public: ................................................................
public static void main (final String [] args)
{
System.out.println ("this jar contains ANT task definitions for " + IAppConstants.APP_NAME
+ " and is not meant to be executable");
System.out.println ();
System.out.println (IAppConstants.APP_USAGE_BUILD_ID);
}
// protected: .............................................................
// package: ...............................................................
// private: ...............................................................
} // end of class
// ----------------------------------------------------------------------------