Author: tschneider
Date: Fri Nov 9 20:58:44 2007
New Revision: 593735
URL: http://svn.apache.org/viewvc?rev=593735&view=rev
Log:
minor tweaks after the refactor
Modified:
struts/sandbox/trunk/struts2-uel-plugin/pom.xml
struts/sandbox/trunk/struts2-uel-plugin/src/main/java/org/apache/struts2/uelplugin/UelValueStackFactory.java
struts/sandbox/trunk/struts2-uel-plugin/src/main/resources/struts-plugin.xml
Modified: struts/sandbox/trunk/struts2-uel-plugin/pom.xml
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-uel-plugin/pom.xml?rev=593735&r1=593734&r2=593735&view=diff
==============================================================================
--- struts/sandbox/trunk/struts2-uel-plugin/pom.xml (original)
+++ struts/sandbox/trunk/struts2-uel-plugin/pom.xml Fri Nov 9 20:58:44 2007
@@ -2,7 +2,7 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
- <groupId>org.apache.struts2juel</groupId>
+ <groupId>org.apache.struts2.uelplugin</groupId>
<artifactId>struts2-uel-plugin</artifactId>
<packaging>jar</packaging>
<name>Struts 2 Unified EL Plugin</name>
Modified:
struts/sandbox/trunk/struts2-uel-plugin/src/main/java/org/apache/struts2/uelplugin/UelValueStackFactory.java
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-uel-plugin/src/main/java/org/apache/struts2/uelplugin/UelValueStackFactory.java?rev=593735&r1=593734&r2=593735&view=diff
==============================================================================
---
struts/sandbox/trunk/struts2-uel-plugin/src/main/java/org/apache/struts2/uelplugin/UelValueStackFactory.java
(original)
+++
struts/sandbox/trunk/struts2-uel-plugin/src/main/java/org/apache/struts2/uelplugin/UelValueStackFactory.java
Fri Nov 9 20:58:44 2007
@@ -8,7 +8,7 @@
import com.opensymphony.xwork2.util.ValueStackFactory;
/**
- * Creates JuelValueStacks.
+ * Creates UelValueStacks.
*/
public class UelValueStackFactory implements ValueStackFactory {
private ExpressionFactory factory;
Modified:
struts/sandbox/trunk/struts2-uel-plugin/src/main/resources/struts-plugin.xml
URL:
http://svn.apache.org/viewvc/struts/sandbox/trunk/struts2-uel-plugin/src/main/resources/struts-plugin.xml?rev=593735&r1=593734&r2=593735&view=diff
==============================================================================
---
struts/sandbox/trunk/struts2-uel-plugin/src/main/resources/struts-plugin.xml
(original)
+++
struts/sandbox/trunk/struts2-uel-plugin/src/main/resources/struts-plugin.xml
Fri Nov 9 20:58:44 2007
@@ -5,9 +5,9 @@
"http://struts.apache.org/dtds/struts-2.0.dtd">
<struts>
- <bean type="com.opensymphony.xwork2.util.ValueStackFactory" name="uel"
class=" org.apache.struts2.uelplugin.UelValueStackFactory" />
+ <bean type="com.opensymphony.xwork2.util.ValueStackFactory" name="uel"
class="org.apache.struts2.uelplugin.UelValueStackFactory" />
<bean type="com.opensymphony.xwork2.util.reflection.ReflectionProvider"
name="uel" class="org.apache.struts2.uelplugin.UelReflectionProvider" />
- <bean
type="com.opensymphony.xwork2.util.reflection.ReflectionContextFactory"
name="uel" class=" org.apache.struts2.uelplugin.UelReflectionContextFactory" />
+ <bean
type="com.opensymphony.xwork2.util.reflection.ReflectionContextFactory"
name="uel" class="org.apache.struts2.uelplugin.UelReflectionContextFactory" />
<constant name="struts.valueStackFactory" value="uel" />
<constant name="struts.reflectionProvider" value="uel" />