From: Geoffrey De S. <ge0...@us...> - 2005-05-08 19:27:53
|
ge0ffrey 05/05/08 12:27:16 Modified: izpack/xdocs goals.xml izpack plugin.jelly plugin.properties project.xml Log: cleaning up project.xml and goal descriptions and comments Revision Changes Path 1.3 +3 -5 maven-plugins/izpack/xdocs/goals.xml Index: goals.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/izpack/xdocs/goals.xml,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- goals.xml 7 May 2005 18:02:23 -0000 1.2 +++ goals.xml 8 May 2005 19:27:15 -0000 1.3 @@ -31,21 +31,19 @@ <goal> <name>izpack:configure</name> <description> - Create the IzPack configuration file + Create or copy the IzPack configuration file. </description> </goal> <goal> <name>izpack:jar-installer</name> <description> - Generate a IzPack platform independ installer jar. - By default it will package the files generated by the maven distribution plugin. + Generate a IzPack platform independ installer jar. By default it will package the files generated by the maven distribution plugin. </description> </goal> <goal> <name>izpack:win-installer</name> <description> - Generate a IzPack windows installer exe. It can optionally bundle a JRE. - Requires an installation of the IzPack native launcher and the 7-Zip tool. + Generate a IzPack windows installer exe. It can optionally bundle a JRE. Requires an installation of the IzPack native launcher and the 7-Zip tool. </description> </goal> </goals> 1.2 +4 -4 maven-plugins/izpack/plugin.jelly Index: plugin.jelly =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/izpack/plugin.jelly,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plugin.jelly 6 May 2005 23:34:42 -0000 1.1 +++ plugin.jelly 8 May 2005 19:27:16 -0000 1.2 @@ -38,7 +38,7 @@ <goal name="izpack:configure" prereqs="izpack:init" - description="Create or copy the IzPack configuration file"> + description="Create or copy the IzPack configuration file."> <j:choose> <j:when test="${maven.izpack.use.template}"> <maven:get var="maven.license.licenseFile" plugin="maven-license-plugin" @@ -80,7 +80,7 @@ <goal name="izpack:jar-installer" prereqs="izpack:init, izpack:configure" - description="Generate a IzPack platform independ installer jar"> + description="Generate a IzPack platform independ installer jar. By default it will package the files generated by the maven distribution plugin."> <ant:taskdef name="izpackTask" classpath="${plugin.getDependencyPath('izpack:izpack-standalone-compiler')}" @@ -94,7 +94,7 @@ <!-- TODO the native launcher should be in the maven repo somehow --> <goal name="izpack:launcher" prereqs="izpack:init, izpack:configure, izpack:jar-installer" - description="Generate a IzPack native launcher"> + description="Generate a IzPack native launcher exe. It can optionally bundle a JRE. Requires an installation of the IzPack native launcher."> <ant:mkdir dir="${maven.izpack.build.launcher.dir}"/> <util:file var="launcherDistDir" name="${maven.izpack.launcher.install.dir}/dist" /> @@ -128,7 +128,7 @@ <!-- todo the 7-zip tool should not be called natively --> <goal name="izpack:win-installer" prereqs="izpack:init, izpack:configure, izpack:jar-installer, izpack:launcher" - description="Generate a IzPack Windows installer exe"> + description="Generate a IzPack windows installer exe. It can optionally bundle a JRE. Requires an installation of the IzPack native launcher and the 7-Zip tool."> <ant:mkdir dir="${maven.izpack.build.installer.win.dir}"/> <util:file var="sevenzipFile" name="${maven.izpack.sevenzip.install.dir}/7zS.sfx" /> 1.2 +2 -2 maven-plugins/izpack/plugin.properties Index: plugin.properties =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/izpack/plugin.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- plugin.properties 6 May 2005 23:34:42 -0000 1.1 +++ plugin.properties 8 May 2005 19:27:16 -0000 1.2 @@ -42,7 +42,7 @@ maven.izpack.use.template = true -# if use.template is false +# Static config file (if use.template is false) maven.izpack.config.file = ${maven.izpack.src.dir}/jarInstallerConfig.xml # Template properties (if use.template is true) @@ -82,7 +82,7 @@ maven.izpack.installer.win.bundle.jre = false maven.izpack.installer.win.bundle.jre.dir = -maven.izpack.installer.win.bundle.jre.filename = +maven.izpack.installer.win.bundle.jre.filename = maven.izpack.installer.win.config.template.file = ${plugin.resources}/win-installer/zip-config.jsl 1.2 +0 -10 maven-plugins/izpack/project.xml Index: project.xml =================================================================== RCS file: /cvsroot/maven-plugins/maven-plugins/izpack/project.xml,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- project.xml 6 May 2005 23:34:42 -0000 1.1 +++ project.xml 8 May 2005 19:27:16 -0000 1.2 @@ -32,21 +32,11 @@ <shortDescription>IzPack Plugin for Maven</shortDescription> <url>http://maven.apache.org/reference/plugins/izpack/</url> <issueTrackingUrl>http://jira.codehaus.org/browse/MPIZPACK</issueTrackingUrl> - <siteDirectory>/www/maven.apache.org/reference/plugins/izpack/</siteDirectory> <repository> <connection>scm:svn:http://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/izpack/</connection> <developerConnection>scm:svn:https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk/izpack/</developerConnection> <url>http://svn.apache.org/viewcvs.cgi/maven/maven-1/plugins/trunk/izpack/</url> </repository> - <versions> -<!-- <version>--> -<!-- <id>0.1</id>--> -<!-- <name>0.1</name>--> -<!-- <tag>MAVEN_IZPACK_0_1</tag>--> -<!-- </version>--> - </versions> - <branches/> - <mailingLists/> <developers> <developer> <name>Geoffrey De Smet</name> |