Comment | Frequency |
---|---|
o Added a maven build o Cleaned up code | 2 (0.6%) |
no message | 2 (0.6%) |
Remove unused imports. | 2 (0.6%) |
Preparing for release. | 2 (0.6%) |
Initial revision | 2 (0.6%) |
Date | Author | File/Message |
---|---|---|
02/10/04 01:14 | stevensa |
Roll version number, in preparation for release.
(1 Files changed,
1 Lines changed)
build.xml 1.55
(+1
-1)
|
02/10/04 00:11 | stevensa |
Roll version number, in preparation for release. Also add dependency for statcvs
plugin (which is registered in maven.xml) as Maven 1.0 no longer bundles it.
(1 Files changed,
7 Lines changed)
project.xml 1.18
(+7
-1)
|
02/10/04 00:07 | stevensa |
Remove deprecated methods. We already have to roll the version number more
than a bugfix release, due to the removed (deprecated) collection classes, so we
may as well remove these too.
(5 Files changed,
23 Lines changed)
src/xjavadoc/XJavaDoc.java 1.80
(+3
-45)
src/xjavadoc/ant/XJavadocTask.java 1.34
(+10
-16)
src/xjavadoc/XExecutableMember.java 1.20
(+10
-11)
|
06/09/04 00:50 | stevensa |
Docs.
(1 Files changed,
39 Lines changed)
src/xjavadoc/XDoc.java 1.60
(+39
-26)
|
18/08/04 10:39 | pilhuhn |
Add myself for removal of typed collections.
(1 Files changed,
9 Lines changed)
project.xml 1.17
(+9
-0)
|
17/08/04 06:16 | pilhuhn |
Remove deprecated classes that contained the typed collections.
(19 Files changed,
0 Lines changed)
src/xjavadoc/XIterator.java 1.4
removed
|
10/07/04 18:02 | pilhuhn |
Don't use deprecated methods / classes.
(1 Files changed,
4 Lines changed)
|
10/07/04 15:07 | pilhuhn |
Remove unused imports.
(2 Files changed,
3 Lines changed)
|
10/07/04 14:53 | pilhuhn |
Remove unused imports.
(2 Files changed,
0 Lines changed)
src/xjavadoc/XType.java 1.5
(+0
-3)
|
09/07/04 20:16 | mraible |
Fixed (XJD-43) Truncates source when saving to a different file
(1 Files changed,
4 Lines changed)
|
24/04/04 17:41 | stevensa |
Preparing for build.
(2 Files changed,
4 Lines changed)
project.xml 1.16
(+3
-3)
build.xml 1.54
(+1
-1)
|
19/04/04 15:14 | dmlloyd |
Add support for transformed class name; add tests for same
(3 Files changed,
67 Lines changed)
src/xjavadoc/AbstractClass.java 1.68
(+31
-0)
junit/xjavadoc/XJavaDocTest.java 1.6
(+15
-1)
src/xjavadoc/XClass.java 1.43
(+21
-0)
|
13/11/03 21:24 | stevensa |
Preparing for release.
(1 Files changed,
1 Lines changed)
build.xml 1.53
(+1
-1)
|
13/11/03 21:15 | stevensa |
Preparing for release.
(1 Files changed,
2 Lines changed)
project.xml 1.15
(+2
-2)
|
11/11/03 23:27 | stevensa |
Keep Maven's Project License report plugin happy.
(1 Files changed,
27 Lines changed)
LICENSE.txt 1.1
added 27
|
09/11/03 18:00 | stevensa |
One less error on Maven's linkcheck report.
(1 Files changed,
1 Lines changed)
project.xml 1.14
(+1
-1)
|
30/08/03 07:23 | topping |
Patch submitted by Takashi Okamoto for alternate source file encodings
(7 Files changed,
111 Lines changed)
src/xjavadoc/SourceClass.java 1.64
(+12
-5)
src/xjavadoc/XJavaDoc.java 1.79
(+40
-1)
|
26/08/03 10:48 | rinkrank |
New file
(1 Files changed,
63 Lines changed)
|
20/08/03 14:56 | rinkrank |
Made CodeTestCase possible to use from a static context. Useful when the CodeTestCase is used without extending it. (needed by XDoclet2/Generama's tests).
(2 Files changed,
85 Lines changed)
src/xjavadoc/SourceClass.java 1.63
(+11
-0)
|
09/07/03 14:43 | rinkrank |
Release of 1.0.1 is done, continue with 1.0.2-SNAPSHOT
(1 Files changed,
1 Lines changed)
project.xml 1.13
(+1
-1)
|