git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@115743 13f79535-47bb-0310-9956-ffa450edef68
51 lines
2.2 KiB
XML
51 lines
2.2 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<!--
|
|
/*
|
|
* Copyright 2001-2004 The Apache Software Foundation.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
* you may not use this file except in compliance with the License.
|
|
* You may obtain a copy of the License at
|
|
*
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*
|
|
* Unless required by applicable law or agreed to in writing, software
|
|
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
* See the License for the specific language governing permissions and
|
|
* limitations under the License.
|
|
*/
|
|
-->
|
|
|
|
<document>
|
|
<properties>
|
|
<title>NSIS plugin changes</title>
|
|
<author email="brett@apache.org">Brett Porter</author>
|
|
</properties>
|
|
<body>
|
|
|
|
<release version="1.2-SNAPSHOT" date="Unreleased">
|
|
<action dev="dion" type="fix" due-to="Geoffrey">Check maven.nsis.exe exists before using it.</action>
|
|
<action dev="dion" type="add" due-to="Geoffrey">Add faq</action>
|
|
<action dev="dion" type="update">Add back license to project.xml after the scm plugin removed it.</action>
|
|
</release>
|
|
|
|
<release version="1.1" date="2004-07-08">
|
|
<action dev="dion" type="fix" issue="MPNSIS-7" due-to="Geoffrey">Desktop shortcuts cause a compile error</action>
|
|
<action dev="dion" type="fix">Use pom.organization.name instead of pom.organization.</action>
|
|
<action dev="dion" type="update" issue="MPNSIS-6" due-to="Geoffrey">Add PROJECT_URL to constants.</action>
|
|
<action dev="dion" type="fix">Fix typo in registry uninstall key.</action>
|
|
<action dev="dion" type="fix" issue="MPNSIS-2" due-to="Geoffrey">Generate exe in distributions directory.</action>
|
|
<action dev="dion" type="update">Rename
|
|
<code>PROJECT_DIST_DIR</code>constant to
|
|
<code>PROJECT_DIST_BIN_DIR</code>, and define
|
|
<code>PROJECT_DIST_DIR</code>to be
|
|
<code>${maven.dist.dir></code>
|
|
</action>
|
|
<action dev="dion" type="update">Add docs on how the plugin process works</action>
|
|
<action dev="dion" type="update">Add some basic documentation</action>
|
|
</release>
|
|
</body>
|
|
</document>
|