]> git.proxmox.com Git - mirror_edk2.git/commitdiff
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@569 6f19259b...
authorqouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 20 Jun 2006 07:17:40 +0000 (07:17 +0000)
committerqouyang <qouyang@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 20 Jun 2006 07:17:40 +0000 (07:17 +0000)
Tools/Source/GenBuild/org/tianocore/build/global/GenBuildLogger.java [deleted file]

diff --git a/Tools/Source/GenBuild/org/tianocore/build/global/GenBuildLogger.java b/Tools/Source/GenBuild/org/tianocore/build/global/GenBuildLogger.java
deleted file mode 100644 (file)
index 3578267..0000000
+++ /dev/null
@@ -1,33 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2006, Intel Corporation\r
-All rights reserved. This program and the accompanying materials\r
-are licensed and made available under the terms and conditions of the BSD License\r
-which accompanies this distribution.  The full text of the license may be found at\r
-http://opensource.org/licenses/bsd-license.php\r
-\r
-THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
-WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
-\r
-Module Name:\r
-  GenBuildLogger.java\r
-\r
-Abstract:\r
-\r
---*/\r
-\r
-package org.tianocore.build.global;\r
-import org.apache.tools.ant.Project;\r
-import org.tianocore.logger.LogMethod;\r
-\r
-class GenBuildLogger implements LogMethod {\r
-    private Project project;\r
-    public GenBuildLogger(Project project) {\r
-        this.project = project;\r
-        \r
-    }\r
-\r
-    public void putMessage(Object msgSource, int msgLevel, String msg) {\r
-        this.project.log(msg, Project.MSG_INFO);\r
-    }\r
-}
\ No newline at end of file