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/03/24 05:13:13 UTC

svn commit: r388357 [7/7] - in /incubator/webwork2/src/java/org/apache/struts/action2: ./ components/ components/table/ components/table/renderer/ components/template/ config/ config_browser/ dispatcher/ dispatcher/mapper/ dispatcher/multipart/ interce...

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/LabelDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/LabelDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/LabelDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/LabelDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Label;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Label;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/OptionTransferSelectDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/OptionTransferSelectDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/OptionTransferSelectDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/OptionTransferSelectDirective.java Thu Mar 23 20:12:49 2006
@@ -2,13 +2,13 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.OptionTransferSelect;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.OptionTransferSelect;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 /**

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PanelDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PanelDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PanelDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PanelDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Panel;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Panel;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/ParamDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/ParamDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/ParamDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/ParamDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Param;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Param;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PasswordDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PasswordDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PasswordDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PasswordDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Password;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Password;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PropertyDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PropertyDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PropertyDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PropertyDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Property;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Property;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PushDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PushDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PushDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/PushDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Push;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Push;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/RadioDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/RadioDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/RadioDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/RadioDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Radio;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Radio;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/ResetDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/ResetDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/ResetDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/ResetDirective.java Thu Mar 23 20:12:49 2006
@@ -2,17 +2,17 @@
  * Copyright (c) 2002-2006 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Reset;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Reset;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
 /**
- * @see com.opensymphony.webwork.components.Reset
+ * @see org.apache.struts.action2.components.Reset
  */
 public class ResetDirective extends AbstractDirective {
     public String getBeanName() {

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/RichTextEditorDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/RichTextEditorDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/RichTextEditorDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/RichTextEditorDirective.java Thu Mar 23 20:12:49 2006
@@ -2,13 +2,13 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.RichTextEditor;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.RichTextEditor;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 /**

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/SelectDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/SelectDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/SelectDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/SelectDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Select;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Select;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/SetDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/SetDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/SetDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/SetDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Set;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Set;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/SubmitDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/SubmitDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/SubmitDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/SubmitDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Submit;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Submit;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TabbedPanelDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TabbedPanelDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TabbedPanelDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TabbedPanelDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.TabbedPanel;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.TabbedPanel;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TextAreaDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TextAreaDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TextAreaDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TextAreaDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.TextArea;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.TextArea;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TextDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TextDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TextDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TextDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Text;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Text;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TextFieldDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TextFieldDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TextFieldDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TextFieldDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.TextField;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.TextField;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TokenDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TokenDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TokenDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TokenDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Token;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Token;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TreeDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TreeDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TreeDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TreeDirective.java Thu Mar 23 20:12:49 2006
@@ -2,10 +2,10 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.Tree;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.Tree;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TreeNodeDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TreeNodeDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TreeNodeDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/TreeNodeDirective.java Thu Mar 23 20:12:49 2006
@@ -2,10 +2,10 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.TreeNode;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.TreeNode;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/URLDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/URLDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/URLDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/URLDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.URL;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.URL;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/UpDownSelectDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/UpDownSelectDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/UpDownSelectDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/UpDownSelectDirective.java Thu Mar 23 20:12:49 2006
@@ -2,13 +2,13 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
 import javax.servlet.http.HttpServletRequest;
 import javax.servlet.http.HttpServletResponse;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.UpDownSelect;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.UpDownSelect;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 /**

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/WebTableDirective.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/WebTableDirective.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/WebTableDirective.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/velocity/components/WebTableDirective.java Thu Mar 23 20:12:49 2006
@@ -1,7 +1,7 @@
-package com.opensymphony.webwork.views.velocity.components;
+package org.apache.struts.action2.views.velocity.components;
 
-import com.opensymphony.webwork.components.Component;
-import com.opensymphony.webwork.components.table.WebTable;
+import org.apache.struts.action2.components.Component;
+import org.apache.struts.action2.components.table.WebTable;
 import com.opensymphony.xwork.util.OgnlValueStack;
 
 import javax.servlet.http.HttpServletRequest;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/AdapterNode.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/AdapterNode.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/AdapterNode.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/AdapterNode.java Thu Mar 23 20:12:49 2006
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.xslt;
+package org.apache.struts.action2.views.xslt;
 
 import org.w3c.dom.Node;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/ArrayAdapter.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/ArrayAdapter.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/ArrayAdapter.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/ArrayAdapter.java Thu Mar 23 20:12:49 2006
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.xslt;
+package org.apache.struts.action2.views.xslt;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/BeanAdapter.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/BeanAdapter.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/BeanAdapter.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/BeanAdapter.java Thu Mar 23 20:12:49 2006
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.xslt;
+package org.apache.struts.action2.views.xslt;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/CollectionAdapter.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/CollectionAdapter.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/CollectionAdapter.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/CollectionAdapter.java Thu Mar 23 20:12:49 2006
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.xslt;
+package org.apache.struts.action2.views.xslt;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/CollectionNodeList.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/CollectionNodeList.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/CollectionNodeList.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/CollectionNodeList.java Thu Mar 23 20:12:49 2006
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.xslt;
+package org.apache.struts.action2.views.xslt;
 
 import org.w3c.dom.Node;
 import org.w3c.dom.NodeList;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DOMAdapter.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DOMAdapter.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DOMAdapter.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DOMAdapter.java Thu Mar 23 20:12:49 2006
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.xslt;
+package org.apache.struts.action2.views.xslt;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DefaultAdapterNode.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DefaultAdapterNode.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DefaultAdapterNode.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DefaultAdapterNode.java Thu Mar 23 20:12:49 2006
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.xslt;
+package org.apache.struts.action2.views.xslt;
 
 import org.apache.commons.logging.LogFactory;
 import org.w3c.dom.*;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DefaultElementAdapter.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DefaultElementAdapter.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DefaultElementAdapter.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DefaultElementAdapter.java Thu Mar 23 20:12:49 2006
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.xslt;
+package org.apache.struts.action2.views.xslt;
 
 import org.w3c.dom.*;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DocumentAdapter.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DocumentAdapter.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DocumentAdapter.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/DocumentAdapter.java Thu Mar 23 20:12:49 2006
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.xslt;
+package org.apache.struts.action2.views.xslt;
 
 import org.w3c.dom.*;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/ServletURIResolver.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/ServletURIResolver.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/ServletURIResolver.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/ServletURIResolver.java Thu Mar 23 20:12:49 2006
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.xslt;
+package org.apache.struts.action2.views.xslt;
 
 import org.apache.commons.logging.Log;
 import org.apache.commons.logging.LogFactory;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/SimpleTextNode.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/SimpleTextNode.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/SimpleTextNode.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/SimpleTextNode.java Thu Mar 23 20:12:49 2006
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.xslt;
+package org.apache.struts.action2.views.xslt;
 
 import org.w3c.dom.DOMException;
 import org.w3c.dom.Node;

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/ToStringAdapter.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/ToStringAdapter.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/ToStringAdapter.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/ToStringAdapter.java Thu Mar 23 20:12:49 2006
@@ -2,7 +2,7 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.xslt;
+package org.apache.struts.action2.views.xslt;
 
 import org.w3c.dom.*;
 

Modified: incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/XSLTResult.java
URL: http://svn.apache.org/viewcvs/incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/XSLTResult.java?rev=388357&r1=388356&r2=388357&view=diff
==============================================================================
--- incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/XSLTResult.java (original)
+++ incubator/webwork2/src/java/org/apache/struts/action2/views/xslt/XSLTResult.java Thu Mar 23 20:12:49 2006
@@ -2,11 +2,11 @@
  * Copyright (c) 2002-2003 by OpenSymphony
  * All rights reserved.
  */
-package com.opensymphony.webwork.views.xslt;
+package org.apache.struts.action2.views.xslt;
 
-import com.opensymphony.webwork.ServletActionContext;
-import com.opensymphony.webwork.WebWorkConstants;
-import com.opensymphony.webwork.config.Configuration;
+import org.apache.struts.action2.ServletActionContext;
+import org.apache.struts.action2.WebWorkConstants;
+import org.apache.struts.action2.config.Configuration;
 import com.opensymphony.xwork.ActionContext;
 import com.opensymphony.xwork.ActionInvocation;
 import com.opensymphony.xwork.Result;



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