dion 2003/09/18 00:39:24
Modified: src/plugins-build/plugin plugin.jelly project.xml
Log:
Remove http tag dependencies
Revision Changes Path
1.17 +0 -1 maven/src/plugins-build/plugin/plugin.jelly
Index: plugin.jelly
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/plugin/plugin.jelly,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- plugin.jelly 18 Sep 2003 07:26:25 -0000 1.16
+++ plugin.jelly 18 Sep 2003 07:39:24 -0000 1.17
@@ -2,7 +2,6 @@
<project
xmlns:ant="jelly:ant"
- xmlns:http="jelly:http"
xmlns:j="jelly:core"
xmlns:maven="jelly:maven"
xmlns:u="jelly:util"
1.18 +0 -18 maven/src/plugins-build/plugin/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven/src/plugins-build/plugin/project.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- project.xml 2 Sep 2003 10:23:32 -0000 1.17
+++ project.xml 18 Sep 2003 07:39:24 -0000 1.18
@@ -44,23 +44,5 @@
<classloader>root.maven</classloader>
</properties>
</dependency>
- <dependency>
- <groupId>commons-jelly</groupId>
- <artifactId>commons-jelly-tags-http</artifactId>
- <version>20030211.143043</version>
- <url>http://jakarta.apache.org/commons/jelly/libs/http/</url>
- <properties>
- <classloader>root.maven</classloader>
- </properties>
- </dependency>
- <dependency>
- <groupId>commons-httpclient</groupId>
- <artifactId>commons-httpclient</artifactId>
- <version>2.0-rc1</version>
- <url>http://jakarta.apache.org/commons/httpclient/</url>
- <properties>
- <classloader>root.maven</classloader>
- </properties>
- </dependency>
</dependencies>
</project>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]