jstrachan 2002/11/06 10:22:38
Modified: httpclient project.xml
Log:
Minor patch to get the Maven build almost working. Just need the SSL stuff in the
dependencies and this should build via Maven I think...
Revision Changes Path
1.12 +0 -2 jakarta-commons/httpclient/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons/httpclient/project.xml,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- project.xml 1 Nov 2002 13:54:50 -0000 1.11
+++ project.xml 6 Nov 2002 18:22:38 -0000 1.12
@@ -100,14 +100,12 @@
<id>junit</id>
<version>3.8.1</version>
<url>http://www.junit.org/</url>
- <jar>junit.jar</jar>
</dependency>
<dependency>
<id>commons-logging</id>
<version>1.0.2</version>
<url>http://jakarta.apache.org/commons/logging.html</url>
- <jar>commons-logging.jar</jar>
</dependency>
</dependencies>
--
To unsubscribe, e-mail: <mailto:commons-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:commons-dev-help@;jakarta.apache.org>