You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ws...@apache.org on 2005/10/07 07:47:42 UTC

svn commit: r307025 - in /struts/sandbox/trunk/tiles: project.xml src/conf/tiles-core.tld

Author: wsmoak
Date: Thu Oct  6 22:47:32 2005
New Revision: 307025

URL: http://svn.apache.org/viewcvs?rev=307025&view=rev
Log:
Changed back to version number in build file, fixed version in tld.

Modified:
    struts/sandbox/trunk/tiles/project.xml
    struts/sandbox/trunk/tiles/src/conf/tiles-core.tld

Modified: struts/sandbox/trunk/tiles/project.xml
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/project.xml?rev=307025&r1=307024&r2=307025&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/project.xml (original)
+++ struts/sandbox/trunk/tiles/project.xml Thu Oct  6 22:47:32 2005
@@ -32,7 +32,7 @@
     <gumpRepositoryId>struts-svn</gumpRepositoryId>
     <inceptionYear>2003</inceptionYear>
     <package>org.apache.tiles</package>
-    <currentVersion>SNAPSHOT</currentVersion>
+    <currentVersion>0.2-dev</currentVersion>
     <packageGroups>
         <packageGroup>
             <title>Tiles Core Library</title>

Modified: struts/sandbox/trunk/tiles/src/conf/tiles-core.tld
URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/tiles/src/conf/tiles-core.tld?rev=307025&r1=307024&r2=307025&view=diff
==============================================================================
--- struts/sandbox/trunk/tiles/src/conf/tiles-core.tld (original)
+++ struts/sandbox/trunk/tiles/src/conf/tiles-core.tld Thu Oct  6 22:47:32 2005
@@ -3,7 +3,7 @@
     "-//Sun Microsystems, Inc.//DTD JSP Tag Library 1.2//EN" 
     "http://java.sun.com/dtd/web-jsptaglibrary_1_2.dtd">
 <taglib>
-   <tlib-version>1.3</tlib-version>
+   <tlib-version>0.2</tlib-version>
    <jsp-version>1.2</jsp-version>
    <short-name>tiles</short-name>
    <uri>http://jakarta.apache.org/tiles</uri>



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