Return-Path: Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: (qmail 81402 invoked from network); 29 Jul 2010 06:20:20 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 29 Jul 2010 06:20:20 -0000 Received: (qmail 82875 invoked by uid 500); 29 Jul 2010 06:20:20 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 82793 invoked by uid 500); 29 Jul 2010 06:20:18 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 82781 invoked by uid 99); 29 Jul 2010 06:20:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 06:20:17 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 29 Jul 2010 06:20:15 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 3C2BB23889E9; Thu, 29 Jul 2010 06:18:58 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r980325 - /ant/sandbox/antlibs/build.xml Date: Thu, 29 Jul 2010 06:18:58 -0000 To: notifications@ant.apache.org From: bodewig@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100729061858.3C2BB23889E9@eris.apache.org> Author: bodewig Date: Thu Jul 29 06:18:57 2010 New Revision: 980325 URL: http://svn.apache.org/viewvc?rev=980325&view=rev Log: whitespace Modified: ant/sandbox/antlibs/build.xml Modified: ant/sandbox/antlibs/build.xml URL: http://svn.apache.org/viewvc/ant/sandbox/antlibs/build.xml?rev=980325&r1=980324&r2=980325&view=diff ============================================================================== --- ant/sandbox/antlibs/build.xml (original) +++ ant/sandbox/antlibs/build.xml Thu Jul 29 06:18:57 2010 @@ -7,9 +7,9 @@ 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 @@ -20,288 +20,274 @@ - - This buildfile generates the directory layout for a new AntLib. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE document -[ -<!ELEMENT document (properties?, release+)> -<!ELEMENT properties (title)> -<!ELEMENT title (#PCDATA)> -<!ELEMENT release (action*)> -<!ELEMENT action (#PCDATA)> -<!ATTLIST release - version CDATA #REQUIRED - date CDATA #REQUIRED - description CDATA #IMPLIED> -<!ATTLIST action - issue CDATA #IMPLIED - type (add|fix|remove|update) #REQUIRED - breaks-bwc (true|false) #IMPLIED> -] -> -<document> - <properties> - <title>Apache AntLib ${antlib.fullname}</title> - </properties> + + This buildfile generates the directory layout for a new AntLib. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + <?xml version="1.0" encoding="utf-8"?> + <!DOCTYPE document + [ + <!ELEMENT document (properties?, release+)> + <!ELEMENT properties (title)> + <!ELEMENT title (#PCDATA)> + <!ELEMENT release (action*)> + <!ELEMENT action (#PCDATA)> + <!ATTLIST release + version CDATA #REQUIRED + date CDATA #REQUIRED + description CDATA #IMPLIED> + <!ATTLIST action + issue CDATA #IMPLIED + type (add|fix|remove|update) #REQUIRED + breaks-bwc (true|false) #IMPLIED> + ] + > + <document> + <properties> + <title>Apache AntLib ${antlib.fullname}</title> + </properties> - <release version="SVN trunk" date="unpublished"> - <action type="add"> + <release version="SVN trunk" date="unpublished"> + <action type="add"> Initial import of ${antlib.fullname} - </action> - </release> - -</document> - - - - + </action> + </release> - - <?xml version="1.0" encoding="utf-8"?> -<!-- - 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 + </document> + + + + + <?xml version="1.0" encoding="utf-8"?> + <!-- + 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. ---> -<antlib> - <!-- - <taskdef - name="" - classname="org.apache.ant.${antlib.shortname}." - /> - <macrodef name=""> - <attribute name="" default=""/> - <element name="" optional="yes"/> - <text name="text" optional="yes" trim="true"/> - <sequential> - <echo/> - </sequential> - </macrodef> - <presetdef name=""> - </presetdef> - --> -</antlib> - - - - - - - <?xml version="1.0" encoding="utf-8"?> -<!DOCTYPE contributors -[ -<!ELEMENT name (first?, middle?, last)> -<!ELEMENT contributors (introduction, name+)> -<!ELEMENT first (#PCDATA)> -<!ELEMENT introduction (#PCDATA)> -<!ELEMENT middle (#PCDATA)> -<!ELEMENT last (#PCDATA)> -] -> -<contributors> - <introduction> - These are some of the many people who have helped with this Ant Library. - </introduction> - - <name> - <first>${name.first}</first> - <last>${name.last}</last> - </name> -</contributors> - - - - - - - - - - - - - User Manual - ${antlib.fullname} - - - - - - - <H2>User Manual - ${antlib.fullname}</H2> - <a href="toc.html">User Manual - ${antlib.fullname}</a> - - - - - - - - - ${antlib.fullname} - - - - Overview
-

