May 2005 Commit Log

Number of Commits:
148
Number of Active Developers:
8
mbenson 2005-05-31 20:04

s/baskslashes/backslashes

1 lines of code changed in:

mbenson 2005-05-31 19:18

Renamed <file> resource's "base" attribute to "basedir",

for consistency / familiarity.

17 lines of code changed in:

mbenson 2005-05-31 19:01

reorder imports before adding more.

8 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Copy.java (+8 -8)
peterreilly 2005-05-31 15:53

Move javadoc backslash with space fix to ant 1.6.5

Check if file separator character is backslash before conversion

7 lines of code changed in:

mbenson 2005-05-31 15:30

Clearly (hopefully) document '$'-escaping relating to Ant properties;

increase findability of this information by linking from property task.

PR: 34534

15 lines of code changed in:

bodewig 2005-05-31 11:43

2005

4 lines of code changed in:

scohen 2005-05-30 17:56

Add logging of local vs remote timestamps in <ftp> task.

PR:31812

28 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+28 -8)
jhm 2005-05-30 15:54

The Bookstore

152 lines of code changed in:

jhm 2005-05-30 15:45

Added ISBNs for later use (e.g. Online Bookstore)

9 lines of code changed in:

scohen 2005-05-30 14:41

Add initialSiteCommand and siteCommand attributes.

PR:34257, 34853

141 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+13 -1)
  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+25)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+77 -24)
  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+26)
peterreilly 2005-05-30 10:04

* <macrodef> with redefined default values was incorrect. (Fix for

31215 had a bug). Bugzilla report 35109.

PR: 35109

63 lines of code changed in:

scohen 2005-05-30 02:18

improve new test

2 lines of code changed in:

  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+2 -2)
scohen 2005-05-30 00:40

Based on a patch submitted by Neeme Praks, allow support for a retry count on FTP transfers. Some

servers are unreliable for unknown - this allows for a retry count to be specified to accomodate work on such

flaky servers.

293 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+8)
  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+13)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+82 -23)
  • src/main/org/apache/tools/ant/util: RetryHandler.java (new 72), Retryable.java (new 32)
  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+86)
scohen 2005-05-29 03:01

convert serverLanguageCodeConfig attribute to use EnumeratedAttribute pattern

89 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+26)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+42 -7)
  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+21 -5)
scohen 2005-05-28 17:05

Convert ftp task systemTypeKey and timestampGranularity attributes to using the EnumeratedAttribute pattern

and add some JUnit tests of the new configuration stuff.

265 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+55)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+91 -33), FTPConfigurator.java (+4 -1)
  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+115 -12)
mbenson 2005-05-27 20:29

Replace properties in description elements

2 lines of code changed in:

mbenson 2005-05-27 19:35

Javadoc + very slight code reworking

25 lines of code changed in:

mbenson 2005-05-27 16:53

Fix the condition; formatting.

20 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: IsReachable.java (+20 -20)
scohen 2005-05-26 23:16

add installation information for the jpackage distirbution

38 lines of code changed in:

mbenson 2005-05-26 22:11

Make -projecthelp output display even in -quiet mode.

PR: 17471

1 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+1 -1)
mbenson 2005-05-26 19:52

Javadoc (fixing my uppercase code tags!)

14 lines of code changed in:

mbenson 2005-05-26 18:54

Consistency and some spaces

19 lines of code changed in:

mbenson 2005-05-26 17:04

Document the change wrought by introducing Project.createSubProject().

PR: 17901

3 lines of code changed in:

mbenson 2005-05-26 17:01

Obtain subproject instance from Project to satisfy the remote chance

of Project having been subclassed.

PR: 17901

21 lines of code changed in:

  • src/main/org/apache/tools/ant: Project.java (+20 -1)
  • src/main/org/apache/tools/ant/taskdefs: Ant.java (+1 -5)
mbenson 2005-05-25 22:25

Avoid multiple instantiations of equal File objects, and multiple

resolveFile calls.

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Ant.java (+2 -3)
mbenson 2005-05-25 22:14

Document ResourceCollections in paths.

13 lines of code changed in:

mbenson 2005-05-25 21:58

various inconsequentials/cleanup

34 lines of code changed in:

mbenson 2005-05-25 21:50

Add resourcecount + a little cleanup

18 lines of code changed in:

peterreilly 2005-05-25 14:28

checkstyle - mostly javadoc

588 lines of code changed in:

mbenson 2005-05-24 21:04

Oops need this for echoxml task.

3 lines of code changed in:

mbenson 2005-05-24 20:49

Add an echoxml task just for Steve!

