dion 2004/07/07 18:50:30
Modified: nsis project.xml
nsis/xdocs changes.xml
Log:
Add back license to project.xml after the scm plugin removed it.
Revision Changes Path
1.11 +18 -2 maven-plugins/nsis/project.xml
Index: project.xml
===================================================================
RCS file: /home/cvs/maven-plugins/nsis/project.xml,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- project.xml 8 Jul 2004 01:13:33 -0000 1.10
+++ project.xml 8 Jul 2004 01:50:30 -0000 1.11
@@ -1,12 +1,28 @@
<?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.
+ */
+ -->
<project>
<extend>../plugin-parent/project.xml</extend>
<pomVersion>3</pomVersion>
<name>Maven NSIS Plug-in</name>
<groupId>maven-nsis-plugin</groupId>
<artifactId>maven-nsis-plugin</artifactId>
- <currentVersion>1.1</currentVersion>
+ <currentVersion>1.2-SNAPSHOT</currentVersion>
<organization/>
<description>A plugin to generate Win32 installer programs using
NSIS</description>
<shortDescription>NSIS Plugin for Maven</shortDescription>
1.10 +7 -0 maven-plugins/nsis/xdocs/changes.xml
Index: changes.xml
===================================================================
RCS file: /home/cvs/maven-plugins/nsis/xdocs/changes.xml,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- changes.xml 8 Jul 2004 01:00:00 -0000 1.9
+++ changes.xml 8 Jul 2004 01:50:30 -0000 1.10
@@ -24,6 +24,13 @@
<author email="[EMAIL PROTECTED]">Brett Porter</author>
</properties>
<body>
+
+ <release version="1.2-SNAPSHOT" date="Unreleased">
+ <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>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]