Author: psharples
Date: Thu Feb 2 11:30:59 2012
New Revision: 1239552
URL: http://svn.apache.org/viewvc?rev=1239552&view=rev
Log:
The original path to the root folder was incorrect. <property
name="wookie.root.dir" location="../../wookie"/>. Now the path is relative.
Modified:
incubator/wookie/trunk/widgets/build_template.xml
Modified: incubator/wookie/trunk/widgets/build_template.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/widgets/build_template.xml?rev=1239552&r1=1239551&r2=1239552&view=diff
==============================================================================
--- incubator/wookie/trunk/widgets/build_template.xml (original)
+++ incubator/wookie/trunk/widgets/build_template.xml Thu Feb 2 11:30:59 2012
@@ -27,7 +27,7 @@ http://incubator.apache.org/wookie/docs/
-->
<project default="build-widget" basedir="."
name="Wookie_scratchpad_widgets_build_file">
- <property name="wookie.root.dir" location="../../wookie"/>
+ <property name="wookie.root.dir" location="../"/>
<property name="project.build.dir" location="${wookie.root.dir}/build"/>
<property name="widget.template.dir"
value="${wookie.root.dir}/widgets/widget-template"/>