173 lines of code changed in:

mbenson 2005-05-24 17:54

go ahead and close elements with no children

78 lines of code changed in:

peterreilly 2005-05-24 17:18

checkstyle javadoc

4 lines of code changed in:

peterreilly 2005-05-24 17:17

checkstyle - mostly removal of _

108 lines of code changed in:

peterreilly 2005-05-24 17:16

checkstyle - javadoc

2 lines of code changed in:

peterreilly 2005-05-24 17:16

checkstyle - mostly javadoc

49 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/windows: Attrib.java (+49 -6)
bodewig 2005-05-24 08:21

Add pointer to Parabuild

77 lines of code changed in:

bodewig 2005-05-24 08:19

2005

8 lines of code changed in:

scohen 2005-05-23 22:34

document recent changes to FTP task

22 lines of code changed in:

jkf 2005-05-23 21:52

Improved the newInstance method in ClasspathUtils, and used this method from

the places where newInstances are made and Throwable is caught.

136 lines of code changed in:

mbenson 2005-05-23 21:36

add resourcecount to Resource Collections blurb

2 lines of code changed in:

mbenson 2005-05-23 21:35

Document the resourcecount task.

69 lines of code changed in:

mbenson 2005-05-23 21:22

Document length task changes.

11 lines of code changed in:

mbenson 2005-05-23 21:12

Document pathconvert changes.

11 lines of code changed in:

mbenson 2005-05-23 20:47

Update concat documentation for ResourceCollections.

14 lines of code changed in:

mbenson 2005-05-23 20:39

Oops, must build in the contents of src/resources

2 lines of code changed in:

mbenson 2005-05-23 20:03

Remove clone task.

0 lines of code changed in:

mbenson 2005-05-23 20:00

ResourceCollections

2 lines of code changed in:

mbenson 2005-05-23 19:51

ResourceCollections

7140 lines of code changed in:

mbenson 2005-05-23 19:46

use DataType's convenience method

1 lines of code changed in:

mbenson 2005-05-23 19:31

add TimeComparison ExtendedAttribute; retrofit DateSelector

139 lines of code changed in:

mbenson 2005-05-23 19:31

allow absolute include paths & no basedir for Directory scanning

171 lines of code changed in:

mbenson 2005-05-23 19:30

use DataType's (new) convenience methods

46 lines of code changed in:

mbenson 2005-05-23 19:28

new methods for reference checking and logging

211 lines of code changed in:

mbenson 2005-05-23 19:27

add brief version of getElementName()

24 lines of code changed in:

jkf 2005-05-23 19:14

Catching Throwable while calling new on a no statement constructor (all fields / base classes only have no statement constructors as well) seems overdone. Removing catch clause.

1 lines of code changed in:

jkf 2005-05-22 19:48

Avoiding Throwable while BuildException was actually meant

5 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Ant.java (+5 -7)
jkf 2005-05-22 19:28

Removing constructs to close streams that catch Throwable -> FileUtils.close.

14 lines of code changed in:

scohen 2005-05-22 18:56

update stale link to Sun javadocs.

1 lines of code changed in:

scohen 2005-05-22 18:49

Document new timestampGranularity attribute and spiff up the page generally, add links to Java code as

appropriate, fix up the table column sizing which had become rather unwieldy.

53 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+53 -21)
scohen 2005-05-22 18:48

Add new timestampGranularity attribute to account for the typical case in PUT operations where the client

is HH:mm:ss and the ftp server is HH:mm.

58 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+2 -3)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+56 -4)
jkf 2005-05-22 17:32

Removed reflection for 1.1 purposes

14 lines of code changed in:

jkf 2005-05-22 16:13

Avoiding to catch unspecified Error. The context indicates we want to continue even when loading a class is unsuccessful. The only Error we expect and want to continue on would in that case be LinkageError (and not e.g ThreadDeath / VirtualMachineError).

1 lines of code changed in:

jkf 2005-05-22 16:10

Avoiding use of Error for clauses that indicat programming errors, using runtime exceptions instead.

7 lines of code changed in:

jkf 2005-05-22 15:56

Throwable caught for 1.1 compatibility only according to comment. As catiching Throwable generally is a bad thing, removed.

0 lines of code changed in:

scohen 2005-05-22 02:58

Added tests for the "newer" attribute in conjunction with the servertimezoneconfig attribute in the PUT and GET actions.

171 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+88)
  • src/testcases/org/apache/tools/ant/taskdefs/optional/net: FTPTest.java (+83)
stevel 2005-05-21 21:39

use of fileUtils.close

