X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=Tools%2FSource%2FContextTool%2Forg%2Ftianocore%2Fcontext%2FContextMain.java;fp=Tools%2FSource%2FContextTool%2Forg%2Ftianocore%2Fcontext%2FContextMain.java;h=0000000000000000000000000000000000000000;hp=ec2e5b9996baca4914d29167931fd8ceb5f35bce;hb=feccee87a78e68d575dbdf44b34ca0cb5a21ea8d;hpb=214b0d1914b48d651b25e58f321ddb77a46903b8;ds=sidebyside diff --git a/Tools/Source/ContextTool/org/tianocore/context/ContextMain.java b/Tools/Source/ContextTool/org/tianocore/context/ContextMain.java deleted file mode 100644 index ec2e5b9996..0000000000 --- a/Tools/Source/ContextTool/org/tianocore/context/ContextMain.java +++ /dev/null @@ -1,29 +0,0 @@ -/** @file - File is ContextMain class . - -Copyright (c) 2006, Intel Corporation -All rights reserved. This program and the accompanying materials -are licensed and made available under the terms and conditions of the BSD License -which accompanies this distribution. The full text of the license may be found at -http://opensource.org/licenses/bsd-license.php - -THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS, -WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED. -**/ -package org.tianocore.context; - -public class ContextMain { - - public static void main(String[] args) { - - if(ParseParameter.checkParameter(args) == false){ - System.exit(0); - } - - if (TargetFile.parsePath("target.txt") == false) { - System.exit(0); - } - - System.out.printf("%n%s", "Target.txt generate successfully!"); - } -}