Jesse N. Glick
2a0bbc499f
Removing some gratuitous XHTML-isms. They still break JavaHelp, alas, and the manual is anyway not even strictly
...
formatted plain HTML, much less XHTML.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@278201 13f79535-47bb-0310-9956-ffa450edef68
2005-04-29 18:58:16 +00:00
Jacobus Martinus Kruithof
f6d5db2c44
Remove $Date$ tags
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277847 13f79535-47bb-0310-9956-ffa450edef68
2005-03-09 00:49:55 +00:00
Peter Reilly
76995baa8b
add reference to stylesheet for OptionalTasks
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277822 13f79535-47bb-0310-9956-ffa450edef68
2005-03-07 18:11:14 +00:00
Stefan Bodewig
3935a662f5
consistent use of <code> - submitted by Larry Shatzer
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277057 13f79535-47bb-0310-9956-ffa450edef68
2004-11-19 09:07:12 +00:00
Stefan Bodewig
60f7e5dff7
Lots of typos and spelling (was that misspelt/misspelled ;-) errors.
...
Submitted by: Larry Shatzer
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@277023 13f79535-47bb-0310-9956-ffa450edef68
2004-11-12 10:36:29 +00:00
Antoine Levy-Lambert
ff348804c1
Copyright owner The Apache Software Foundation
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@276069 13f79535-47bb-0310-9956-ffa450edef68
2004-02-09 21:50:10 +00:00
Stefan Bodewig
c461637ce0
It's me again, erm, 2003, I mean.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274460 13f79535-47bb-0310-9956-ffa450edef68
2003-04-15 06:03:09 +00:00
Jesse Stockall
a8908596a0
Update the manual to reflect new attributes
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274458 13f79535-47bb-0310-9956-ffa450edef68
2003-04-15 04:28:59 +00:00
Stefan Bodewig
7367a0c357
merge clarification from 1.5 branch.
...
PR: 13670
Submitted by: David Witherspoon <david_witherspoon at adp.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273463 13f79535-47bb-0310-9956-ffa450edef68
2002-10-24 14:55:24 +00:00
Stefan Bodewig
04408cb596
Remove magic that prepends a $ to vsspath and projectpath in VSS and
...
SOS tasks.
PR: 10201
Submitted by: Jesse Stockall <jesse at cryptocard.com>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273365 13f79535-47bb-0310-9956-ffa450edef68
2002-09-26 13:28:41 +00:00
Magesh Umasankar
da5a13f8e4
Merge differences between the ANT_15_FINAL branch and the trunk into the trunk.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@273081 13f79535-47bb-0310-9956-ffa450edef68
2002-07-09 21:06:15 +00:00
Magesh Umasankar
6bd8d6e938
Merge changes made to 1.5 Beta2.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272967 13f79535-47bb-0310-9956-ffa450edef68
2002-06-22 23:38:38 +00:00
Magesh Umasankar
ca91f8cb7e
Merge changes made to 1.5 Beta1.
...
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@272826 13f79535-47bb-0310-9956-ffa450edef68
2002-06-01 12:26:43 +00:00
Stefan Bodewig
eba35ca5ba
documentation for vsscreate.
...
PR: 7153
Submitted by: Gary Weaver <Gary_Weaver@srspos.com>
Also made the date field update itself instead of outdated.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271952 13f79535-47bb-0310-9956-ffa450edef68
2002-03-22 08:43:14 +00:00
Stefan Bodewig
84b1cad0c6
additional vss tasks (add and cp).
...
not really tested, but they look the same as all the other vss tasks
that went in untested 8-)
PR: 7153
Submitted by: Nigel Magnay <Nigel.Magnay@Parsec.co.uk>
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271930 13f79535-47bb-0310-9956-ffa450edef68
2002-03-21 08:33:56 +00:00
Stephane Bailliez
777b00eee6
Fix HTML title to be more useful for indexing.
...
PR: 5020
Reported By: jesse.glick@netbeans.com (Jesse Glick)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@271132 13f79535-47bb-0310-9956-ffa450edef68
2002-02-03 22:11:39 +00:00
Stefan Bodewig
b6a3e9df36
License police on documentation files:
...
(1) Make sure there is a Copyright notice on all visible files.
(2) Make sure all years in which the file has been modified are
listed.
(3) Make sure the format is consistent, i.e. separate consecutive
years with a dash, not a comma.
When Stephane changed starteam.html it has been 2001 in France but
2002 in Australia - does that mean we add 2002 to the Copyright line
or not? ;-)
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@270652 13f79535-47bb-0310-9956-ffa450edef68
2002-01-10 08:48:33 +00:00
Stefan Bodewig
8ddd67ad87
added autoresponse attribute to <vssget> and <vsslabel> as well as a quiet
...
attribute to <vssget>.
Submitted by: Jon Skeet <jon.skeet@peramon.com>
Note that I don't use VSS, so this patch has not been tested for
functionality (it compiles and looks OK, that's all I can check).
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@269398 13f79535-47bb-0310-9956-ffa450edef68
2001-07-27 08:43:26 +00:00
Nico Seessle
a570213ccf
Removed an invalid assumption regarding the replacement of already
...
checked-out files.
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268996 13f79535-47bb-0310-9956-ffa450edef68
2001-05-03 07:11:24 +00:00
Nico Seessle
533acc4e30
- Merged VSS-Documentation into one file
...
- Added documentation for vsscheckin and vsscheckout
git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@268985 13f79535-47bb-0310-9956-ffa450edef68
2001-04-29 16:24:21 +00:00