2 lines of code changed in:

stevel 2005-05-21 21:14

more diagnostics, corrected method name, but not working. Bug#35006

3 lines of code changed in:

scohen 2005-05-21 13:03

add option to read properties file from the user's home directory as well as from the top of the ant tree, where it is vulnerable to being wiped out from cvs

replace operations.

2 lines of code changed in:

  • src/etc/testcases/taskdefs/optional/net: ftp.xml (+2)
scohen 2005-05-21 13:02

Change so that systemTypeKey and all the new xxxConfig attributes work by the convention that setting the attribute to "" leaves the attribute unset, at

whatever value it had before, that is, for all these, the default value of null. This would enable property-file based development to proceed more easily.

Update documentantation to reflect this.

PR: 34978

80 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+28 -12)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+52 -23)
mbenson 2005-05-20 22:51

Javadoc

16 lines of code changed in:

mbenson 2005-05-20 22:36

Add isfailure condition.

128 lines of code changed in:

mbenson 2005-05-20 22:15

Complement includeTests with excludeTests

3 lines of code changed in:

mbenson 2005-05-20 21:46

Make XmlValidateTest pass.

7 lines of code changed in:

peterreilly 2005-05-20 16:53

small clarification

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/condition: TypeFound.java (+1 -1)
peterreilly 2005-05-20 16:44

If launcher gets an InstantiationException when using the

default constructor of ant, change the error message

to say that this is an incompatible version of ant main

and attempt to print out the location of this class.

Some jar files have old version of ant within them

- (weblogic in particular) so this should help in

showing if this is the case.

9 lines of code changed in:

peterreilly 2005-05-20 16:34

move typedef to 1.7 section of WHATSNEW

4 lines of code changed in:

peterreilly 2005-05-20 16:33

add uri attribute to typefound type

22 lines of code changed in:

antoine 2005-05-19 17:50

fix mistake

4 lines of code changed in:

antoine 2005-05-19 13:50

Add information concerning the new java-repository

16 lines of code changed in:

antoine 2005-05-19 13:13

Ant 1.6.4 release

111 lines of code changed in:

antoine 2005-05-19 12:45

new target upload merged from Ant 1.6 branch

19 lines of code changed in:

scohen 2005-05-19 07:58

fix bug 34941

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+2 -2)
stevel 2005-05-18 20:47

Note current state of extension case.

8 lines of code changed in:

mbenson 2005-05-18 16:47

propertyset threw NPE with nested, mapped propertysets.

57 lines of code changed in:

jhm 2005-05-18 13:02

Seems to be an typo for me.

4 lines of code changed in:

bodewig 2005-05-18 10:00

Fix ?-umlaut that got translated from ISO8859-1 to UTF-8 by accident

3 lines of code changed in:

bodewig 2005-05-18 09:34

No more nightlies for now

25 lines of code changed in:

bodewig 2005-05-18 09:05

Roxes is now Orangevolt

173 lines of code changed in:

scohen 2005-05-17 23:33

remove unnecessary &quot; marks.

104 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+104 -104)
stevel 2005-05-17 15:26

add correct (c) statements

30 lines of code changed in:

stevel 2005-05-17 14:09

fetch moves to maven, though no auto download of those tasks, yet.

59 lines of code changed in:

bodewig 2005-05-17 10:47

Exclude AbstractScriptComponent.java as well

1 lines of code changed in:

stevel 2005-05-17 10:45

no, I didnt need to do that. rolling back.

0 lines of code changed in:

bodewig 2005-05-17 10:45

2005

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/script: ScriptDef.java (+1 -1)
stevel 2005-05-17 10:40

jruby support in script. We ought to have a task to add these declarations.

15 lines of code changed in:

bodewig 2005-05-17 08:03

2005

1 lines of code changed in:

antoine 2005-05-17 05:03

build the distribution with subdirectories source and binaries like

the directories on the Apache web site

22 lines of code changed in:

stevel 2005-05-16 22:40

<scriptmapper>, with tests and docs. At this point we have near total script coverage of all the core ant extension points. Note the refactoring of scriptcondition to give us a better base for these things.

350 lines of code changed in:

peterreilly 2005-05-16 18:59

Allways create qualified targets in imported build files

PR: 28444

64 lines of code changed in:

stevel 2005-05-16 15:47

apply apache rules as to position of + on a multiline string

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: CopyPath.java (+4 -4)
stevel 2005-05-16 14:58

utterly without documents or tests, a utility task to extract a path to a dir, by way of a mapper.

192 lines of code changed in:

stevel 2005-05-16 14:57

