You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bo...@apache.org on 2011/01/28 05:34:56 UTC

svn commit: r1064451 - in /ant/antlibs/dotnet/tags/1_1: ./ docs/

Author: bodewig
Date: Fri Jan 28 04:34:55 2011
New Revision: 1064451

URL: http://svn.apache.org/viewvc?rev=1064451&view=rev
Log:
trademark policy

Modified:
    ant/antlibs/dotnet/tags/1_1/   (props changed)
    ant/antlibs/dotnet/tags/1_1/changes.xml   (props changed)
    ant/antlibs/dotnet/tags/1_1/docs/csc.html
    ant/antlibs/dotnet/tags/1_1/docs/dotnetexec.html
    ant/antlibs/dotnet/tags/1_1/docs/fsc.html
    ant/antlibs/dotnet/tags/1_1/docs/ilasm.html
    ant/antlibs/dotnet/tags/1_1/docs/ildasm.html
    ant/antlibs/dotnet/tags/1_1/docs/importtypelib.html
    ant/antlibs/dotnet/tags/1_1/docs/index.html   (contents, props changed)
    ant/antlibs/dotnet/tags/1_1/docs/jsharpc.html
    ant/antlibs/dotnet/tags/1_1/docs/msbuild.html
    ant/antlibs/dotnet/tags/1_1/docs/nant.html
    ant/antlibs/dotnet/tags/1_1/docs/nunit.html
    ant/antlibs/dotnet/tags/1_1/docs/old-core.html
    ant/antlibs/dotnet/tags/1_1/docs/tallow.html
    ant/antlibs/dotnet/tags/1_1/docs/vbc.html
    ant/antlibs/dotnet/tags/1_1/docs/wix.html
    ant/antlibs/dotnet/tags/1_1/docs/wsdltodotnet.html

Propchange: ant/antlibs/dotnet/tags/1_1/
------------------------------------------------------------------------------
--- svn:externals (original)
+++ svn:externals Fri Jan 28 04:34:55 2011
@@ -1 +1 @@
-common -r 1064144 http://svn.apache.org/repos/asf/ant/antlibs/common/trunk
+common -r 1064449 http://svn.apache.org/repos/asf/ant/antlibs/common/trunk

Propchange: ant/antlibs/dotnet/tags/1_1/
------------------------------------------------------------------------------
    svn:mergeinfo = /ant/antlibs/dotnet/trunk:1064450

Propchange: ant/antlibs/dotnet/tags/1_1/changes.xml
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jan 28 04:34:55 2011
@@ -1,2 +1,2 @@
 /ant/antlibs/dotnet/tags/1_1/changes.xml:1063837-1063847
-/ant/antlibs/dotnet/trunk/changes.xml:1063847
+/ant/antlibs/dotnet/trunk/changes.xml:1063847,1064450

Modified: ant/antlibs/dotnet/tags/1_1/docs/csc.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/csc.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/csc.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/csc.html Fri Jan 28 04:34:55 2011
@@ -456,5 +456,8 @@
 </csc>
 </pre>
 
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
 </body>
 </html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/dotnetexec.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/dotnetexec.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/dotnetexec.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/dotnetexec.html Fri Jan 28 04:34:55 2011
@@ -44,5 +44,9 @@
     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>
+
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
   </body>
-</html>
\ No newline at end of file
+</html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/fsc.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/fsc.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/fsc.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/fsc.html Fri Jan 28 04:34:55 2011
@@ -341,5 +341,9 @@
     &lt;define name="def3" unless="def2.property"/&gt;
 &lt;/fsc&gt;
 </pre>
+
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
 </body>
 </html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/ilasm.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/ilasm.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/ilasm.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/ilasm.html Fri Jan 28 04:34:55 2011
@@ -201,5 +201,8 @@
 
     <p>add a new source directory to the compile</p>
 
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
 </body>
 </html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/ildasm.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/ildasm.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/ildasm.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/ildasm.html Fri Jan 28 04:34:55 2011
@@ -306,5 +306,8 @@
       </tr>
     </table>
 
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
 </body>
 </html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/importtypelib.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/importtypelib.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/importtypelib.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/importtypelib.html Fri Jan 28 04:34:55 2011
@@ -137,5 +137,8 @@
     namespace="Apache.Xerces"/&gt;
     </pre>
 
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
 </body>
 </html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/index.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/index.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/index.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/index.html Fri Jan 28 04:34:55 2011
