You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ge...@apache.org on 2005/01/03 01:01:28 UTC

svn commit: r123917 - /struts/taglib/trunk/project.xml

Author: germuska
Date: Sun Jan  2 16:01:27 2005
New Revision: 123917

URL: http://svn.apache.org/viewcvs?view=rev&rev=123917
Log:
add 'struts' as groupId; correct some remnants describing BSF; bump to latest ORO release
Modified:
   struts/taglib/trunk/project.xml

Modified: struts/taglib/trunk/project.xml
Url: http://svn.apache.org/viewcvs/struts/taglib/trunk/project.xml?view=diff&rev=123917&p1=struts/taglib/trunk/project.xml&r1=123916&p2=struts/taglib/trunk/project.xml&r2=123917
==============================================================================
--- struts/taglib/trunk/project.xml	(original)
+++ struts/taglib/trunk/project.xml	Sun Jan  2 16:01:27 2005
@@ -2,6 +2,7 @@
 <project>
   <pomVersion>3</pomVersion>
   <id>struts-taglib</id>
+  <groupId>struts</groupId>
   <name>Struts Taglibs</name>
   <currentVersion>1.0-SNAPSHOT</currentVersion>
   
@@ -20,14 +21,16 @@
     </packageGroup>
   </packageGroups>
 
-  <shortDescription>Scriptable Struts Actions Using BSF</shortDescription>
+  <shortDescription>JSP custom tags for use with Struts-core.</shortDescription>
 
   <!--  
   <gumpRepositoryId></gumpRepositoryId>
   -->
 
   <description>
-    This project allows Struts Actions to be written in the scripting language of one's choice rather than as Java classes. It uses the Beans Scripting Framework to allow scripts to be written in any language BSF supports like Perl, Python, Ruby, JavaScript, BeanShell, and I believe even VBScript.
+    This library simplifies development of a JSP-based view layer of a Struts Application.
+    These tags were previously packaged as part of the base Struts distribution, but have
+    been extracted into a separate library.
   </description>
     
   <url>http://struts.apache.org/taglib</url>
@@ -109,7 +112,7 @@
     </dependency>
     <dependency>
       <id>oro</id>
-      <version>2.0.7</version>
+      <version>2.0.8</version>
     </dependency>
   </dependencies>
   

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