typefound logic.

9 lines of code changed in:

stevel 2005-05-16 12:11

merged antlib: strings to a single (currently private) constant.

3 lines of code changed in:

stevel 2005-05-15 21:13

scp doc tweakage.

11 lines of code changed in:

  • docs/manual/OptionalTasks: scp.html (+11 -4)
scohen 2005-05-14 14:30

punctuation

5 lines of code changed in:

  • docs/manual/OptionalTasks: ftp.html (+5 -5)
scohen 2005-05-14 13:14

change name of attribute from systemKeyConfig to systemTypeKey as a more intuitive name and check in

documentation for revised FTP task.

182 lines of code changed in:

stevel 2005-05-13 22:12

more changes, plus some corrections to existing reports.

15 lines of code changed in:

stevel 2005-05-13 21:57

added a special case that detects -cp and -lib calls in Main, and tells the caller that they have a probable version mismatch.

13 lines of code changed in:

  • src/main/org/apache/tools/ant: Main.java (+13 -21)
stevel 2005-05-13 21:54

and of course the date change.

1 lines of code changed in:

stevel 2005-05-13 21:42

tests for junitreport handling various forms of bad data, plus explicit handling of zero-byte files with a different error message..

232 lines of code changed in:

stevel 2005-05-13 20:49

1. new books

2. touched up old books

3. stripped out my old email address. I now know why that alias still get so much virus/spam mail.

68 lines of code changed in:

peterreilly 2005-05-13 16:58

checkstyle - mostly javadoc

30 lines of code changed in:

scohen 2005-05-13 10:34

improve clarity of what FTPConfigurator is doing.

3 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+3 -7)
scohen 2005-05-13 10:26

















Add FTPConfigurator class so as to avoid forcing users to upgrade to version 1.4.0 of commons-net.

As long as users use the ftp task as they have previously, they do not need 1.4.0.

139 lines of code changed in:

bodewig 2005-05-13 08:13

Use FileUtils.close()

9 lines of code changed in:

bodewig 2005-05-13 08:09

<unzip> and <untar> could leave streams open. PR 34893

21 lines of code changed in:

scohen 2005-05-12 04:21

Adapt Ant to use the new functionalities of commons-net 1.4.0 to enable greater configurability of the server:

Month names other than English, date formats other than the standard ones (such as all-numeric timestamps

on unix), and different server time zones can now be supported in Ant.

PR:30706, 33443

Obtained from:

Submitted by: Neeme Praks

Reviewed by: Steve Cohen

CVS: ----------------------------------------------------------------------

CVS: PR:

CVS: If this change addresses a PR in the problem report tracking

CVS: database, then enter the PR number(s) here.

CVS: Obtained from:

CVS: If this change has been taken from another system, such as NCSA,

CVS: then name the system in this line, otherwise delete it.

CVS: Submitted by:

CVS: If this code has been contributed to Apache by someone else; i.e.,

CVS: they sent us a patch or a new module, then include their name/email

CVS: address here. If this is your work then delete this line.

CVS: Reviewed by:

CVS: If we are doing pre-commit code reviews and someone else has

CVS: reviewed your changes, include their name(s) here.

CVS: If you have not had it reviewed then delete this line.

1 lines of code changed in:

scohen 2005-05-12 04:04

Adapt Ant to use the new functionalities of commons-net 1.4.0 to enable greater configurability of the server:

Month names other than English, date formats other than the standard ones (such as all-numeric timestamps

on unix), and different server time zones can now be supported in Ant.

PR:30706, 33443

Obtained from:

Submitted by: Neeme Praks

Reviewed by: Steve Cohen

CVS: ----------------------------------------------------------------------

CVS: PR:

CVS: If this change addresses a PR in the problem report tracking

CVS: database, then enter the PR number(s) here.

CVS: Obtained from:

CVS: If this change has been taken from another system, such as NCSA,

CVS: then name the system in this line, otherwise delete it.

CVS: Submitted by:

CVS: If this code has been contributed to Apache by someone else; i.e.,

CVS: they sent us a patch or a new module, then include their name/email

CVS: address here. If this is your work then delete this line.

CVS: Reviewed by:

CVS: If we are doing pre-commit code reviews and someone else has

CVS: reviewed your changes, include their name(s) here.

CVS: If you have not had it reviewed then delete this line.

119 lines of code changed in:

  • docs/manual: install.html (+1 -2)
  • src/main/org/apache/tools/ant/taskdefs/optional/net: FTP.java (+118)
mbenson 2005-05-11 19:37

1.6.4 changes

8 lines of code changed in:

