Author: bodewig Date: Wed Aug 30 21:28:41 2006 New Revision: 438783 URL: http://svn.apache.org/viewvc?rev=438783&view=rev Log: style documentation
Modified: ant/antlibs/dotnet/trunk/docs/dotnetexec.html ant/antlibs/dotnet/trunk/docs/index.html ant/antlibs/dotnet/trunk/docs/msbuild.html ant/antlibs/dotnet/trunk/docs/nant.html ant/antlibs/dotnet/trunk/docs/nunit.html ant/antlibs/dotnet/trunk/docs/old-core.html ant/antlibs/dotnet/trunk/docs/wix.html Modified: ant/antlibs/dotnet/trunk/docs/dotnetexec.html URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/docs/dotnetexec.html?rev=438783&r1=438782&r2=438783&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/docs/dotnetexec.html (original) +++ ant/antlibs/dotnet/trunk/docs/dotnetexec.html Wed Aug 30 21:28:41 2006 @@ -1,6 +1,25 @@ +<!-- + 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> <head> <meta http-equiv="Content-Language" content="en-us"></meta> + <link rel="stylesheet" type="text/css" href="style.css"> <title>DotNetExec Task</title> </head> @@ -25,8 +44,5 @@ may also work for Mono on Linux systems with the binfmt feature described in the <a href="http://www.go-mono.org/faq.html#q86">Mono FAQ</a>.</p> - - <hr/> - <p align="center">Copyright © 2003-2004 The Apache Software Foundation. All rights Reserved.</p> </body> </html> Modified: ant/antlibs/dotnet/trunk/docs/index.html URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/docs/index.html?rev=438783&r1=438782&r2=438783&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/docs/index.html (original) +++ ant/antlibs/dotnet/trunk/docs/index.html Wed Aug 30 21:28:41 2006 @@ -1,6 +1,25 @@ +<!-- + 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> <head> <meta http-equiv="Content-Language" content="en-us"></meta> + <link rel="stylesheet" type="text/css" href="style.css"> <title>Dotnet Ant Library</title> </head> @@ -140,8 +159,5 @@ nunit-console.exe <a href="http://www.nunit.org/">NUnit</a> test runner.</li> </ul> - - <hr/> - <p align="center">Copyright © 2003-2006 The Apache Software Foundation. All rights Reserved.</p> </body> </html> Modified: ant/antlibs/dotnet/trunk/docs/msbuild.html URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/docs/msbuild.html?rev=438783&r1=438782&r2=438783&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/docs/msbuild.html (original) +++ ant/antlibs/dotnet/trunk/docs/msbuild.html Wed Aug 30 21:28:41 2006 @@ -1,6 +1,25 @@ +<!-- + 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> <head> <meta http-equiv="Content-Language" content="en-us"></meta> + <link rel="stylesheet" type="text/css" href="style.css"> <title>MSBuild Task</title> </head> @@ -102,8 +121,5 @@ </build> </msbuild> </pre> - - <hr/> - <p align="center">Copyright © 2003-2005 The Apache Software Foundation. All rights Reserved.</p> </body> </html> Modified: ant/antlibs/dotnet/trunk/docs/nant.html URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/docs/nant.html?rev=438783&r1=438782&r2=438783&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/docs/nant.html (original) +++ ant/antlibs/dotnet/trunk/docs/nant.html Wed Aug 30 21:28:41 2006 @@ -1,6 +1,25 @@ +<!-- + 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> <head> <meta http-equiv="Content-Language" content="en-us"></meta> + <link rel="stylesheet" type="text/css" href="style.css"> <title>NAnt Task</title> </head> @@ -101,8 +120,5 @@ </build> </nant> </pre> - - <hr/> - <p align="center">Copyright © 2003-2004 The Apache Software Foundation. All rights Reserved.</p> </body> </html> Modified: ant/antlibs/dotnet/trunk/docs/nunit.html URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/docs/nunit.html?rev=438783&r1=438782&r2=438783&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/docs/nunit.html (original) +++ ant/antlibs/dotnet/trunk/docs/nunit.html Wed Aug 30 21:28:41 2006 @@ -1,6 +1,25 @@ +<!-- + 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> <head> <meta http-equiv="Content-Language" content="en-us"></meta> + <link rel="stylesheet" type="text/css" href="style.css"> <title>NUnit Task</title> </head> @@ -170,8 +189,5 @@ <testassembly name="assembly3.dll"/> </nunit> </pre> - - <hr/> - <p align="center">Copyright © 2004 The Apache Software Foundation. All rights Reserved.</p> </body> </html> Modified: ant/antlibs/dotnet/trunk/docs/old-core.html URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/docs/old-core.html?rev=438783&r1=438782&r2=438783&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/docs/old-core.html (original) +++ ant/antlibs/dotnet/trunk/docs/old-core.html Wed Aug 30 21:28:41 2006 @@ -1,8 +1,27 @@ +<!-- + 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> -<head> -<link rel="stylesheet" type="text/css" href="../stylesheets/style.css"> -<title>.NET Tasks</title> -</head> + <head> + <meta http-equiv="Content-Language" content="en-us"></meta> + <link rel="stylesheet" type="text/css" href="style.css"> + <title>.NET Tasks</title> + </head> <h1>.NET tasks</h1> <h2>Introduction</h2> @@ -299,9 +318,5 @@ <h4>Version 0.1</h4> 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> </html> Modified: ant/antlibs/dotnet/trunk/docs/wix.html URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/trunk/docs/wix.html?rev=438783&r1=438782&r2=438783&view=diff ============================================================================== --- ant/antlibs/dotnet/trunk/docs/wix.html (original) +++ ant/antlibs/dotnet/trunk/docs/wix.html Wed Aug 30 21:28:41 2006 @@ -1,6 +1,25 @@ +<!-- + 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> <head> <meta http-equiv="Content-Language" content="en-us"></meta> + <link rel="stylesheet" type="text/css" href="style.css"> <title>Wix Task</title> </head> @@ -192,8 +211,5 @@ files) the candle step will be skipped. If <code>product.msi</code> is newer than all files, the task won't do anything.</p> - - <hr/> - <p align="center">Copyright © 2004,2006 The Apache Software Foundation. All rights Reserved.</p> </body> </html> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]