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

svn commit: r390919 - in /struts/action/tags/el: ./ STRUTS_1_2_6/ STRUTS_1_2_6/doc/stylesheets/ STRUTS_1_2_7/ STRUTS_1_2_7/doc/stylesheets/ STRUTS_1_2_8/ STRUTS_1_2_8/doc/stylesheets/ STRUTS_1_2_9/ STRUTS_1_2_9/doc/stylesheets/

Author: mrdon
Date: Sun Apr  2 16:28:48 2006
New Revision: 390919

URL: http://svn.apache.org/viewcvs?rev=390919&view=rev
Log:
Adding the el tags to action 

Added:
    struts/action/tags/el/
      - copied from r390900, struts/el/tags/
Modified:
    struts/action/tags/el/STRUTS_1_2_6/build.properties.sample
    struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/proposals.xsl
    struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/struts.xsl
    struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/userGuide.xsl
    struts/action/tags/el/STRUTS_1_2_7/build.properties.sample
    struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/proposals.xsl
    struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/struts.xsl
    struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/userGuide.xsl
    struts/action/tags/el/STRUTS_1_2_8/build.properties.sample
    struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/proposals.xsl
    struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/struts.xsl
    struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/userGuide.xsl
    struts/action/tags/el/STRUTS_1_2_9/build.properties.sample
    struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/proposals.xsl
    struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/struts.xsl
    struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/userGuide.xsl

Modified: struts/action/tags/el/STRUTS_1_2_6/build.properties.sample
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_6/build.properties.sample?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_6/build.properties.sample (original)
+++ struts/action/tags/el/STRUTS_1_2_6/build.properties.sample Sun Apr  2 16:28:48 2006
@@ -6,7 +6,7 @@
 # in the same directory that contains the "build.xml" file, then make any
 # changes you need.
 #
-# $Id: build.properties.sample,v 1.7 2004/02/10 16:35:10 germuska Exp $
+# $Id$
 # -----------------------------------------------------------------------------
 
 # struts.home is not used in build.xml; you only need to set it if you want

Modified: struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/proposals.xsl
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/proposals.xsl?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/proposals.xsl (original)
+++ struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/proposals.xsl Sun Apr  2 16:28:48 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- Content Stylesheet for Struts User's Guide -->
-<!-- $Id: proposals.xsl,v 1.4 2004/02/29 22:55:45 martinc Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">

Modified: struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/struts.xsl
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/struts.xsl?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/struts.xsl (original)
+++ struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/struts.xsl Sun Apr  2 16:28:48 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- Content Stylesheet for Struts Documentation -->
-<!-- $Id: struts.xsl,v 1.4 2004/02/29 22:55:45 martinc Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">

Modified: struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/userGuide.xsl
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/userGuide.xsl?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/userGuide.xsl (original)
+++ struts/action/tags/el/STRUTS_1_2_6/doc/stylesheets/userGuide.xsl Sun Apr  2 16:28:48 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- Content Stylesheet for Struts User's Guide -->
-<!-- $Id: userGuide.xsl,v 1.3 2004/02/29 22:55:45 martinc Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">

Modified: struts/action/tags/el/STRUTS_1_2_7/build.properties.sample
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_7/build.properties.sample?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_7/build.properties.sample (original)
+++ struts/action/tags/el/STRUTS_1_2_7/build.properties.sample Sun Apr  2 16:28:48 2006
@@ -6,7 +6,7 @@
 # in the same directory that contains the "build.xml" file, then make any
 # changes you need.
 #
-# $Id: build.properties.sample,v 1.7 2004/02/10 16:35:10 germuska Exp $
+# $Id$
 # -----------------------------------------------------------------------------
 
 # struts.home is not used in build.xml; you only need to set it if you want

Modified: struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/proposals.xsl
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/proposals.xsl?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/proposals.xsl (original)
+++ struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/proposals.xsl Sun Apr  2 16:28:48 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- Content Stylesheet for Struts User's Guide -->
-<!-- $Id: proposals.xsl,v 1.4 2004/02/29 22:55:45 martinc Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">

