From 43d4ffc276b45ff4037e8a006b3a9c64624178a3 Mon Sep 17 00:00:00 2001 From: dion Date: Tue, 14 Oct 2003 15:23:21 +0000 Subject: [PATCH] Auto genned docs git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@114208 13f79535-47bb-0310-9956-ffa450edef68 --- nsis/xdocs/goals.xml | 27 +++++++++++++ nsis/xdocs/navigation.xml | 17 ++++++++ nsis/xdocs/properties.xml | 84 +++++++++++++++++++++++++++++++++++++++ 3 files changed, 128 insertions(+) create mode 100644 nsis/xdocs/goals.xml create mode 100644 nsis/xdocs/navigation.xml create mode 100644 nsis/xdocs/properties.xml diff --git a/nsis/xdocs/goals.xml b/nsis/xdocs/goals.xml new file mode 100644 index 00000000..9d188a80 --- /dev/null +++ b/nsis/xdocs/goals.xml @@ -0,0 +1,27 @@ + + + + + Maven NSIS Plug-in Goals + + + + + nsis + Generate NSIS Installer .exe + + + nsis:generate-project + Generate NSIS project.nsh file + + + nsis:generate-setup + Generate NSIS .nsi file + + + nsis:installer + Generate NSIS .exe file + + + + \ No newline at end of file diff --git a/nsis/xdocs/navigation.xml b/nsis/xdocs/navigation.xml new file mode 100644 index 00000000..0133ab81 --- /dev/null +++ b/nsis/xdocs/navigation.xml @@ -0,0 +1,17 @@ + + + + Maven NSIS Plug-in + + + + + + + + + + + + + \ No newline at end of file diff --git a/nsis/xdocs/properties.xml b/nsis/xdocs/properties.xml new file mode 100644 index 00000000..43a1cb5c --- /dev/null +++ b/nsis/xdocs/properties.xml @@ -0,0 +1,84 @@ + + + + + Maven NSIS Plug-in Properties + + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
PropertyOptional?Description
maven.nsis.logoYes +

Default value is + + .

+
maven.nsis.license.textYes +

Default value is + This program is Licensed under The Apache Software License, Version 1.1..

+
maven.nsis.setup.templateYes +

Default value is + ${plugin.resources}/templates/setup.jelly.

+
maven.nsis.logo.positionYes +

Default value is + left.

+
maven.nsis.exeYes +

Default value is + C:/Program Files/NSIS/makensis.exe.

+
maven.nsis.logo.widthHeightYes +

Default value is + + .

+
maven.nsis.srcYes +

Default value is + ${basedir}/src/nsis.

+
maven.nsis.project.templateYes +

Default value is + ${plugin.resources}/templates/project.jelly.

+
+
+ +
\ No newline at end of file