summaryrefslogtreecommitdiff
path: root/ant/ant14/com/vladium/emma/ANTMain.java
diff options
context:
space:
mode:
Diffstat (limited to 'ant/ant14/com/vladium/emma/ANTMain.java')
-rw-r--r--ant/ant14/com/vladium/emma/ANTMain.java39
1 files changed, 0 insertions, 39 deletions
diff --git a/ant/ant14/com/vladium/emma/ANTMain.java b/ant/ant14/com/vladium/emma/ANTMain.java
deleted file mode 100644
index bc36184..0000000
--- a/ant/ant14/com/vladium/emma/ANTMain.java
+++ /dev/null
@@ -1,39 +0,0 @@
-/* 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
-// ---------------------------------------------------------------------------- \ No newline at end of file