[seam-commits] Seam SVN: r11820 - in modules/remoting/trunk: src/main/resources/org/jboss/seam/remoting and 1 other directory.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Fri Dec 11 18:16:07 EST 2009
Author: shane.bryzak at jboss.com
Date: 2009-12-11 18:16:07 -0500 (Fri, 11 Dec 2009)
New Revision: 11820
Modified:
modules/remoting/trunk/pom.xml
modules/remoting/trunk/src/main/resources/org/jboss/seam/remoting/remote.js
Log:
removed dependency on seam-parent
Modified: modules/remoting/trunk/pom.xml
===================================================================
--- modules/remoting/trunk/pom.xml 2009-12-11 23:15:37 UTC (rev 11819)
+++ modules/remoting/trunk/pom.xml 2009-12-11 23:16:07 UTC (rev 11820)
@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<parent>
- <artifactId>seam-parent</artifactId>
+ <artifactId>seam-version-matrix</artifactId>
<groupId>org.jboss.seam</groupId>
<version>3.0.0-SNAPSHOT</version>
</parent>
Modified: modules/remoting/trunk/src/main/resources/org/jboss/seam/remoting/remote.js
===================================================================
--- modules/remoting/trunk/src/main/resources/org/jboss/seam/remoting/remote.js 2009-12-11 23:15:37 UTC (rev 11819)
+++ modules/remoting/trunk/src/main/resources/org/jboss/seam/remoting/remote.js 2009-12-11 23:16:07 UTC (rev 11820)
@@ -649,6 +649,7 @@
this.expressions = new Array();
this.beans = new Array();
this.values = new Array();
+ this.originalValues = new Array();
this.callback = null;
Seam.Model.prototype.addExpression = function(alias, expr) {
More information about the seam-commits
mailing list