diff --git a/build.xml b/build.xml
index 1e37d7988..232903a19 100644
--- a/build.xml
+++ b/build.xml
@@ -1,46 +1,32 @@
-
+
-
-
-
+
-
+
-
-
-
+
-
+
-
+
-
+
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
+
-
-
-
-
+
+
+
+
@@ -53,25 +39,13 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
+
@@ -80,11 +54,9 @@
-
+
-
-
@@ -115,7 +87,7 @@
-
+
@@ -131,7 +103,7 @@
-
+
@@ -150,7 +122,7 @@
-
+
@@ -161,7 +133,7 @@
-
+
@@ -178,42 +150,16 @@
-
+
-
+
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
Proxy used :
@@ -222,6 +168,10 @@
Proxy user [${proxy.username}]
+
+
+
+
Proxy not used.
diff --git a/maven.xml b/maven.xml
index 691cc46d3..750576b6a 100644
--- a/maven.xml
+++ b/maven.xml
@@ -51,12 +51,6 @@
-->
-
-
diff --git a/project.properties b/project.properties
index cc4f520f4..6c00c155b 100644
--- a/project.properties
+++ b/project.properties
@@ -44,8 +44,7 @@ maven.docs.dest=${maven.build.dir}/site
maven.docs.src=${basedir}/src/site/xdoc
maven.javadoc.links = http://java.sun.com/j2se/1.4.2/docs/api/,\
- http://commons.apache.org/collections/api/,\
- http://commons.apache.org/discovery/apidocs/
+ http://commons.apache.org/collections/api/
maven.changes.issue.template=http://issues.apache.org/jira/browse/%ISSUE%
diff --git a/project.xml b/project.xml
index 462b7f7a5..fdeefa47f 100644
--- a/project.xml
+++ b/project.xml
@@ -202,30 +202,6 @@
-
- commons-logging
- commons-logging
- 1.0.4
- http://commons.apache.org/logging
-
-
- Only required when commons-discovery is used for class factory
- configuration. No hard compile or runtime dependency.
-
-
-
-
- commons-discovery
- commons-discovery
- 0.2
- http://commons.apache.org/discovery
-
-
- Only required when commons-discovery is used for class
- factory configuration. No hard compile or runtime dependency.
-
-
-
maven-plugins
maven-cobertura-plugin
diff --git a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java
index 33a879d56..74f36d888 100644
--- a/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java
+++ b/src/java/org/apache/commons/math/analysis/UnivariateRealSolverFactory.java
@@ -35,11 +35,6 @@ package org.apache.commons.math.analysis;
* BrentSolver solver = factory.newBrentSolver(f);
*
*
- * Apache Commons Discovery
- * is used to determine the concrete factory returned by
- * UnivariateRealSolverFactory.newInstance().
The default is
- * {@link UnivariateRealSolverFactoryImpl}.
- *
* @version $Revision$ $Date$
*/
public abstract class UnivariateRealSolverFactory {
diff --git a/src/site/xdoc/userguide/overview.xml b/src/site/xdoc/userguide/overview.xml
index 893165095..644d2a1e0 100644
--- a/src/site/xdoc/userguide/overview.xml
+++ b/src/site/xdoc/userguide/overview.xml
@@ -115,17 +115,7 @@
- Commons Math requires JDK 1.3+ and has no runtime dependencies. Commons
- Discovery is used to enable pluggable implementations in the
- distributions, analysis
and stat
packages; but
- default implementations are used if the commons-discovery and
- commons-logging (a dependency of commons-discovery) jars are not present in
- the classpath. To compile the sources, the following versions of these
- components are required:
-
- - commons-discovery 0.2
- - commons-logging 1.0.3
-
+ Commons Math requires JDK 1.3+ and has no runtime dependencies.
diff --git a/test-jar.xml b/test-jar.xml
index 8de175726..c397ababb 100644
--- a/test-jar.xml
+++ b/test-jar.xml
@@ -95,7 +95,7 @@
==========================================================================
-
+
@@ -113,15 +113,4 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file