You are viewing a plain text version of this content. The canonical link for it is here.
Posted to xap-commits@incubator.apache.org by jm...@apache.org on 2007/05/09 23:27:06 UTC

svn commit: r536715 - in /incubator/xap/trunk: samples/WebContent/XapConfig.js unittests/testsrc/XapConfig-Min.js

Author: jmargaris
Date: Wed May  9 16:27:05 2007
New Revision: 536715

URL: http://svn.apache.org/viewvc?view=rev&rev=536715
Log:
https://issues.apache.org/jira/browse/XAP-425

Modified:
    incubator/xap/trunk/samples/WebContent/XapConfig.js
    incubator/xap/trunk/unittests/testsrc/XapConfig-Min.js

Modified: incubator/xap/trunk/samples/WebContent/XapConfig.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/samples/WebContent/XapConfig.js?view=diff&rev=536715&r1=536714&r2=536715
==============================================================================
--- incubator/xap/trunk/samples/WebContent/XapConfig.js (original)
+++ incubator/xap/trunk/samples/WebContent/XapConfig.js Wed May  9 16:27:05 2007
@@ -91,7 +91,7 @@
      * Accepted Values: can be null, undefined, or any Array of class names.
 	 */
     pluginFiles: [
-        "src/xap/taghandling/plugin.xml"
+        "src/plugin.xml"
         ],
 	/**
 	 * This is the default id of the html element that will host the Xap application.

Modified: incubator/xap/trunk/unittests/testsrc/XapConfig-Min.js
URL: http://svn.apache.org/viewvc/incubator/xap/trunk/unittests/testsrc/XapConfig-Min.js?view=diff&rev=536715&r1=536714&r2=536715
==============================================================================
--- incubator/xap/trunk/unittests/testsrc/XapConfig-Min.js (original)
+++ incubator/xap/trunk/unittests/testsrc/XapConfig-Min.js Wed May  9 16:27:05 2007
@@ -75,7 +75,7 @@
      * Accepted Values: can be null, undefined, or any Array of class names.
 	 */
     pluginFiles: [
-        "src/xap/taghandling/plugin.xml"
+        "src/plugin.xml"
         //"src/xap/datarequest/plugin.xml"
         ],
 	/**