You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pivot.apache.org by tv...@apache.org on 2009/09/11 13:20:25 UTC

svn commit: r813778 - /incubator/pivot/trunk/demos/www/large_data.template.html

Author: tvolkert
Date: Fri Sep 11 11:20:24 2009
New Revision: 813778

URL: http://svn.apache.org/viewvc?rev=813778&view=rev
Log:
Fixed wrong path ref in large data set demo html template

Modified:
    incubator/pivot/trunk/demos/www/large_data.template.html

Modified: incubator/pivot/trunk/demos/www/large_data.template.html
URL: http://svn.apache.org/viewvc/incubator/pivot/trunk/demos/www/large_data.template.html?rev=813778&r1=813777&r2=813778&view=diff
==============================================================================
--- incubator/pivot/trunk/demos/www/large_data.template.html (original)
+++ incubator/pivot/trunk/demos/www/large_data.template.html Fri Sep 11 11:20:24 2009
@@ -41,7 +41,7 @@
     height:480
 };
 var parameters = {application_class_name:"org.apache.pivot.demos.million.LargeData",
-    startup_properties:"basePath=pivot_demos/assets",
+    startup_properties:"basePath=pivot-demos/assets",
     codebase_lookup:false,
     java_arguments:"-Xms512M"
 };