Revision: 2144
http://vexi.svn.sourceforge.net/vexi/?rev=2144&view=rev
Author: clrg
Date: 2007-09-06 15:55:20 -0700 (Thu, 06 Sep 2007)
Log Message:
-----------
Make demo consistent with other vexi subproject layout
Added Paths:
-----------
trunk/widgets/org.vexi.demo/src/main.t
Removed Paths:
-------------
trunk/widgets/org.vexi.demo/main.t
Deleted: trunk/widgets/org.vexi.demo/main.t
===================================================================
--- trunk/widgets/org.vexi.demo/main.t 2007-09-06 22:50:50 UTC (rev 2143)
+++ trunk/widgets/org.vexi.demo/main.t 2007-09-06 22:55:20 UTC (rev 2144)
@@ -1,28 +0,0 @@
-<!-- Copyright 2007 - see COPYING for details [LGPL] -->
-
-<vexi>
- <org.vexi.demo.main />
-/*
- vexi.log.info("Starting widget test suite...");
-
- // clone the vexi resource to create our environment
- var vexi_world = vexi.clone(vexi);
- vexi.log.info("Successfully cloned environment");
-
- // clone the vexi namespace within our environent
- var vexi_res = vexi.clone(vexi..vexi);
- vexi.log.info("Succesfully did resource clone");
-
- // trap the theme namespace to return the desired theme
- vexi_res.theme ++= function() { return vexi..org.vexi.theme.win2k; }
- vexi.log.info("Successfully themed environment");
-
- // trap the vexi namespace to return our themed namespace
- vexi_world..vexi ++= function() { return vexi_res; }
- vexi.log.info("Successfully themed resource environment");
-
- // instantiate our application in the themed environment
- vexi_world..org.vexi.test.alpha(vexi.box);
- vexi.log.info("Successfully initiated test suite");
-*/
-</vexi>
Copied: trunk/widgets/org.vexi.demo/src/main.t (from rev 2143,
trunk/widgets/org.vexi.demo/main.t)
===================================================================
--- trunk/widgets/org.vexi.demo/src/main.t (rev 0)
+++ trunk/widgets/org.vexi.demo/src/main.t 2007-09-06 22:55:20 UTC (rev
2144)
@@ -0,0 +1,28 @@
+<!-- Copyright 2007 - see COPYING for details [LGPL] -->
+
+<vexi>
+ <org.vexi.demo.main />
+/*
+ vexi.log.info("Starting widget test suite...");
+
+ // clone the vexi resource to create our environment
+ var vexi_world = vexi.clone(vexi);
+ vexi.log.info("Successfully cloned environment");
+
+ // clone the vexi namespace within our environent
+ var vexi_res = vexi.clone(vexi..vexi);
+ vexi.log.info("Succesfully did resource clone");
+
+ // trap the theme namespace to return the desired theme
+ vexi_res.theme ++= function() { return vexi..org.vexi.theme.win2k; }
+ vexi.log.info("Successfully themed environment");
+
+ // trap the vexi namespace to return our themed namespace
+ vexi_world..vexi ++= function() { return vexi_res; }
+ vexi.log.info("Successfully themed resource environment");
+
+ // instantiate our application in the themed environment
+ vexi_world..org.vexi.test.alpha(vexi.box);
+ vexi.log.info("Successfully initiated test suite");
+*/
+</vexi>
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems? Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Vexi-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/vexi-svn