Revision: 5181
http://svn.sourceforge.net/qooxdoo/?rev=5181&view=rev
Author: wpbasti
Date: 2006-12-11 00:44:38 -0800 (Mon, 11 Dec 2006)
Log Message:
-----------
Renamed at-a-glance to showcase (step2)
Modified Paths:
--------------
trunk/qooxdoo/frontend/demo/showcase/Makefile
Added Paths:
-----------
trunk/qooxdoo/frontend/demo/showcase/source/class/showcase/
Removed Paths:
-------------
trunk/qooxdoo/frontend/demo/showcase/source/class/glance/
Modified: trunk/qooxdoo/frontend/demo/showcase/Makefile
===================================================================
--- trunk/qooxdoo/frontend/demo/showcase/Makefile 2006-12-11 08:43:26 UTC (rev 5180)
+++ trunk/qooxdoo/frontend/demo/showcase/Makefile 2006-12-11 08:44:38 UTC (rev 5181)
@@ -3,8 +3,8 @@
###################################################################################
QOOXDOO = ../../..
-SCRIPTNAME = glance.js
-APPCLASS = glance.Application
+SCRIPTNAME = showcase.js
+APPCLASS = showcase.Application
INCLUDEALL = false
OPTIMIZESTRINGS = true
OPTIMIZEVARIABLES = true
@@ -221,7 +221,7 @@
@echo " SYNC FILES TO HOMEPAGE"
@echo "----------------------------------------------------------------------------"
@echo " * Syncing..."
- @nice -n $(NICE) rsync $(SYNCOPT) build/* root@...
+ @nice -n $(NICE) rsync $(SYNCOPT) build/* root@...
@@ -233,10 +233,10 @@
info-build:
@echo "****************************************************************************"
- @echo " GENERATING AT-A-GLANCE BUILD"
+ @echo " GENERATING SHOWCASE BUILD"
@echo "****************************************************************************"
info-source:
@echo "****************************************************************************"
- @echo " GENERATING AT-A-GLANCE SOURCE"
+ @echo " GENERATING SHOWCASE SOURCE"
@echo "****************************************************************************"
Copied: trunk/qooxdoo/frontend/demo/showcase/source/class/showcase (from rev 5180, trunk/qooxdoo/frontend/demo/showcase/source/class/glance)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|