You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2008/07/12 17:32:56 UTC

svn commit: r676189 - in /commons/proper/commons-build-plugin/trunk: RELEASE-NOTES.txt src/assembly/bin.xml src/assembly/src.xml

Author: niallp
Date: Sat Jul 12 08:32:56 2008
New Revision: 676189

URL: http://svn.apache.org/viewvc?rev=676189&view=rev
Log:
Add release notes

Added:
    commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt   (with props)
Modified:
    commons/proper/commons-build-plugin/trunk/src/assembly/bin.xml
    commons/proper/commons-build-plugin/trunk/src/assembly/src.xml

Added: commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt?rev=676189&view=auto
==============================================================================
--- commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt (added)
+++ commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt Sat Jul 12 08:32:56 2008
@@ -0,0 +1,29 @@
+$Id$
+
+			 Commons Build Plugin
+			   Release Notes
+
+
+INTRODUCTION:
+
+Commons Build Plugin is a Maven 2.x Ant Plugin which is used by Apache Commons builds.
+See:
+   http://commons.apache.org/commons-build-plugin/
+
+VERSION 1.1 - 2008-07-16
+------------------------
+
+Changes since the last release
+1. Upgrade to commons-parent version 10
+2. Add assembly descriptors
+3. Minor documentation corrections
+4. COMMONSSITE-36 - plugin won't build because of missing OSGi manifest file.
+5. COOMONSSITE-35 - Upgrade to Ant 1.7.1 (fixes two problems/bugs when generating
+                    Jira/download pages).
+
+
+
+
+VERSION 1.0 - 2008-02-24
+------------------------
+Initial Release

Propchange: commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: commons/proper/commons-build-plugin/trunk/RELEASE-NOTES.txt
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Modified: commons/proper/commons-build-plugin/trunk/src/assembly/bin.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/assembly/bin.xml?rev=676189&r1=676188&r2=676189&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/assembly/bin.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/assembly/bin.xml Sat Jul 12 08:32:56 2008
@@ -25,6 +25,7 @@
             <includes>
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
+                <include>RELEASE-NOTES.txt</include>
             </includes>
         </fileSet>
         <fileSet>
@@ -34,9 +35,5 @@
                 <include>commons-build-plugin-${project.version}.jar</include>
             </includes>
         </fileSet>
-        <fileSet>
-            <directory>target/site</directory>
-            <outputDirectory>docs</outputDirectory>
-        </fileSet>
     </fileSets>
 </assembly>

Modified: commons/proper/commons-build-plugin/trunk/src/assembly/src.xml
URL: http://svn.apache.org/viewvc/commons/proper/commons-build-plugin/trunk/src/assembly/src.xml?rev=676189&r1=676188&r2=676189&view=diff
==============================================================================
--- commons/proper/commons-build-plugin/trunk/src/assembly/src.xml (original)
+++ commons/proper/commons-build-plugin/trunk/src/assembly/src.xml Sat Jul 12 08:32:56 2008
@@ -27,6 +27,7 @@
                 <include>LICENSE.txt</include>
                 <include>NOTICE.txt</include>
                 <include>pom.xml</include>
+                <include>RELEASE-NOTES.txt</include>
             </includes>
         </fileSet>
         <fileSet>