Return-Path: Delivered-To: apmail-ant-dev-archive@www.apache.org Received: (qmail 18357 invoked from network); 2 May 2007 06:56:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 2 May 2007 06:56:40 -0000 Received: (qmail 34978 invoked by uid 500); 2 May 2007 06:56:46 -0000 Delivered-To: apmail-ant-dev-archive@ant.apache.org Received: (qmail 34671 invoked by uid 500); 2 May 2007 06:56:45 -0000 Mailing-List: contact dev-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Developers List" Reply-To: "Ant Developers List" Delivered-To: mailing list dev@ant.apache.org Received: (qmail 34660 invoked by uid 500); 2 May 2007 06:56:45 -0000 Received: (qmail 34657 invoked by uid 99); 2 May 2007 06:56:45 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2007 23:56:45 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2007 23:56:38 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id C0E1E1A9838; Tue, 1 May 2007 23:56:17 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r534335 - in /ant/core/trunk/docs/manual: CoreTasks/macrodef.html stylesheets/style.css tutorial-HelloWorldWithAnt.html tutorial-tasks-filesets-properties.html tutorial-writing-tasks.html Date: Wed, 02 May 2007 06:56:17 -0000 To: ant-cvs@apache.org From: jhm@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070502065617.C0E1E1A9838@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: jhm Date: Tue May 1 23:56:16 2007 New Revision: 534335 URL: http://svn.apache.org/viewvc?view=rev&rev=534335 Log: Refactor .code/.output into global css Modified: ant/core/trunk/docs/manual/CoreTasks/macrodef.html ant/core/trunk/docs/manual/stylesheets/style.css ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html ant/core/trunk/docs/manual/tutorial-writing-tasks.html Modified: ant/core/trunk/docs/manual/CoreTasks/macrodef.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/CoreTasks/macrodef.html?view=diff&rev=534335&r1=534334&r2=534335 ============================================================================== --- ant/core/trunk/docs/manual/CoreTasks/macrodef.html (original) +++ ant/core/trunk/docs/manual/CoreTasks/macrodef.html Tue May 1 23:56:16 2007 @@ -20,11 +20,6 @@ MacroDef Task - Modified: ant/core/trunk/docs/manual/stylesheets/style.css URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/stylesheets/style.css?view=diff&rev=534335&r1=534334&r2=534335 ============================================================================== --- ant/core/trunk/docs/manual/stylesheets/style.css (original) +++ ant/core/trunk/docs/manual/stylesheets/style.css Tue May 1 23:56:16 2007 @@ -36,13 +36,13 @@ color: 000000; } - /* first row */ +/* first row */ table tr:first-child td { background-color: cccccc; color: 000000; } - /* or th as first row */ +/* or th as first row */ table th { background-color: cccccc; color: 000000; @@ -51,3 +51,16 @@ pre { background-color: efefef; } + +/* code snippets in examples and tutorials */ +.code { + background: #EFEFEF; + margin-top: +} + +/* highlight console output */ +.output { + color: #FFFFFF; + background: #837A67; +} + Modified: ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html?view=diff&rev=534335&r1=534334&r2=534335 ============================================================================== --- ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html (original) +++ ant/core/trunk/docs/manual/tutorial-HelloWorldWithAnt.html Tue May 1 23:56:16 2007 @@ -17,13 +17,7 @@ Tutorial: Hello World with Ant - - +

Tutorial: Hello World with Ant

@@ -494,7 +488,6 @@ <report todir="${report.dir}"/> </junitreport> </target> -

Because we would produce a lot of files and these files would be written to the current directory by default, Modified: ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html?view=diff&rev=534335&r1=534334&r2=534335 ============================================================================== --- ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html (original) +++ ant/core/trunk/docs/manual/tutorial-tasks-filesets-properties.html Tue May 1 23:56:16 2007 @@ -17,14 +17,7 @@ -Tutorial: Tasks using Properties, Filesets & Paths - - + Tutorial: Tasks using Properties, Filesets & Paths

Tutorial: Tasks using Properties, Filesets & Paths

Modified: ant/core/trunk/docs/manual/tutorial-writing-tasks.html URL: http://svn.apache.org/viewvc/ant/core/trunk/docs/manual/tutorial-writing-tasks.html?view=diff&rev=534335&r1=534334&r2=534335 ============================================================================== --- ant/core/trunk/docs/manual/tutorial-writing-tasks.html (original) +++ ant/core/trunk/docs/manual/tutorial-writing-tasks.html Tue May 1 23:56:16 2007 @@ -17,13 +17,7 @@ Tutorial: Writing Tasks - - +

Tutorial: Writing Tasks

--------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org For additional commands, e-mail: dev-help@ant.apache.org