Revision: 2019
Author:
vdju...@gmail.com
Date: Tue Jul 23 00:51:50 2013
Log: patched programming demo module
http://code.google.com/p/openwonderland-modules/source/detail?r=2019
Modified:
/trunk/0.5/unstable/programming-demo/build.xml
=======================================
--- /trunk/0.5/unstable/programming-demo/build.xml Thu Mar 29 10:59:40 2012
+++ /trunk/0.5/unstable/programming-demo/build.xml Tue Jul 23 00:51:50 2013
@@ -17,7 +17,7 @@
<path
location="${modules.dir}/foundation/appbase/build/client/appbase-client.jar"/>
<path
location="${modules.dir}/foundation/appbase/build/client/appbase-client-cell.jar"/>
<path
location="${modules.dir}/foundation/sharedstate/build/client/sharedstate-client.jar"/>
- <path
location="${current.dir}/../tooltip-component/build/client/tooltip-component-client.jar"/>
+ <path
location="${current.dir}/../../stable/tooltip-component/build/client/tooltip-component-client.jar"/>
</pathconvert>
<pathconvert property="module-common.classpath">
@@ -28,7 +28,7 @@
<pathconvert property="module-server.classpath">
<path
location="${modules.dir}/foundation/appbase/build/server/appbase-server.jar"/>
<path
location="${modules.dir}/foundation/sharedstate/build/server/sharedstate-server.jar"/>
- <path
location="${current.dir}/../tooltip-component/build/server/tooltip-component-server.jar"/>
+ <path
location="${current.dir}/../../stable/tooltip-component/build/server/tooltip-component-server.jar"/>
</pathconvert>
<target name="build" depends="-module-init, -module-compile-common,