morgand 2003/01/04 17:28:35
Modified: jelly project.xml
Log:
moved ant and jsl to separate taglibs, removed dependencies on ant,
ant-optional, and grant, changed version name to SNAPSHOT
Revision Changes Path
1.107 +1 -15 jakarta-commons-sandbox/jelly/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/jakarta-commons-sandbox/jelly/project.xml,v
retrieving revision 1.106
retrieving revision 1.107
diff -u -r1.106 -r1.107
--- project.xml 3 Jan 2003 17:55:30 -0000 1.106
+++ project.xml 5 Jan 2003 01:28:35 -0000 1.107
@@ -7,7 +7,7 @@
<pomVersion>3</pomVersion>
<name>commons-jelly</name>
<id>commons-jelly</id>
- <currentVersion>1.0-beta-4</currentVersion>
+ <currentVersion>SNAPSHOT</currentVersion>
<organization>
<name>Apache Software Foundation</name>
@@ -232,15 +232,6 @@
&commonDeps;
- <dependency>
- <id>ant</id>
- <version>1.5.1</version>
- </dependency>
-
- <dependency>
- <id>ant+optional</id>
- <version>1.5.1</version>
- </dependency>
<!-- might be tied to betwixt only
<dependency>
@@ -262,11 +253,6 @@
<dependency>
<id>commons-discovery</id>
<version>SNAPSHOT</version>
- </dependency>
-
- <dependency>
- <id>commons-grant</id>
- <version>1.0-beta-4</version>
</dependency>
<!-- for the jelly startup scripts -->
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>