mbenson 2005-05-11 19:03

Correct granularity attribute from 1.6 to 1.6.2

1 lines of code changed in:

stevel 2005-05-10 16:26

Patch XMLValidate to create a new parser every time, plus test case that verifies it works.

Note that there is an extra change, the return code of doVerify() is now boolean and not void. I have plans for an option to halt the build only if a schema is valid (I'm using ant/gump) to validate XSD files, and want to test that a schema correctly rejects invalid files. This is just a step on the way, while I was in the method.

20 lines of code changed in:

bodewig 2005-05-10 15:32

Silly me, when Ajax picks up this change, the checksums will be there as well

12 lines of code changed in:

bodewig 2005-05-10 15:21

Will provide SHA1 checksums soon

48 lines of code changed in:

bodewig 2005-05-10 13:57

Add SHA1 checksums, prepare stuff for http://www.apache.org/dist/java-repository/

32 lines of code changed in:

bodewig 2005-05-10 07:37

fix NPE reported by Curt Arnold

4 lines of code changed in:

bodewig 2005-05-10 07:03

Maybe somebody should have said that the image was transparent and

antialiased for a white background.



Maybe I should simply allow my browser to load images that don't come

from the same server as the HTML page.

18 lines of code changed in:

mbenson 2005-05-09 15:36

Spelling/punctuation/wording/etc.

20 lines of code changed in:

bodewig 2005-05-09 13:37

2005

1 lines of code changed in:

bodewig 2005-05-09 13:26

ApacheCon commercial

104 lines of code changed in:

mbenson 2005-05-06 18:36

Base64 conversion of userid:password was (always) broken. The length of

the result was calculated correctly, but was translating two bytes to four instead of three. This would obviously cause buffer overruns.

PR: 34734

16 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Get.java (+16 -13)
stevel 2005-05-05 15:57

antlib awareness in diagnostics messages

13 lines of code changed in:

stevel 2005-05-04 19:04

removes fork option from Apt, in code, in docs.

53 lines of code changed in:

  • docs/manual/CoreTasks: apt.html (+15 -3)
  • src/etc/testcases/taskdefs: apt.xml (+13)
  • src/main/org/apache/tools/ant/taskdefs: Apt.java (+14 -10)
  • src/main/org/apache/tools/ant/taskdefs/compilers: AptCompilerAdapter.java (+6)
  • src/testcases/org/apache/tools/ant/taskdefs: AptTest.java (+5)
mbenson 2005-05-04 17:00

Attempt to fix broken encoding due to miscalculated output buffer.

PR: 34734

29 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs: Get.java (+29 -36)
mbenson 2005-05-04 15:04

AntXMLContext.setCurrentTargets() is now public.

PR: 34680

2 lines of code changed in:

mbenson 2005-05-04 14:36

Document javah and DirectoryScanner.slowScan() fixes.

PR: 34681, 34722

17 lines of code changed in:

bodewig 2005-05-04 10:38

Partly rewrite the delegating-classloader FAQ since 1.5.x and 1.6.x are really quite a bit different

272 lines of code changed in:

bodewig 2005-05-04 09:21

Validate system properties before running a Java command, PR 34725

14 lines of code changed in:

mbenson 2005-05-03 14:59

Not 100% sure this fixes the entire bug, but it eliminates NPEs for me.

PR: 34722

9 lines of code changed in:

peterreilly 2005-05-03 08:33

Bugzilla 34680: make AntXMLContext#setCurrentTargets current

1 lines of code changed in:

stevel 2005-05-02 20:45

WeakHashMap

3 lines of code changed in:

stevel 2005-05-02 20:44

And this time, I make sure the 'reformat code' button is not set on the commit.

36 lines of code changed in:

stevel 2005-05-02 18:02

Move to WeakHashMap to reduce resource leakage on long-lived many-exec runs

37 lines of code changed in:

mbenson 2005-05-02 15:30

Convert some " - " to emdashes, semicolons, etc. where appropriate.

9 lines of code changed in:

mbenson 2005-05-02 15:23

As a (-n inactive) Jext project admin I have decided it doesn't have " - "

in the middle of its name.

3 lines of code changed in:

bodewig 2005-05-02 14:55

Different contact address

2 lines of code changed in:

mbenson 2005-05-02 14:49

Added closing &quot; to last example.

PR: 34706

Obtained from:

Submitted by:

Reviewed by:

1 lines of code changed in:

bodewig 2005-05-02 09:58

cleanup

3 lines of code changed in:

April 2005 »

Generated by StatSVN 0.3.2-SNAPSHOT