CleanCode v1.2.07 AntDoc

Press that icon in order to update AntDoc GUI

sourceforgeBuild
Target powershell.zip

powershell.zip

  |
  +--powershell.doc.zip
    |
    +--powershell.doc
      |
      +--powershell.keywords
      |
      +--powershell.checkLicense
      |
      +--init
    |
    +--init
  |
  +--init

build zip file for PowerShell


Detail:
<target
	depends="init, powershell.doc.zip"
	description="build zip file for PowerShell"
	name="powershell.zip"
>
	<zip
		basedir="${powershell}"
		destfile="${dist}/cleancode-powershell-${version.dir}.zip"
		excludes="**/*.bak"
	>
		<include name="CleanCode/**/*.ps1"/>

		<include name="CleanCode/**/*.psm1"/>

		<include name="CleanCode/**/*.psd1"/>

		<include name="CleanCode/**/*.html"/>

		<include name="cleancode-api-powershell.zip"/>
	</zip>
</target>


Edouard Mercier 2003.10.01 21:48:07 - AntDoc V0.8g - XSL Transformer Factory: org.apache.xalan.processor.TransformerFactoryImpl