[maemo-commits] [maemo-commits] r17071 - in projects/haf/trunk/sapwood: . demos
From: subversion at stage.maemo.org subversion at stage.maemo.orgDate: Fri Jan 9 15:46:03 EET 2009
- Previous message: [maemo-commits] r17070 - in projects/haf/trunk/sapwood: . server
- Next message: [maemo-commits] r17072 - in projects/haf/trunk/sapwood: . tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Author: herzi Date: 2009-01-09 15:46:01 +0200 (Fri, 09 Jan 2009) New Revision: 17071 Modified: projects/haf/trunk/sapwood/ChangeLog projects/haf/trunk/sapwood/demos/run-demo Log: 2009-01-08 Sven Herzberg <sven at imendio.com> Updated to the refactored paths. * demos/run-demo: replaced src by engine, as this is where the engine is built now Modified: projects/haf/trunk/sapwood/ChangeLog =================================================================== --- projects/haf/trunk/sapwood/ChangeLog 2009-01-09 13:45:56 UTC (rev 17070) +++ projects/haf/trunk/sapwood/ChangeLog 2009-01-09 13:46:01 UTC (rev 17071) @@ -1,3 +1,10 @@ +2009-01-08 Sven Herzberg <sven at imendio.com> + + Updated to the refactored paths. + + * demos/run-demo: replaced src by engine, as this is where the engine + is built now + 2008-09-08 Sven Herzberg <sven at imendio.com> Created cache_node_ref() Modified: projects/haf/trunk/sapwood/demos/run-demo =================================================================== --- projects/haf/trunk/sapwood/demos/run-demo 2009-01-09 13:45:56 UTC (rev 17070) +++ projects/haf/trunk/sapwood/demos/run-demo 2009-01-09 13:46:01 UTC (rev 17071) @@ -2,6 +2,6 @@ # Set up the environment so that we can run the demos without having to install # the theme engine first. (sapwood-server needs to be already running, though) if test ! -L engines; then - ln -s ../src/.libs engines + ln -s ../engine/.libs engines fi PATH=".:$PATH" GTK_PATH="$PWD" exec "$@"
- Previous message: [maemo-commits] r17070 - in projects/haf/trunk/sapwood: . server
- Next message: [maemo-commits] r17072 - in projects/haf/trunk/sapwood: . tests
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]