Author: rgardler
Date: Sun Mar 27 22:12:04 2011
New Revision: 1086059
URL: http://svn.apache.org/viewvc?rev=1086059&view=rev
Log:
All widgets to be seeded from the root directory
Modified:
incubator/wookie/trunk/build.xml
Modified: incubator/wookie/trunk/build.xml
URL:
http://svn.apache.org/viewvc/incubator/wookie/trunk/build.xml?rev=1086059&r1=1086058&r2=1086059&view=diff
==============================================================================
--- incubator/wookie/trunk/build.xml (original)
+++ incubator/wookie/trunk/build.xml Sun Mar 27 22:12:04 2011
@@ -188,6 +188,10 @@
addproperty="widget.shortname"/>
<ant antfile="${wookie.widgets.dir}/${widget.shortname}/build.xml"
target="deploy-widget"/>
</target>
+
+ <target name="seed-widget" description="Create a new widget from a supplied
template">
+ <ant antfile="${wookie.widgets.dir}/build.xml" target="seed-widget"/>
+ </target>
<target name="build-widget">
<property name="deployToDev" value="true"/>