You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by po...@apache.org on 2005/07/26 18:34:50 UTC

svn commit: r225343 - in /jakarta/commons/proper/jelly/trunk/jelly-tags/jsl: project.xml xdocs/changes.xml

Author: polx
Date: Tue Jul 26 09:34:44 2005
New Revision: 225343

URL: http://svn.apache.org/viewcvs?rev=225343&view=rev
Log:
Dropping commons-grant and moving to Ant taglib 1.1
paul

Modified:
    jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/project.xml
    jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/xdocs/changes.xml

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/project.xml?rev=225343&r1=225342&r2=225343&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/project.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/project.xml Tue Jul 26 09:34:44 2005
@@ -56,7 +56,7 @@
     <dependency>
       <groupId>commons-jelly</groupId>
       <artifactId>commons-jelly-tags-ant</artifactId>
-      <version>1.0</version>
+      <version>1.1</version>
       <properties>
         <classloader>root.maven</classloader>
       </properties>
@@ -82,22 +82,24 @@
 
     <dependency>
       <id>ant</id>
-      <version>1.5.3-1</version>
+      <version>1.6.5</version>
     </dependency>
     
-    <dependency>
-      <id>ant+optional</id>
-      <version>1.5.3-1</version>
+    <dependency><groupId>ant</groupId>
+      <artifactId>ant-launcher</artifactId>
+      <version>1.6.5</version>
       <properties>
         <gump.project>ant</gump.project>
       </properties>
     </dependency>
-    
-    <dependency>
-      <id>commons-grant</id>
-      <version>1.0-beta-4</version>
+    <dependency><groupId>ant</groupId>
+      <artifactId>ant-junit</artifactId>
+      <version>1.6.5</version>
+      <properties>
+        <gump.project>ant</gump.project>
+      </properties>
     </dependency>
-
+    
     
     <!-- START for running demos -->
 

Modified: jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/xdocs/changes.xml?rev=225343&r1=225342&r2=225343&view=diff
==============================================================================
--- jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/xdocs/changes.xml (original)
+++ jakarta/commons/proper/jelly/trunk/jelly-tags/jsl/xdocs/changes.xml Tue Jul 26 09:34:44 2005
@@ -25,6 +25,7 @@
   </properties>
   <body>
     <release version="1.1-SNAPSHOT" date="in CVS">
+      <action dev="polx" type="fix">Dropping commons-grant and moving to Ant jelly-taglib 1.1 (hence to Ant 1.6.5).</action>
       <action dev="dion" type="fix" issue="JELLY-109" due-to="Maarten Coene">jsl:applyTemplates mode attribute not functioning.</action>
     </release>
     <release version="1.0" date="2004-09-11">



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org