@@ -26,7 +26,9 @@
   <body>
     <h2>Introduction</h2>
 
-    <p>This is a library of Ant tasks that support using .NET
+    <p>The Apache .NET Ant Library&trade; is a library of Apache
+    Ant&trade; tasks developed by <a href="http://www.apache.org/">The
+    Apache Software Foundation</a> that support using .NET
     executables accross different platforms and in particular support
     using common .NET development tools like <a
     href="http://nant.sourceforge.net/">NAnt</a> or <a
@@ -169,5 +171,9 @@
       nunit-console.exe <a href="http://www.nunit.org/">NUnit</a>
       test runner.</li>
     </ul>
+
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
   </body>
 </html>

Propchange: ant/antlibs/dotnet/tags/1_1/docs/index.html
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Fri Jan 28 04:34:55 2011
@@ -1 +1,2 @@
 /ant/antlibs/dotnet/tags/1_1/docs/index.html:1063837-1063847
+/ant/antlibs/dotnet/trunk/docs/index.html:1064450

Modified: ant/antlibs/dotnet/tags/1_1/docs/jsharpc.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/jsharpc.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/jsharpc.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/jsharpc.html Fri Jan 28 04:34:55 2011
@@ -356,5 +356,8 @@
 
     <p>add a new source directory to the compile</p>
 
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
 </body>
 </html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/msbuild.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/msbuild.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/msbuild.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/msbuild.html Fri Jan 28 04:34:55 2011
@@ -134,5 +134,9 @@
         &lt;/build&gt;
       &lt;/msbuild&gt;
     </pre>
+
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
   </body>
-</html>
\ No newline at end of file
+</html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/nant.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/nant.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/nant.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/nant.html Fri Jan 28 04:34:55 2011
@@ -133,5 +133,9 @@
         &lt;/build&gt;
       &lt;/nant&gt;
     </pre>
+
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
   </body>
-</html>
\ No newline at end of file
+</html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/nunit.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/nunit.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/nunit.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/nunit.html Fri Jan 28 04:34:55 2011
@@ -196,5 +196,9 @@
         &lt;testassembly name="assembly3.dll"/&gt;
       &lt;/nunit&gt;
     </pre>
+
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
   </body>
-</html>
\ No newline at end of file
+</html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/old-core.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/old-core.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/old-core.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/old-core.html Fri Jan 28 04:34:55 2011
@@ -318,5 +318,9 @@ at this time.
 
 <h4>Version 0.1</h4>
 Initial proof of concept; very rudimentary support for CSC only.
+
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
 </body>
 </html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/tallow.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/tallow.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/tallow.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/tallow.html Fri Jan 28 04:34:55 2011
@@ -109,5 +109,9 @@
         &lt;arg value="-dav"/&gt;
       &lt;/tallow&gt;
     </pre>
+
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
   </body>
 </html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/vbc.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/vbc.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/vbc.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/vbc.html Fri Jan 28 04:34:55 2011
@@ -416,5 +416,9 @@
     &lt;define name="def3" unless="def2.property"/&gt;
 &lt;/vbc&gt;
 </pre>
+
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
 </body>
 </html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/wix.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/wix.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/wix.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/wix.html Fri Jan 28 04:34:55 2011
@@ -240,5 +240,9 @@
     files) the candle step will be skipped.  If
     <code>product.msi</code> is newer than all files, the task won't
     do anything.</p>
+
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
   </body>
 </html>

Modified: ant/antlibs/dotnet/tags/1_1/docs/wsdltodotnet.html
URL: http://svn.apache.org/viewvc/ant/antlibs/dotnet/tags/1_1/docs/wsdltodotnet.html?rev=1064451&r1=1064450&r2=1064451&view=diff
==============================================================================
--- ant/antlibs/dotnet/tags/1_1/docs/wsdltodotnet.html (original)
+++ ant/antlibs/dotnet/tags/1_1/docs/wsdltodotnet.html Fri Jan 28 04:34:55 2011
@@ -171,5 +171,8 @@
 
     </table>
 
+    <p class="copyright">
+      Apache Ant, Apache .NET Ant Library, Ant, .NET Ant Library, Apache, the Apache feather logo, and the Apache Ant project logos are trademarks of The Apache Software Foundation.
+    </p>
 </body>
 </html>