git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@442328 13f79535-47bb-0310-9956-ffa450edef68master
@@ -185,8 +185,7 @@ targets so specified, in the order specified.</p> | |||||
<p>will copy the parent's definition of <code>path1</code> into the | <p>will copy the parent's definition of <code>path1</code> into the | ||||
new project using the id <code>path2</code>.</p> | new project using the id <code>path2</code>.</p> | ||||
<hr><p align="center">Copyright © 2000-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -96,8 +96,7 @@ public class MyPrinter implements AntStructure.StructurePrinter { | |||||
<p>Your own StructurePrinter can accept attributes and nested elements | <p>Your own StructurePrinter can accept attributes and nested elements | ||||
just like any other Ant type or task.</p> | just like any other Ant type or task.</p> | ||||
<hr><p align="center">Copyright © 2000-2002,2004-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -444,8 +444,7 @@ to the <code>jsmin</code> program, the <code>addsourcefile</code> is set to | |||||
<hr><p align="center">Copyright © 2000-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -153,8 +153,7 @@ if the class <code>javax.xml.transform.Transformer</code> is found in the classp | |||||
<p>sets the <code>have.extras</code> property to the value "true" | <p>sets the <code>have.extras</code> property to the value "true" | ||||
if the resource-file <code>extratasks.properties</code> is found. | if the resource-file <code>extratasks.properties</code> is found. | ||||
</p> | </p> | ||||
<hr><p align="center">Copyright © 2000-2002,2004-2006 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -67,8 +67,7 @@ the number format.) | |||||
<p>Read, increment, and write a build number to the file | <p>Read, increment, and write a build number to the file | ||||
<code>mybuild.number</code>.</p> | <code>mybuild.number</code>.</p> | ||||
<hr><p align="center">Copyright © 2002,2004-2005 The Apache Software Foundation. | |||||
All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -237,8 +237,7 @@ This allows templates to be stored inside jar]]></msg> | |||||
</changelog> | </changelog> | ||||
</pre> | </pre> | ||||
<hr><p align="center">Copyright © 2002-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -234,8 +234,7 @@ When working with more than one file, if condition and/or verifyproperty is used | |||||
the result will be true only if the checksums matched correctly for all files being | the result will be true only if the checksums matched correctly for all files being | ||||
considered. | considered. | ||||
<hr><p align="center">Copyright © 2001-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -287,12 +287,7 @@ Resource Collection</a>s are used to | |||||
</concat> | </concat> | ||||
</pre> | </pre> | ||||
<hr> | |||||
<p align="center"> | |||||
Copyright © 2002-2005 The Apache Software Foundation. All | |||||
Rights Reserved. | |||||
</p> | |||||
</body> | </body> | ||||
@@ -104,9 +104,7 @@ in the Unix family as well.</p> | |||||
<p>sets the property <code>isSunOSonSparc</code> if the current | <p>sets the property <code>isSunOSonSparc</code> if the current | ||||
operating system is SunOS and if it is running on a sparc architecture.</p> | operating system is SunOS and if it is running on a sparc architecture.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2001-2002, 2005 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -780,9 +780,7 @@ must match. <b>Since Ant 1.7</b> | |||||
<p>Looks for the method trimToSize in the ArrayList class.</p> | <p>Looks for the method trimToSize in the ArrayList class.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2001-2006 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -335,7 +335,6 @@ the file in the destination directory before you copy it. | |||||
</p> | </p> | ||||
<hr><p align="center">Copyright © 2000-2006 The Apache Software Foundation. | |||||
All rights Reserved.</p> | |||||
</body></html> | </body></html> |
@@ -129,8 +129,7 @@ recursively. All java files are copied, except for files with the name <code>Tes | |||||
<p>copies the directory <code>${src}/resources</code> to <code>${dist}</code> | <p>copies the directory <code>${src}/resources</code> to <code>${dist}</code> | ||||
recursively. All java files are copied, except for the files under the <code>mypackage/test</code> | recursively. All java files are copied, except for the files under the <code>mypackage/test</code> | ||||
directory.</p> | directory.</p> | ||||
<hr><p align="center">Copyright © 2000-2002,2004-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -66,8 +66,7 @@ does not exist.</p> | |||||
<p><code><copyfile src="test.java" dest="subdir/test.java"/></code></p> | <p><code><copyfile src="test.java" dest="subdir/test.java"/></code></p> | ||||
<p><code><copyfile src="${src}/index.html" dest="${dist}/help/index.html"/></code></p> | <p><code><copyfile src="${src}/index.html" dest="${dist}/help/index.html"/></code></p> | ||||
</blockquote> | </blockquote> | ||||
<hr><p align="center">Copyright © 2000-2002,2004-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -194,9 +194,7 @@ from the <code><cvs></code> element. | |||||
before the command, and any command options should appear after the command as in the diff example | before the command, and any command options should appear after the command as in the diff example | ||||
above. See <a href="http://ximbiot.com/cvs/wiki/index.php?title=Category:User_Documentation" target="_top">the cvs manual</a> for details, | above. See <a href="http://ximbiot.com/cvs/wiki/index.php?title=Category:User_Documentation" target="_top">the cvs manual</a> for details, | ||||
specifically the <a href="http://ximbiot.com/cvs/wiki/index.php?title=CVS--Concurrent_Versions_System_v1.12.12.1:_Guide_to_CVS_commands#SEC116" target="_top">Guide to CVS commands</a></p> | specifically the <a href="http://ximbiot.com/cvs/wiki/index.php?title=CVS--Concurrent_Versions_System_v1.12.12.1:_Guide_to_CVS_commands#SEC116" target="_top">Guide to CVS commands</a></p> | ||||
<hr> | |||||
<p align="center">Copyright © 2000-2005 The Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -199,8 +199,7 @@ cvsroot=":pserver:anoncvs@cvs.apache.org:/home/cvspublic" package=&quo | |||||
</tagdiff> | </tagdiff> | ||||
</pre> | </pre> | ||||
<hr><p align="center">Copyright © 2002-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -102,9 +102,7 @@ This task allows to retrieve a CVS client and server version. | |||||
<p>finds out the cvs client and server versions and stores the versions in the | <p>finds out the cvs client and server versions and stores the versions in the | ||||
properties called apachecvsversion and localcvsversion</p> | properties called apachecvsversion and localcvsversion</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2004-2005 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -190,8 +190,7 @@ and any subdirectories.</p> | |||||
is on of the <a href="../dirtasks.html#defaultexcludes">default excludes</a> you have to use the | is on of the <a href="../dirtasks.html#defaultexcludes">default excludes</a> you have to use the | ||||
<code>defaultexcludes</code> flag, otherwise Ant wont delete these directories and the files in it.</p> | <code>defaultexcludes</code> flag, otherwise Ant wont delete these directories and the files in it.</p> | ||||
<hr><p align="center">Copyright © 2000-2002, 2004-2006 The Apache Software Foundation. | |||||
All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -49,8 +49,7 @@ subdirectories.</p> | |||||
<pre> <deltree dir="${dist}"/></pre> | <pre> <deltree dir="${dist}"/></pre> | ||||
<p>deletes the directory <code>${dist}</code>, including its files and | <p>deletes the directory <code>${dist}</code>, including its files and | ||||
subdirectories.</p> | subdirectories.</p> | ||||
<hr><p align="center">Copyright © 2000-2001,2004-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -164,9 +164,6 @@ directory.</p> | |||||
<p>Imports the project defined by the property deploy-platform</p> | <p>Imports the project defined by the property deploy-platform</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2003-2005 The Apache Software | |||||
Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -376,9 +376,7 @@ | |||||
<test one="test"/> | <test one="test"/> | ||||
</pre> | </pre> | ||||
</blockquote> | </blockquote> | ||||
<hr> | |||||
<p align="center">Copyright © 2003-2006 The Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -178,8 +178,6 @@ properties to be available in child builds run with | |||||
<showmessage-presetdef messageval="${message}"/> | <showmessage-presetdef messageval="${message}"/> | ||||
</pre></blockquote> | </pre></blockquote> | ||||
<hr></hr> | <hr></hr> | ||||
<p align="center">Copyright © 2003-2005 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -166,8 +166,7 @@ future. They include things like the following:</p> | |||||
<hr><p align="center">Copyright © 2001-2003,2005 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -234,9 +234,7 @@ | |||||
</pre> | </pre> | ||||
<hr> | |||||
<p align="center">Copyright © 2001-2006 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -126,8 +126,7 @@ true within the specified time.</p> | |||||
<p>waits up to 10 seconds for a server on the dbserver machine to begin listening | <p>waits up to 10 seconds for a server on the dbserver machine to begin listening | ||||
on port 1521 and for the http://webserver/mypage.html web page | on port 1521 and for the http://webserver/mypage.html web page | ||||
to become available.</p> | to become available.</p> | ||||
<hr><p align="center">Copyright © 2001, 2004-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -260,9 +260,7 @@ | |||||
</pre> | </pre> | ||||
</blockquote> | </blockquote> | ||||
<hr> | |||||
<p align="center">Copyright © 2003-2006 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -410,8 +410,6 @@ public class AddLineNumber extends ChainableReaderFilter { | |||||
<hr></hr> | <hr></hr> | ||||
<p align="center">Copyright © 2003-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -1434,7 +1434,4 @@ This may be used as follows: | |||||
</copy> | </copy> | ||||
</pre></blockquote> | </pre></blockquote> | ||||
<hr> | |||||
<p align=center>Copyright © 2002-2006 The Apache Software Foundation. All rights | |||||
Reserved.</p></body></html> | |||||
</body></html> |
@@ -178,7 +178,4 @@ but wish to replace the token <code>%DATE*</code> with today's date.</p> | |||||
<filterset refid="myFilterSet"/> | <filterset refid="myFilterSet"/> | ||||
</copy> | </copy> | ||||
</pre></blockquote> | </pre></blockquote> | ||||
<hr> | |||||
<p align=center>Copyright © 2001-2005 The Apache Software Foundation. | |||||
All rights Reserved.</p></body></html> | |||||
</body></html> |
@@ -215,9 +215,7 @@ | |||||
1.6. Basically, you can "import" Antlibs simply by using a special | 1.6. Basically, you can "import" Antlibs simply by using a special | ||||
scheme for the namespace URI: the <tt>antlib</tt> scheme, which expects the package name in which a special <tt>antlib.xml</tt> file is located. | scheme for the namespace URI: the <tt>antlib</tt> scheme, which expects the package name in which a special <tt>antlib.xml</tt> file is located. | ||||
</p> | </p> | ||||
<hr> | |||||
<p align="center">Copyright © 2003-2005 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -258,9 +258,7 @@ public class MySelectorTest extends BaseSelectorTest { | |||||
</ul> | </ul> | ||||
</p> | </p> | ||||
<hr> | |||||
<p align="center">Copyright © 2002-2003,2005 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -1474,9 +1474,7 @@ Select files whose filename length is even. | |||||
<p>For more details concerning writing your own selectors, consult | <p>For more details concerning writing your own selectors, consult | ||||
<a href="selectors-program.html">Programming Selectors in Ant</a>.</p> | <a href="selectors-program.html">Programming Selectors in Ant</a>.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2002-2005 The Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
@@ -155,8 +155,6 @@ some-dir and discards the rest of the archive. File timestamps will | |||||
be compared between the archive's entries and files inside the target | be compared between the archive's entries and files inside the target | ||||
directory, no files get overwritten unless they are out-of-date.</p> | directory, no files get overwritten unless they are out-of-date.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2005 The Apache Software Foundation. All | |||||
rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -300,10 +300,7 @@ formats:</p> | |||||
</xslt> | </xslt> | ||||
</pre></blockquote> | </pre></blockquote> | ||||
<hr> | |||||
<p align="center">Copyright © 2002,2004-2005 The Apache Software Foundation. All | |||||
rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -131,8 +131,6 @@ docs/ChangeLog.txt<br> | |||||
docs/examples/index.html<br> | docs/examples/index.html<br> | ||||
</code></blockquote> | </code></blockquote> | ||||
<hr> | |||||
<p align="center">Copyright © 2003-2005 The Apache Software Foundation. All | |||||
rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -107,9 +107,7 @@ | |||||
</UL> | </UL> | ||||
<HR> | |||||
<P ALIGN="center">Copyright © 2001,2003,2005 Apache Software Foundation. All | |||||
rights Reserved.</P> | |||||
</BODY> | </BODY> | ||||
</HTML> | </HTML> |
@@ -1,16 +1,203 @@ | |||||
/* | |||||
* Copyright 2000-2002,2004 The Apache Software Foundation | |||||
/* | |||||
* Apache License | |||||
* Version 2.0, January 2004 | |||||
* http://www.apache.org/licenses/ | |||||
* | * | ||||
* 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 | |||||
* TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION | |||||
* | * | ||||
* http://www.apache.org/licenses/LICENSE-2.0 | |||||
* 1. Definitions. | |||||
* | * | ||||
* 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. | |||||
* | |||||
* "License" shall mean the terms and conditions for use, reproduction, | |||||
* and distribution as defined by Sections 1 through 9 of this document. | |||||
* | |||||
* "Licensor" shall mean the copyright owner or entity authorized by | |||||
* the copyright owner that is granting the License. | |||||
* | |||||
* "Legal Entity" shall mean the union of the acting entity and all | |||||
* other entities that control, are controlled by, or are under common | |||||
* control with that entity. For the purposes of this definition, | |||||
* "control" means (i) the power, direct or indirect, to cause the | |||||
* direction or management of such entity, whether by contract or | |||||
* otherwise, or (ii) ownership of fifty percent (50%) or more of the | |||||
* outstanding shares, or (iii) beneficial ownership of such entity. | |||||
* | |||||
* "You" (or "Your") shall mean an individual or Legal Entity | |||||
* exercising permissions granted by this License. | |||||
* | |||||
* "Source" form shall mean the preferred form for making modifications, | |||||
* including but not limited to software source code, documentation | |||||
* source, and configuration files. | |||||
* | |||||
* "Object" form shall mean any form resulting from mechanical | |||||
* transformation or translation of a Source form, including but | |||||
* not limited to compiled object code, generated documentation, | |||||
* and conversions to other media types. | |||||
* | |||||
* "Work" shall mean the work of authorship, whether in Source or | |||||
* Object form, made available under the License, as indicated by a | |||||
* copyright notice that is included in or attached to the work | |||||
* (an example is provided in the Appendix below). | |||||
* | |||||
* "Derivative Works" shall mean any work, whether in Source or Object | |||||
* form, that is based on (or derived from) the Work and for which the | |||||
* editorial revisions, annotations, elaborations, or other modifications | |||||
* represent, as a whole, an original work of authorship. For the purposes | |||||
* of this License, Derivative Works shall not include works that remain | |||||
* separable from, or merely link (or bind by name) to the interfaces of, | |||||
* the Work and Derivative Works thereof. | |||||
* | |||||
* "Contribution" shall mean any work of authorship, including | |||||
* the original version of the Work and any modifications or additions | |||||
* to that Work or Derivative Works thereof, that is intentionally | |||||
* submitted to Licensor for inclusion in the Work by the copyright owner | |||||
* or by an individual or Legal Entity authorized to submit on behalf of | |||||
* the copyright owner. For the purposes of this definition, "submitted" | |||||
* means any form of electronic, verbal, or written communication sent | |||||
* to the Licensor or its representatives, including but not limited to | |||||
* communication on electronic mailing lists, source code control systems, | |||||
* and issue tracking systems that are managed by, or on behalf of, the | |||||
* Licensor for the purpose of discussing and improving the Work, but | |||||
* excluding communication that is conspicuously marked or otherwise | |||||
* designated in writing by the copyright owner as "Not a Contribution." | |||||
* | |||||
* "Contributor" shall mean Licensor and any individual or Legal Entity | |||||
* on behalf of whom a Contribution has been received by Licensor and | |||||
* subsequently incorporated within the Work. | |||||
* | |||||
* 2. Grant of Copyright License. Subject to the terms and conditions of | |||||
* this License, each Contributor hereby grants to You a perpetual, | |||||
* worldwide, non-exclusive, no-charge, royalty-free, irrevocable | |||||
* copyright license to reproduce, prepare Derivative Works of, | |||||
* publicly display, publicly perform, sublicense, and distribute the | |||||
* Work and such Derivative Works in Source or Object form. | |||||
* | |||||
* 3. Grant of Patent License. Subject to the terms and conditions of | |||||
* this License, each Contributor hereby grants to You a perpetual, | |||||
* worldwide, non-exclusive, no-charge, royalty-free, irrevocable | |||||
* (except as stated in this section) patent license to make, have made, | |||||
* use, offer to sell, sell, import, and otherwise transfer the Work, | |||||
* where such license applies only to those patent claims licensable | |||||
* by such Contributor that are necessarily infringed by their | |||||
* Contribution(s) alone or by combination of their Contribution(s) | |||||
* with the Work to which such Contribution(s) was submitted. If You | |||||
* institute patent litigation against any entity (including a | |||||
* cross-claim or counterclaim in a lawsuit) alleging that the Work | |||||
* or a Contribution incorporated within the Work constitutes direct | |||||
* or contributory patent infringement, then any patent licenses | |||||
* granted to You under this License for that Work shall terminate | |||||
* as of the date such litigation is filed. | |||||
* | |||||
* 4. Redistribution. You may reproduce and distribute copies of the | |||||
* Work or Derivative Works thereof in any medium, with or without | |||||
* modifications, and in Source or Object form, provided that You | |||||
* meet the following conditions: | |||||
* | |||||
* (a) You must give any other recipients of the Work or | |||||
* Derivative Works a copy of this License; and | |||||
* | |||||
* (b) You must cause any modified files to carry prominent notices | |||||
* stating that You changed the files; and | |||||
* | |||||
* (c) You must retain, in the Source form of any Derivative Works | |||||
* that You distribute, all copyright, patent, trademark, and | |||||
* attribution notices from the Source form of the Work, | |||||
* excluding those notices that do not pertain to any part of | |||||
* the Derivative Works; and | |||||
* | |||||
* (d) If the Work includes a "NOTICE" text file as part of its | |||||
* distribution, then any Derivative Works that You distribute must | |||||
* include a readable copy of the attribution notices contained | |||||
* within such NOTICE file, excluding those notices that do not | |||||
* pertain to any part of the Derivative Works, in at least one | |||||
* of the following places: within a NOTICE text file distributed | |||||
* as part of the Derivative Works; within the Source form or | |||||
* documentation, if provided along with the Derivative Works; or, | |||||
* within a display generated by the Derivative Works, if and | |||||
* wherever such third-party notices normally appear. The contents | |||||
* of the NOTICE file are for informational purposes only and | |||||
* do not modify the License. You may add Your own attribution | |||||
* notices within Derivative Works that You distribute, alongside | |||||
* or as an addendum to the NOTICE text from the Work, provided | |||||
* that such additional attribution notices cannot be construed | |||||
* as modifying the License. | |||||
* | |||||
* You may add Your own copyright statement to Your modifications and | |||||
* may provide additional or different license terms and conditions | |||||
* for use, reproduction, or distribution of Your modifications, or | |||||
* for any such Derivative Works as a whole, provided Your use, | |||||
* reproduction, and distribution of the Work otherwise complies with | |||||
* the conditions stated in this License. | |||||
* | |||||
* 5. Submission of Contributions. Unless You explicitly state otherwise, | |||||
* any Contribution intentionally submitted for inclusion in the Work | |||||
* by You to the Licensor shall be under the terms and conditions of | |||||
* this License, without any additional terms or conditions. | |||||
* Notwithstanding the above, nothing herein shall supersede or modify | |||||
* the terms of any separate license agreement you may have executed | |||||
* with Licensor regarding such Contributions. | |||||
* | |||||
* 6. Trademarks. This License does not grant permission to use the trade | |||||
* names, trademarks, service marks, or product names of the Licensor, | |||||
* except as required for reasonable and customary use in describing the | |||||
* origin of the Work and reproducing the content of the NOTICE file. | |||||
* | |||||
* 7. Disclaimer of Warranty. Unless required by applicable law or | |||||
* agreed to in writing, Licensor provides the Work (and each | |||||
* Contributor provides its Contributions) on an "AS IS" BASIS, | |||||
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or | |||||
* implied, including, without limitation, any warranties or conditions | |||||
* of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A | |||||
* PARTICULAR PURPOSE. You are solely responsible for determining the | |||||
* appropriateness of using or redistributing the Work and assume any | |||||
* risks associated with Your exercise of permissions under this License. | |||||
* | |||||
* 8. Limitation of Liability. In no event and under no legal theory, | |||||
* whether in tort (including negligence), contract, or otherwise, | |||||
* unless required by applicable law (such as deliberate and grossly | |||||
* negligent acts) or agreed to in writing, shall any Contributor be | |||||
* liable to You for damages, including any direct, indirect, special, | |||||
* incidental, or consequential damages of any character arising as a | |||||
* result of this License or out of the use or inability to use the | |||||
* Work (including but not limited to damages for loss of goodwill, | |||||
* work stoppage, computer failure or malfunction, or any and all | |||||
* other commercial damages or losses), even if such Contributor | |||||
* has been advised of the possibility of such damages. | |||||
* | |||||
* 9. Accepting Warranty or Additional Liability. While redistributing | |||||
* the Work or Derivative Works thereof, You may choose to offer, | |||||
* and charge a fee for, acceptance of support, warranty, indemnity, | |||||
* or other liability obligations and/or rights consistent with this | |||||
* License. However, in accepting such obligations, You may act only | |||||
* on Your own behalf and on Your sole responsibility, not on behalf | |||||
* of any other Contributor, and only if You agree to indemnify, | |||||
* defend, and hold each Contributor harmless for any liability | |||||
* incurred by, or claims asserted against, such Contributor by reason | |||||
* of your accepting any such warranty or additional liability. | |||||
* | |||||
* END OF TERMS AND CONDITIONS | |||||
* | |||||
* APPENDIX: How to apply the Apache License to your work. | |||||
* | |||||
* To apply the Apache License to your work, attach the following | |||||
* boilerplate notice, with the fields enclosed by brackets "[]" | |||||
* replaced with your own identifying information. (Don't include | |||||
* the brackets!) The text should be enclosed in the appropriate | |||||
* comment syntax for the file format. We also recommend that a | |||||
* file or class name and description of purpose be included on the | |||||
* same "printed page" as the copyright notice for easier | |||||
* identification within third-party archives. | |||||
* | |||||
* Copyright [yyyy] [name of copyright owner] | |||||
* | |||||
* 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. | |||||
*/ | */ |
@@ -137,8 +137,6 @@ The verify phase is turned on and the generate client phase as well. | |||||
</pre> | </pre> | ||||
<h3> </h3> | <h3> </h3> | ||||
<p align="center">Copyright © 2001-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -85,9 +85,6 @@ | |||||
</pre> | </pre> | ||||
<pre> </pre> | <pre> </pre> | ||||
<p align="center">Copyright © 2001-2002,2004-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -138,9 +138,7 @@ directory tree), so you'll have to experiment a little.</p> | |||||
directory named trial) read-only and archived. In addition all files belonging | directory named trial) read-only and archived. In addition all files belonging | ||||
to a FileSet with <code>id</code> <code>other.shared.sources</code> get the | to a FileSet with <code>id</code> <code>other.shared.sources</code> get the | ||||
same attributes.</p> | same attributes.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2002-2003,2005 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -159,9 +159,7 @@ to webdev, but if there is a directory that ends in <code>.new</code> or a file | |||||
that begins with <code>test_</code> it will be unaffected.</p> | that begins with <code>test_</code> it will be unaffected.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2002-2005 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -157,9 +157,7 @@ directories beginning with <code>private_</code> belong to the user named | |||||
webadmin. A directory ending in <code>.old</code> or a file beginning with | webadmin. A directory ending in <code>.old</code> or a file beginning with | ||||
<code>private_</code> would remain unaffected.</p> | <code>private_</code> would remain unaffected.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2002-2003,2005 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -954,9 +954,6 @@ Since ant 1.6.1 | |||||
</blockquote> | </blockquote> | ||||
<p>Does a ClearCase <i>mkelem</i> on the file <i>c:/views/viewdir/afile</i> with | <p>Does a ClearCase <i>mkelem</i> on the file <i>c:/views/viewdir/afile</i> with | ||||
element type <i>text_file</i>. It also checks in the file after creation.</p> | element type <i>text_file</i>. It also checks in the file after creation.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2000-2005 The Apache Software Foundation. All rights | |||||
reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -322,8 +322,5 @@ at this time. | |||||
<h4>Version 0.1</h4> | <h4>Version 0.1</h4> | ||||
Initial proof of concept; very rudimentary support for CSC only. | Initial proof of concept; very rudimentary support for CSC only. | ||||
<p align="center">Copyright © 2000-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -231,9 +231,7 @@ and stores the <i>src</i>.</p> | |||||
<blockquote><pre> | <blockquote><pre> | ||||
</pre></blockquote> | </pre></blockquote> | ||||
<hr> | |||||
<p align="center">Copyright © 2003,2005 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -128,8 +128,7 @@ sets of files to check for extension.</p> | |||||
</jarlib-available> | </jarlib-available> | ||||
</pre> | </pre> | ||||
<hr><p align="center">Copyright © 2002,2004-2005 The Apache Software Foundation. | |||||
All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -74,8 +74,7 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html</a>.</p> | |||||
</jarlib-display> | </jarlib-display> | ||||
</pre> | </pre> | ||||
<hr><p align="center">Copyright © 2002,2004-2005 The Apache Software Foundation. | |||||
All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -117,8 +117,7 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html</a>.</p> | |||||
</jarlib-manifest> | </jarlib-manifest> | ||||
</pre> | </pre> | ||||
<hr><p align="center">Copyright © 2002,2004-2005 The Apache Software Foundation. | |||||
All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -205,8 +205,7 @@ http://java.sun.com/j2se/1.3/docs/guide/extensions/versioning.html</a>.</p> | |||||
</jarlib-resolve> | </jarlib-resolve> | ||||
</pre> | </pre> | ||||
<hr><p align="center">Copyright © 2002,2004-2005 The Apache Software Foundation. | |||||
All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -108,8 +108,7 @@ Activation Framework</a> are required for this task.</p> | |||||
</fileset> | </fileset> | ||||
</mimemail> | </mimemail> | ||||
</pre> | </pre> | ||||
<hr><p align="center">Copyright © 2001-2002,2004-2005 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -290,8 +290,6 @@ repository from two projects using nested <code><pvcsproject></code> eleme | |||||
Total time: 22 seconds</pre> | Total time: 22 seconds</pre> | ||||
<hr WIDTH="100%"> | <hr WIDTH="100%"> | ||||
<p align="center">Copyright © 2001-2005 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
<p>PVCS is a registered trademark of MERANT.</p> | <p>PVCS is a registered trademark of MERANT.</p> | ||||
</body> | </body> | ||||
</html> | </html> |
@@ -260,8 +260,7 @@ preserving copy function, use <code><exec executable="scp" ... ></code> | |||||
instead. | instead. | ||||
</p> | </p> | ||||
<hr><p align="center">Copyright © 2003-2006 The Apache Software Foundation. | |||||
All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -174,8 +174,7 @@ Invoke ant with the following command line: | |||||
</pre> | </pre> | ||||
</p> | </p> | ||||
<hr><p align="center">Copyright © 2003-2005 The Apache Software Foundation. | |||||
All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -984,10 +984,7 @@ In the preceding three examples, assuming that the AProject project has a defaul | |||||
"AProject", the first example will check the files located in starteam under src/java out to a tree rooted at C:\dev\buildtest\co, | "AProject", the first example will check the files located in starteam under src/java out to a tree rooted at C:\dev\buildtest\co, | ||||
the second to a tree rooted at C:\dev\buildtest\co\AProject\src\java and the third to a tree rooted at C:\dev\buildtest\co\src\java. | the second to a tree rooted at C:\dev\buildtest\co\AProject\src\java and the third to a tree rooted at C:\dev\buildtest\co\src\java. | ||||
<hr> | |||||
<p align="center"> | |||||
Copyright © 2001-2005 The Apache Software Foundation. All rights Reserved. | |||||
</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -134,8 +134,7 @@ set of links to record, or a set of property files to create links from. </p> | |||||
<code>link=subdir/foo.bar</code> and restored as | <code>link=subdir/foo.bar</code> and restored as | ||||
<code>link --> subdir/foo.bar</code></p> | <code>link --> subdir/foo.bar</code></p> | ||||
<hr><p align="center">Copyright © 2002,2004-2005 Apache Software | |||||
Foundation. All rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -819,7 +819,5 @@ directory (see vsscp).</p> | |||||
<hr> | <hr> | ||||
<!-- Footer --> | <!-- Footer --> | ||||
<p align="center">Copyright © 2000-2006 The Apache Software Foundation. All rights | |||||
Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> |
@@ -293,9 +293,7 @@ attribute.</p> | |||||
default excludes by using the <a | default excludes by using the <a | ||||
href="CoreTasks/defaultexcludes.html">defaultexcludes</a> task.</p> | href="CoreTasks/defaultexcludes.html">defaultexcludes</a> task.</p> | ||||
<hr> | |||||
<p align="center">Copyright © 2000-2006 The Apache Software Foundation. All | |||||
rights Reserved.</p> | |||||
</body> | </body> | ||||
</html> | </html> | ||||
@@ -1,9 +1,10 @@ | |||||
/* | /* | ||||
* Copyright 2002-2004 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 | |||||
* 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 | * http://www.apache.org/licenses/LICENSE-2.0 | ||||
* | * | ||||