diff --git a/docs/external.html b/docs/external.html index c57ce6e15..a042c61ac 100644 --- a/docs/external.html +++ b/docs/external.html @@ -910,6 +910,82 @@ + + + +
+ + Greebo + +
+
+

Greebo is an Ant-task for downloading dependency files + (currently only jars) from a network to a specified directory, + much like Maven. It supports multiple local and remote + repositories with either flat or maven-like structures. It can + read the dependency list from a Maven project file, a + maven-like dependency file, or directly from the build.xml + file.

+ + + + + + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant 1.5 + +
+ + URL: + + + + http://www.discore.com/oz/new/index.htm + +
+ + Contact: + + + + Ozben Evren + +
+ + License: + + + + Apache Software License + +
+
+
@@ -1401,6 +1477,65 @@
+ + + +
+ + JCSC + +
+
+

JCSC is a Java Coding Standard Checker which also features + the generation of some code metrics. It is a command line tool + with an Ant task to scan whole package trees. The result can + viewed in an JavaDoc style web page.

+ + + + + + + + + + + + + +
+ + Compatibility: + + + + Ant >1.5 + +
+ + URL: + + + + http://jcsc.sourceforge.net/ + +
+ + License: + + + + GNU General Public License + +
+
+
diff --git a/xdocs/external.xml b/xdocs/external.xml index 716e563dd..936e8f0ea 100644 --- a/xdocs/external.xml +++ b/xdocs/external.xml @@ -316,6 +316,36 @@
+ + +

Greebo is an Ant-task for downloading dependency files + (currently only jars) from a network to a specified directory, + much like Maven. It supports multiple local and remote + repositories with either flat or maven-like structures. It can + read the dependency list from a Maven project file, a + maven-like dependency file, or directly from the build.xml + file.

+ + + + + + + + + + + + + + + + + + +
Compatibility:Ant 1.5
URL:http://www.discore.com/oz/new/index.htm
Contact:Ozben Evren
License:Apache Software License
+
+

Removes unnecessary import statements from a Java source code file.

@@ -495,6 +525,29 @@
+ + +

JCSC is a Java Coding Standard Checker which also features + the generation of some code metrics. It is a command line tool + with an Ant task to scan whole package trees. The result can + viewed in an JavaDoc style web page.

+ + + + + + + + + + + + + + +
Compatibility:Ant >1.5
URL:http://jcsc.sourceforge.net/
License:GNU General Public License
+
+

Validates XML files against the RELAX NG alternative to XML Schema.