You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.7 KiB
XML
56 lines
1.7 KiB
XML
<clips name="NAnt"><clip name="Project" shortcut=""><?xml version="1.0"?>
|
|
<project name="myproject" default="build" basedir=".">
|
|
<target name="build">
|
|
|
|
|
</target>
|
|
</project>
|
|
|
|
</clip><clip name="Target" shortcut=""><target name="|">
|
|
|
|
</target>
|
|
</clip><clip name="Call" shortcut="">
|
|
<call target="|"/>
|
|
</clip><clip name="Echo" shortcut="">
|
|
<echo message="|"/>
|
|
</clip><clip name="If" shortcut="">
|
|
<if test="|">
|
|
|
|
</if>
|
|
</clip><clip name="If Not" shortcut=""><ifnot test="|">
|
|
|
|
</ifnot>
|
|
</clip><clip name="Property" shortcut="">
|
|
<property name="|" value="" />
|
|
</clip><clip name="Execute" shortcut="">
|
|
<exec program="|" workingdir="" commandline='' />
|
|
</clip><clip name="Copy" shortcut="">
|
|
<copy file="|" tofile="" />
|
|
</clip><clip name="Delete" shortcut="">
|
|
<delete file="|" failonerror="false" />
|
|
</clip><clip name="Move" shortcut="">
|
|
<move file="|" tofile="" />
|
|
</clip><clip name="Make Directory" shortcut="">
|
|
<mkdir dir="|"/>
|
|
</clip><clip name="Set Copy" shortcut=""><copy todir="|">
|
|
<fileset basedir=".">
|
|
<include name="*.*"/>
|
|
</fileset>
|
|
</copy>
|
|
</clip><clip name="Set Delete" shortcut=""><delete>
|
|
<fileset>
|
|
<include name="|"/>
|
|
</fileset>
|
|
</delete>
|
|
</clip><clip name="Set Move" shortcut=""><move todir="|">
|
|
<fileset basedir=".">
|
|
<include name="*.*"/>
|
|
</fileset>
|
|
</move>
|
|
</clip><clip name="Set Zip" shortcut=""><zip zipfile="|">
|
|
<fileset basedir=".">
|
|
<include name="**/*"/>
|
|
</fileset>
|
|
</zip>
|
|
</clip><clip name="Property Exists" shortcut="">
|
|
property::exists('|')
|
|
</clip></clips> |