]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Tools/Source/Cpptasks/javadoc.xml
Restructuring for better separation of Tool packages.
[mirror_edk2.git] / Tools / Source / Cpptasks / javadoc.xml
diff --git a/Tools/Source/Cpptasks/javadoc.xml b/Tools/Source/Cpptasks/javadoc.xml
deleted file mode 100644 (file)
index f0ca964..0000000
+++ /dev/null
@@ -1,30 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>\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
-<project default="javadoc">\r
-<target name="javadoc">\r
-\r
-    <javadoc packagenames="net.sf.antcontrib.*"\r
-             useexternalfile="yes"\r
-             sourcepath="."\r
-             destdir="doc"\r
-             author="true"\r
-             version="true"\r
-             source="1.3"\r
-             locale="en_US"\r
-             windowtitle="cpptasks API"\r
-             doctitle="cpptasks">\r
-      <group title="CCTasks" packages="net.sf.antcontrib.cpptasks" />\r
-\r
-      <bottom>Copyright @2001-2005 Ant-Contrib project. All Rights Reserved.</bottom>\r
-</javadoc>\r
-</target>\r
-</project>\r