Changeset 1457
- Timestamp:
- 02/17/10 05:23:50 (5 months ago)
- Files:
-
- 1 modified
-
etch/proj.widget.hatenatrends/trunk/build.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
etch/proj.widget.hatenatrends/trunk/build.xml
r969 r1457 12 12 <property name="tmp" value="tmp"/> 13 13 <property name="res" value="res"/> 14 15 14 <property name="sidbar_my_widgets" value="C:\Users\makoto_kw\AppData\Local\Microsoft\Windows Sidebar\Gadgets"/> 16 15 <property name="applicast_my_widgets" value="C:\Users\makoto_kw\Documents\My AppliCast"/> … … 38 37 39 38 <copy todir="${contents}"> 40 <fileset dir="${src}/${long}"/>39 <fileset dir="${src}/${long}" includes="*.kon,*.xml"/> 41 40 </copy> 42 41 … … 48 47 <fileset dir="${src}/bullseye"/> 49 48 <fileset dir="${src}/common" includes="*.js"/> 49 <fileset dir="${src}/${long}" includes="*.js"/> 50 50 </copy> 51 51 … … 94 94 </copy> 95 95 96 <copy todir="${ applicast_my_widgets}/${projectname}">96 <copy todir="${etch.applicast_my_widgets}/${projectname}"> 97 97 <fileset dir="${tmp}/${long}/${projectname}"/> 98 98 </copy> … … 134 134 </copy> 135 135 136 <copy todir="${etch.sidebar_my_widgets}/${projectname}.gadget"> 137 <fileset dir="${tmp}/${long}/${projectname}"/> 138 </copy> 139 136 140 <mkdir dir="${bin}"/> 137 141 <zip destfile="${bin}/${projectname}_${short}_${version}.gadget">