Tasks

- task
- - -
- - - - - - ${antlib.fullname} - - -

${antlib.fullname}

-

TODO: something about this antlib

-

What's this?

-

Building

-

dependencies on Ant version?, external libs and tools

-

Using

- - -
-
- - - - - <?xml version="1.0"?> -<!-- - 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 + 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. + --> + <antlib> + <!-- + <taskdef + name="" + classname="org.apache.ant.${antlib.shortname}." + /> + <macrodef name=""> + <attribute name="" default=""/> + <element name="" optional="yes"/> + <text name="text" optional="yes" trim="true"/> + <sequential> + <echo/> + </sequential> + </macrodef> + <presetdef name=""> + </presetdef> + --> + </antlib> + + + + + <?xml version="1.0" encoding="utf-8"?> + <!DOCTYPE contributors + [ + <!ELEMENT name (first?, middle?, last)> + <!ELEMENT contributors (introduction, name+)> + <!ELEMENT first (#PCDATA)> + <!ELEMENT introduction (#PCDATA)> + <!ELEMENT middle (#PCDATA)> + <!ELEMENT last (#PCDATA)> + ] + > + <contributors> + <introduction> + These are some of the many people who have helped with this Ant Library. + </introduction> + + <name> + <first>${name.first}</first> + <last>${name.last}</last> + </name> + </contributors> + + + + + + + + + + + User Manual - ${antlib.fullname} + + + + + + + <H2>User Manual - ${antlib.fullname}</H2> + <a href="toc.html">User Manual - ${antlib.fullname}</a> + + + + + + + + + ${antlib.fullname} + + + + Overview
+

Tasks

+ task
+ + +
+ + + + + + ${antlib.fullname} + + +

${antlib.fullname}

+

TODO: something about this antlib

+

What's this?

+

Building

+

dependencies on Ant version?, external libs and tools

+

Using

+ + +
+
+ + + <?xml version="1.0"?> + <!-- + 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. ---> -<project default="compile" name="${antlib.shortname}"> - - <!-- easy way to override properties --> - <property file="build.properties"/> - - <import file="common/build.xml"/> - -</project> - - - - - - - - The AntLib directory layout and initial artifacts are created. - Your next steps are: - - maybe add your middle name to contributors.xml - - maybe add others to contributors.xml - - say something in the manuals cover.html about this AntLib - - add the files to svn - - modify the svn-properties of trunk-directory and add svn:externals - common http://svn.apache.org/repos/asf/ant/antlibs/common/trunk - - update from svn for getting the common directory - - implement the AntLib - - implement testcases (hopefully using AntUnit) - - document the AntLib - - - + 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. + --> + <project default="compile" name="${antlib.shortname}"> + + <!-- easy way to override properties --> + <property file="build.properties"/> + + <import file="common/build.xml"/> + + </project> +
+
+ + + + The AntLib directory layout and initial artifacts are created. + Your next steps are: + - maybe add your middle name to contributors.xml + - maybe add others to contributors.xml + - say something in the manuals cover.html about this AntLib + - add the files to svn + - modify the svn-properties of trunk-directory and add svn:externals + common http://svn.apache.org/repos/asf/ant/antlibs/common/trunk + - update from svn for getting the common directory + - implement the AntLib + - implement testcases (hopefully using AntUnit) + - document the AntLib + +