Skip to content

Commit

Permalink
CCTrayDownload package
Browse files Browse the repository at this point in the history
  • Loading branch information
RubenWillems committed May 28, 2012
1 parent deb66c7 commit 7dd2734
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
12 changes: 11 additions & 1 deletion Tools/ccnet-packaging-webdashboard-packages.inc.build
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
</target>

<target name="farm.level.packages" description="Generate the farm level packages"
depends="build.admin.package">
depends="build.admin.package,build.CCTrayDownload.package">
</target>

<target name="build.admin.package" description="Generates the web dashboard admin package">
Expand All @@ -29,6 +29,16 @@
</zip>
</target>

<target name="build.CCTrayDownload.package" description="Generates the CCTray client download package">
<mkdir dir="${build.dir}/WebDashboard/packages/" verbose="${nant.verbosity}"/>
<zip zipfile="${build.dir}/WebDashboard/packages/CCTrayDownload.zip">
<fileset basedir="${src.dir}/WebDashboard/packages/CCTrayDownload">
<include name="*.*"/>
</fileset>
</zip>
</target>


<target name="server.level.packages" description="Generate the server level packages"
depends="build.queueStatus.package,build.serverLog.package,build.serverInfo.package,build.serverConfig.package,build.securityConfig.package,build.userList.package">
</target>
Expand Down
11 changes: 11 additions & 0 deletions project/WebDashboard/packages/CCTrayDownload/Manifest.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<package>
<name>CCTray Download</name>
<description>Download the CCtray client</description>
<type>Plugin</type>
<configuration>
<setting>
<path>/dashboard/plugins/farmPlugins</path>
<name>cctrayDownloadPlugin</name>
</setting>
</configuration>
</package>
1 change: 1 addition & 0 deletions project/WebDashboard/packages/packages.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@
<package name="Emma Cover Results" description="Display the results of an Emma cover report." type="Plugin" file="EmmaCover.zip" installed="no" group="Build" />
<package name="MBUnit Results" description="Display the results of a MBUnit run." type="Plugin" file="MBUnit.zip" installed="no" group="Build" />
<package name="MSTest2010 Results" description="Display the results of a MSTest 2010 report. (mstest en coverage)" type="Plugin" file="MSTest2010.zip" installed="no" group="Build"/>
<package name="CCTray Download" description="Download the CCTray client" type="Plugin" file="CCTrayDownload.zip" installed="yes" group="Dashboard"/>

</packages>

0 comments on commit 7dd2734

Please sign in to comment.