Directory src/main/org/apache/tools/ant/taskdefs/optional/image/

Directory Created:
2002-07-29 15:23
Total Files:
1
Deleted Files:
0
Lines of Code:
309

Browse with ViewVC

[root]/src/main/org/apache/tools/ant/taskdefs/optional/image

Lines of Code

src/main/org/apache/tools/ant/taskdefs/optional/image/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 17 (100.0%) 557 (100.0%) 32.7
ehatcher 4 (23.5%) 420 (75.4%) 105.0
mbenson 1 (5.9%) 50 (9.0%) 50.0
bodewig 5 (29.4%) 37 (6.6%) 7.4
antoine 3 (17.6%) 15 (2.7%) 5.0
peterreilly 2 (11.8%) 13 (2.3%) 6.5
stevel 1 (5.9%) 11 (2.0%) 11.0
conor 1 (5.9%) 11 (2.0%) 11.0

Most Recent Commits

peterreilly 2006-11-15 00:09

checkstyle

13 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+13 -6)
bodewig 2006-09-01 18:49

copy2license.pl

6 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+6 -5)
mbenson 2005-02-03 23:38

Javadoc & changed File constructors from

new File(f1.getAbsolutePath() + File.separator + f2.getName()) to

new File(f1, f2.getName())

50 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+50 -63)
bodewig 2005-01-28 16:11

2005

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+1 -1)
stevel 2005-01-27 14:52

bugzilla bug#30307 ; need a way of adding typedef'd image operations.

submitted by Christopher Lenz

11 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+11)
bodewig 2004-11-22 09:23

Various checkstyle violations



Submitted by: Larry Shatzer



And some



(untabify (point-min) (point-max))



on some files.

4 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+4 -4)
bodewig 2004-03-31 09:07

Whitespace changes only

25 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+25 -22)
peterreilly 2004-03-09 16:49

remove authors from files

PR: 27177

Obtained from: J.M. (Martijn) Kruithof

0 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (-2)
antoine 2004-02-09 21:05

Copyright owner is The Apache Software Foundation

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+1 -1)
antoine 2004-02-04 20:38

Remove trailing spaces in all java files

in order to make checkstyle happy

2 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+2 -2)
antoine 2004-02-03 22:44

Switch to Apache Software License 2.0

12 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+12 -49)
conor 2003-07-19 11:20

Coding conventions

11 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+11 -5)
bodewig 2003-02-10 14:15

Remove Jakarta Project from license

1 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+1 -1)
ehatcher 2002-09-13 13:28

IDEA reformat, and changed destdir to be File type

51 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+51 -53)
ehatcher 2002-08-29 17:13

More patches (+ test cases!) from Eric Pugh on the <image> task.

15 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+15 -6)
ehatcher 2002-08-23 17:25

changes submitted by Eric Pugh improving the <image> task. dest is now destdir - this breaks backwards compatibility, but its still in alpha so no worries.

113 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (+113 -28)
ehatcher 2002-07-29 15:23

Kevin Grey's <image> task. A few modifications were made, most notably changes on setter types and removal of some unused variables flagged by IDEA.

241 lines of code changed in:

  • src/main/org/apache/tools/ant/taskdefs/optional/image: Image.java (new 241)
Generated by StatSVN 0.3.2-SNAPSHOT