lib/build/customizers/item.template in uppercutbuild-1.3.0.0 vs lib/build/customizers/item.template in uppercutbuild-1.4.0.0

- old
+ new

@@ -33,15 +33,16 @@ <property name="dirs.lib" value="${dirs.current}${path.separator}${path.to.toplevel}${path.separator}${folder.references}" overwrite="false" /> <target name="go" depends="run_tasks" /> <target name="run_tasks"> + <echo level="Warning" message="" /> <!-- INSERT YOUR TASKS HERE OR CALL OUT TO OTHER TASKS --> <!-- Sample provided below that you can customize --> </target> <!--<target name="documentation"> - <echo message="Packaging documentation files to ${dirs.drop}${path.separator}${folder.documentation}."/> + <echo level="Warning" message="Packaging documentation files to ${dirs.drop}${path.separator}${folder.documentation}."/> <copy todir="${dirs.drop}${path.separator}${folder.documentation}"> <fileset basedir="${dirs.build}${path.separator}${folder.documentation}"> <include name="**/*.*" /> </fileset> </copy> \ No newline at end of file