diff --git a/build.xml b/build.xml index a87d2f855..24939f5cf 100644 --- a/build.xml +++ b/build.xml @@ -118,13 +118,13 @@ printed. all -------------- creates the jars and the site compile ---------- compiles the source code + test ------------- performs the jUnit tests jar -------------- create the jar files docs ------------- generates the html docs - clean not needed + javadocs --------- generates the API documentation site ------------- generates the html site (docs+reports) - javadocs --------- generates the API documentation - test ------------- performs the jUnit tests clean ------------ cleans the build directory - quickdist -------- creates src and bin distributions + dist ------------- creates src and bin distributions scratchpad ------- build-run scratchpad code contrib ---------- build-run contributed code generate-records - generate excel records @@ -253,13 +253,13 @@ printed. - - - + + + + + - - ********************************************** * * Build all distributions: @@ -273,25 +273,8 @@ printed. * *********************************************** - - - - - - - - - - - - - - - - @@ -299,6 +282,7 @@ printed. + @@ -317,14 +301,10 @@ printed. - - - - - - + @@ -341,14 +321,9 @@ printed. - - - - - - @@ -376,15 +351,12 @@ printed. + description="Makes all the site doco" + depends="docs, + test, + javadocs, + metrics"/> - - - - - - - @@ -497,6 +469,18 @@ printed. + + + + + + + + + + + @@ -506,11 +490,8 @@ printed. depends="testmodule" description="Target used by Gump"> - - - diff --git a/properties.xml b/properties.xml index 91421dc13..96db912e8 100644 --- a/properties.xml +++ b/properties.xml @@ -1,55 +1,75 @@ - + - - - - - - - - - - - - - - - - - - - - apache.org - jakarta.apache.org - jakarta.apache.org/poi - - - - - - - - - - - \ No newline at end of file + + + + + + + + + + + + + + + + + + + + + + + apache.org + + jakarta.apache.org + + jakarta.apache.org/poi + + + + + + + + + + + + + + diff --git a/tools/cents/centipede.cent.jar b/tools/cents/centipede.cent.jar index de3b849b5..1388fdcdb 100644 Binary files a/tools/cents/centipede.cent.jar and b/tools/cents/centipede.cent.jar differ diff --git a/tools/cents/checkstyle.cent.jar b/tools/cents/checkstyle.cent.jar index eb8466d97..591549593 100644 Binary files a/tools/cents/checkstyle.cent.jar and b/tools/cents/checkstyle.cent.jar differ diff --git a/tools/cents/forrest.cent.jar b/tools/cents/forrest.cent.jar index ea19531e3..6d565d5d8 100644 Binary files a/tools/cents/forrest.cent.jar and b/tools/cents/forrest.cent.jar differ diff --git a/tools/cents/jdepend.cent.jar b/tools/cents/jdepend.cent.jar index 92f9177ab..5cfe1498d 100644 Binary files a/tools/cents/jdepend.cent.jar and b/tools/cents/jdepend.cent.jar differ diff --git a/tools/cents/umldoclet.cent.jar b/tools/cents/umldoclet.cent.jar index fdcd196ae..1edd7a377 100644 Binary files a/tools/cents/umldoclet.cent.jar and b/tools/cents/umldoclet.cent.jar differ