Modified: struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/struts.xsl
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/struts.xsl?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/struts.xsl (original)
+++ struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/struts.xsl Sun Apr  2 16:28:48 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- Content Stylesheet for Struts Documentation -->
-<!-- $Id: struts.xsl,v 1.4 2004/02/29 22:55:45 martinc Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">

Modified: struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/userGuide.xsl
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/userGuide.xsl?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/userGuide.xsl (original)
+++ struts/action/tags/el/STRUTS_1_2_7/doc/stylesheets/userGuide.xsl Sun Apr  2 16:28:48 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- Content Stylesheet for Struts User's Guide -->
-<!-- $Id: userGuide.xsl,v 1.3 2004/02/29 22:55:45 martinc Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">

Modified: struts/action/tags/el/STRUTS_1_2_8/build.properties.sample
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_8/build.properties.sample?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_8/build.properties.sample (original)
+++ struts/action/tags/el/STRUTS_1_2_8/build.properties.sample Sun Apr  2 16:28:48 2006
@@ -6,7 +6,7 @@
 # in the same directory that contains the "build.xml" file, then make any
 # changes you need.
 #
-# $Id: build.properties.sample,v 1.7 2004/02/10 16:35:10 germuska Exp $
+# $Id$
 # -----------------------------------------------------------------------------
 
 # struts.home is not used in build.xml; you only need to set it if you want

Modified: struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/proposals.xsl
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/proposals.xsl?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/proposals.xsl (original)
+++ struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/proposals.xsl Sun Apr  2 16:28:48 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- Content Stylesheet for Struts User's Guide -->
-<!-- $Id: proposals.xsl,v 1.4 2004/02/29 22:55:45 martinc Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">

Modified: struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/struts.xsl
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/struts.xsl?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/struts.xsl (original)
+++ struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/struts.xsl Sun Apr  2 16:28:48 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- Content Stylesheet for Struts Documentation -->
-<!-- $Id: struts.xsl,v 1.4 2004/02/29 22:55:45 martinc Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">

Modified: struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/userGuide.xsl
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/userGuide.xsl?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/userGuide.xsl (original)
+++ struts/action/tags/el/STRUTS_1_2_8/doc/stylesheets/userGuide.xsl Sun Apr  2 16:28:48 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- Content Stylesheet for Struts User's Guide -->
-<!-- $Id: userGuide.xsl,v 1.3 2004/02/29 22:55:45 martinc Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">

Modified: struts/action/tags/el/STRUTS_1_2_9/build.properties.sample
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_9/build.properties.sample?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_9/build.properties.sample (original)
+++ struts/action/tags/el/STRUTS_1_2_9/build.properties.sample Sun Apr  2 16:28:48 2006
@@ -6,7 +6,7 @@
 # in the same directory that contains the "build.xml" file, then make any
 # changes you need.
 #
-# $Id: build.properties.sample,v 1.7 2004/02/10 16:35:10 germuska Exp $
+# $Id$
 # -----------------------------------------------------------------------------
 
 # struts.home is not used in build.xml; you only need to set it if you want

Modified: struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/proposals.xsl
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/proposals.xsl?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/proposals.xsl (original)
+++ struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/proposals.xsl Sun Apr  2 16:28:48 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- Content Stylesheet for Struts User's Guide -->
-<!-- $Id: proposals.xsl,v 1.4 2004/02/29 22:55:45 martinc Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">

Modified: struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/struts.xsl
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/struts.xsl?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/struts.xsl (original)
+++ struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/struts.xsl Sun Apr  2 16:28:48 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- Content Stylesheet for Struts Documentation -->
-<!-- $Id: struts.xsl,v 1.4 2004/02/29 22:55:45 martinc Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">

Modified: struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/userGuide.xsl
URL: http://svn.apache.org/viewcvs/struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/userGuide.xsl?rev=390919&r1=390900&r2=390919&view=diff
==============================================================================
--- struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/userGuide.xsl (original)
+++ struts/action/tags/el/STRUTS_1_2_9/doc/stylesheets/userGuide.xsl Sun Apr  2 16:28:48 2006
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
 <!-- Content Stylesheet for Struts User's Guide -->
-<!-- $Id: userGuide.xsl,v 1.3 2004/02/29 22:55:45 martinc Exp $ -->
+<!-- $Id$ -->
 
 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
   version="1.0">



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