git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442338 13f79535-47bb-0310-9956-ffa450edef68master
@@ -1,4 +1,20 @@ | |||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> | ||||
<!-- | |||||
Licensed to the Apache Software Foundation (ASF) under one or more | |||||
contributor license agreements. See the NOTICE file distributed with | |||||
this work for additional information regarding copyright ownership. | |||||
The ASF licenses this file to You under the Apache License, Version 2.0 | |||||
(the "License"); you may not use this file except in compliance with | |||||
the License. You may obtain a copy of the License at | |||||
http://www.apache.org/licenses/LICENSE-2.0 | |||||
Unless required by applicable law or agreed to in writing, software | |||||
distributed under the License is distributed on an "AS IS" BASIS, | |||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
See the License for the specific language governing permissions and | |||||
limitations under the License. | |||||
--> | |||||
<html> | <html> | ||||
<head> | <head> | ||||
<meta http-equiv="Content-Language" content="en-us"> | <meta http-equiv="Content-Language" content="en-us"> | ||||
@@ -361,9 +377,5 @@ | |||||
requests for new tasks or enhancements to existing tasks." | requests for new tasks or enhancements to existing tasks." | ||||
for this.</p> | for this.</p> | ||||
<hr> | |||||
<p align="center">$Id$</p> | |||||
<p align="center">Copyright © 2001 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -408,14 +408,6 @@ | |||||
<!-- Page Footer --> | <!-- Page Footer --> | ||||
<xsl:template name="pageFooter"> | <xsl:template name="pageFooter"> | ||||
<table width="100%"> | |||||
<tr><td><hr noshade="yes" size="1"/></td></tr> | |||||
<tr><td> | |||||
<div align="center"><font color="#525D76" size="-1"><em> | |||||
Copyright © 1999-2001, Apache Software Foundation | |||||
</em></font></div> | |||||
</td></tr> | |||||
</table> | |||||
</xsl:template> | </xsl:template> | ||||
@@ -1,20 +1,20 @@ | |||||
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> | ||||
<!-- | <!-- | ||||
Copyright 2002,2004 The Apache Software Foundation | |||||
Licensed under the Apache License, Version 2.0 (the "License"); | |||||
you may not use this file except in compliance with the License. | |||||
You may obtain a copy of the License at | |||||
http://www.apache.org/licenses/LICENSE-2.0 | |||||
Unless required by applicable law or agreed to in writing, software | |||||
distributed under the License is distributed on an "AS IS" BASIS, | |||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
See the License for the specific language governing permissions and | |||||
limitations under the License. | |||||
Licensed to the Apache Software Foundation (ASF) under one or more | |||||
contributor license agreements. See the NOTICE file distributed with | |||||
this work for additional information regarding copyright ownership. | |||||
The ASF licenses this file to You under the Apache License, Version 2.0 | |||||
(the "License"); you may not use this file except in compliance with | |||||
the License. You may obtain a copy of the License at | |||||
http://www.apache.org/licenses/LICENSE-2.0 | |||||
Unless required by applicable law or agreed to in writing, software | |||||
distributed under the License is distributed on an "AS IS" BASIS, | |||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
See the License for the specific language governing permissions and | |||||
limitations under the License. | |||||
--> | --> | ||||
<xsl:output method="html" indent="yes" encoding="US-ASCII"/> | <xsl:output method="html" indent="yes" encoding="US-ASCII"/> | ||||
@@ -124,15 +124,6 @@ | |||||
<xsl:apply-templates select="build"/> | <xsl:apply-templates select="build"/> | ||||
<!-- FOOTER --> | |||||
<table width="100%"> | |||||
<tr><td><hr noshade="yes" size="1"/></td></tr> | |||||
<tr><td> | |||||
<div align="center"><font color="#525D76" size="-1"><em> | |||||
Copyright © 2000-2006, Apache Software Foundation | |||||
</em></font></div> | |||||
</td></tr> | |||||
</table> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
</xsl:template> | </xsl:template> | ||||
@@ -453,14 +453,6 @@ | |||||
<!-- Page HEADER --> | <!-- Page HEADER --> | ||||
<xsl:template name="pageFooter"> | <xsl:template name="pageFooter"> | ||||
<table width="100%"> | |||||
<tr><td><hr noshade="yes" size="1"/></td></tr> | |||||
<tr><td> | |||||
<div align="center"><font color="#525D76" size="-1"><em> | |||||
Copyright © 1999-2001, Apache Software Foundation | |||||
</em></font></div> | |||||
</td></tr> | |||||
</table> | |||||
</xsl:template> | </xsl:template> | ||||
@@ -799,14 +799,6 @@ will increase this number. | |||||
<!-- Page Footer --> | <!-- Page Footer --> | ||||
<xsl:template name="pageFooter"> | <xsl:template name="pageFooter"> | ||||
<table width="100%"> | |||||
<tr><td><hr noshade="yes" size="1"/></td></tr> | |||||
<tr><td> | |||||
<div align="center"><font color="#525D76" size="-1"><em> | |||||
Copyright © 1999-2001, Apache Software Foundation | |||||
</em></font></div> | |||||
</td></tr> | |||||
</table> | |||||
</xsl:template> | </xsl:template> | ||||
<!-- class header --> | <!-- class header --> | ||||
@@ -1,3 +1,19 @@ | |||||
<!-- | |||||
Licensed to the Apache Software Foundation (ASF) under one or more | |||||
contributor license agreements. See the NOTICE file distributed with | |||||
this work for additional information regarding copyright ownership. | |||||
The ASF licenses this file to You under the Apache License, Version 2.0 | |||||
(the "License"); you may not use this file except in compliance with | |||||
the License. You may obtain a copy of the License at | |||||
http://www.apache.org/licenses/LICENSE-2.0 | |||||
Unless required by applicable law or agreed to in writing, software | |||||
distributed under the License is distributed on an "AS IS" BASIS, | |||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
See the License for the specific language governing permissions and | |||||
limitations under the License. | |||||
--> | |||||
<body> | <body> | ||||
ANT Tasks for Perforce integration. | ANT Tasks for Perforce integration. | ||||
@@ -21,9 +37,4 @@ These tasks also require you to have the p4 (or p4.exe) client in your path. | |||||
@author <A HREF="mailto:leslie.hughes@rubus.com">Les Hughes</A> | @author <A HREF="mailto:leslie.hughes@rubus.com">Les Hughes</A> | ||||
<hr> | |||||
<p align="center">Copyright © 2000-2001,2003 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> |
@@ -1,4 +1,20 @@ | |||||
<html> | <html> | ||||
<!-- | |||||
Licensed to the Apache Software Foundation (ASF) under one or more | |||||
contributor license agreements. See the NOTICE file distributed with | |||||
this work for additional information regarding copyright ownership. | |||||
The ASF licenses this file to You under the Apache License, Version 2.0 | |||||
(the "License"); you may not use this file except in compliance with | |||||
the License. You may obtain a copy of the License at | |||||
http://www.apache.org/licenses/LICENSE-2.0 | |||||
Unless required by applicable law or agreed to in writing, software | |||||
distributed under the License is distributed on an "AS IS" BASIS, | |||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
See the License for the specific language governing permissions and | |||||
limitations under the License. | |||||
--> | |||||
<body> | <body> | ||||
<p> | <p> | ||||
Ant tasks for working with a SourceOffSite source control system. | Ant tasks for working with a SourceOffSite source control system. | ||||
@@ -9,7 +25,5 @@ | |||||
The <SOSCheckout> Retreives and lock file(s) in a SOS database<br> | The <SOSCheckout> Retreives and lock file(s) in a SOS database<br> | ||||
The <SOSLabel> Label a SOS database<br> | The <SOSLabel> Label a SOS database<br> | ||||
</p> | </p> | ||||
<p align="center">Copyright © 2002 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -1,3 +1,19 @@ | |||||
<!-- | |||||
Licensed to the Apache Software Foundation (ASF) under one or more | |||||
contributor license agreements. See the NOTICE file distributed with | |||||
this work for additional information regarding copyright ownership. | |||||
The ASF licenses this file to You under the Apache License, Version 2.0 | |||||
(the "License"); you may not use this file except in compliance with | |||||
the License. You may obtain a copy of the License at | |||||
http://www.apache.org/licenses/LICENSE-2.0 | |||||
Unless required by applicable law or agreed to in writing, software | |||||
distributed under the License is distributed on an "AS IS" BASIS, | |||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | |||||
See the License for the specific language governing permissions and | |||||
limitations under the License. | |||||
--> | |||||
<body> | <body> | ||||
Ant integration with xml-commons resolver. | Ant integration with xml-commons resolver. | ||||
@@ -16,8 +32,4 @@ the xml-commons resolver library is available on the classpath.</p> | |||||
@author <A HREF="mailto:cstrong@arielpartners.com">Craeg Strong</A> | @author <A HREF="mailto:cstrong@arielpartners.com">Craeg Strong</A> | ||||
<hr> | |||||
<p align="center">Copyright © 2002 Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> |