change for 1.0 patch
diff --git a/ant/org.eclipse.ant.core/about.html b/ant/org.eclipse.ant.core/about.html
index e902377..8d6da90 100644
--- a/ant/org.eclipse.ant.core/about.html
+++ b/ant/org.eclipse.ant.core/about.html
@@ -1,45 +1,23 @@
 <html>

-<head>

-<title>About</title>

-<style type="text/css">

-p, table, td, th { font-family: arial, helvetica, geneva; font-size: 10pt}

-pre { font-family: "Courier New", Courier, mono; font-size: 10pt}

-h2 { font-family: arial, helvetica, geneva; font-size: 18pt; font-weight: bold ; line-height: 14px}

-code { font-family: "Courier New", Courier, mono; font-size: 10pt}

-sup { font-family: arial,helvetica,geneva; font-size: 10px}

-h3 { font-family: arial, helvetica, geneva; font-size: 14pt; font-weight: bold}

-li { font-family: arial, helvetica, geneva; font-size: 10pt}

-h1 { font-family: arial, helvetica, geneva; font-size: 28px; font-weight: bold}

-body { font-family: arial, helvetica, geneva; font-size: 10pt; clip: rect(   ); margin-top: 5mm; margin-left: 3mm}

-</style>

-</head>

+<title>about.html</title>

 <body>

-<body lang=EN-US link=blue vlink=purple>

-<table border=0 cellspacing=5 cellpadding=2 width="100%" >

-  <tr> 

-    <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">About This Plug-in</font></b></td>

-  </tr>

-  <tr> 

-    <td> 

-<p>23rd November, 2001</p>	

-<h3>License</h3>

-<p>Eclipse.org makes available all content in this plug-in.  Unless otherwise indicated below, the plug-in is provided to you under the terms and conditions of the

-<a href="http://www.eclipse.org/legal/cpl-v05.html">Common Public License Version 0.5</a>.  For purposes of the Common Public License, &quot;Program&quot; will mean the plug-in.</p>

-

+<h3>Copyright</h3>

+(c) Copyright IBM Corp. 2000, 2001.  All rights reserved.<br>

+"This offering is based on technology from the Eclipse Project"<br>

+<a href="http://www.eclipse.org">http://www.eclipse.org</a>

 <h3>Third Party Code</h3>

-

-<p><b>Ant and Ant Optional Tasks 1.4.1</b></p>

+Third party code may be provided with, included in, or accompany (and may be required to exploit) this plugin.

+Any use of code is as follows:

+<p><b>Ant and Ant Optional Tasks 1.3</b></p>

 <p>The plug-in is based on software developed by The Apache Software Foundation as part of the Jakarta project.

-The Ant binary code in ant.jar and the Ant Optional Tasks binary code in jakarta-ant-1.4.1-optional.jar are included with the plug-in

-with no modifications.  The Ant source code is located in antsrc.zip.  The Ant Optional Tasks source code is located in

-jakarta-ant-1.4.1-optionalsrc.zip.

+The Ant binary code in ant.jar and the Ant Optional Tasks binary code in jakarta-ant-1.3-optional.jar are included with the plug-in

+with no modifications.</p>

  

 <p>The following classes contained in antsupport.jar and antsupportsrc.zip ("Ant Derivative Work") are based on Ant code:</p>

 <ul>

 	<li>AntRunner</li>

 	<li>CommaPatternSet</li>

 	<li>EclipseAnt</li>

-	<li>EclipseCopy</li>

 	<li>EclipseProject</li>

 	<li>EclipseJavac</li>

 </ul>

@@ -48,7 +26,7 @@
 

 <blockquote>Copyright (c) 1999 The Apache Software Foundation. All rights reserved.</blockquote>

 

-<p>Your use of the Ant, Ant Optional Tasks code and Ant Derivative Work code, is subject to the terms and conditions of the

+<p>Your use of the Ant, Ant Optional Tasks code and Ant Derivative Work, is subject to the terms and conditions of the

 <a href="http://jakarta.apache.org/ant/manual/LICENSE">Apache Software License 1.1</a>.

 More specifically:</p>

 <blockquote>

diff --git a/ant/org.eclipse.ant.core/build.properties b/ant/org.eclipse.ant.core/build.properties
index 165d6aa..9ed30f4 100644
--- a/ant/org.eclipse.ant.core/build.properties
+++ b/ant/org.eclipse.ant.core/build.properties
@@ -1,8 +1,8 @@
 # VAJ build contribution

-build.includes=ant.jar,jakarta-ant-1.3-optional.jar,plugin.jars,plugin.xml,build.properties,plugin.properties,doc/

-build.vaj.Eclipse\ Ant\ Core=Eclipse Ant Core

+build.includes=ant.jar,jakarta-ant-1.3-optional.jar,plugin.jars,plugin.xml,build.properties,plugin.properties,doc/,about.html

+build.vaj.Eclipse\ Ant\ Core=src

 

 # Eclipse build contribution

 source.antsupport.jar=Eclipse Ant Core

-bin.includes=example.*,plugin.xml,*.jar,plugin.properties

+bin.includes=example.*,plugin.xml,*.jar,plugin.properties,about.html

 javadoc.packages=org.eclipse.*
\ No newline at end of file