You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by oh...@apache.org on 2005/02/05 16:41:19 UTC

svn commit: r151504 - in jakarta/commons/proper/configuration/trunk: ./ RELEASE-NOTES.txt build.xml project.xml src/conf/ src/conf/MANIFEST.MF xdocs/changes.xml

Author: oheger
Date: Sat Feb  5 07:41:17 2005
New Revision: 151504

URL: http://svn.apache.org/viewcvs?view=rev&rev=151504
Log:
Preparing 1.1 release candidate

Added:
    jakarta/commons/proper/configuration/trunk/src/conf/
    jakarta/commons/proper/configuration/trunk/src/conf/MANIFEST.MF   (with props)
Modified:
    jakarta/commons/proper/configuration/trunk/   (props changed)
    jakarta/commons/proper/configuration/trunk/RELEASE-NOTES.txt
    jakarta/commons/proper/configuration/trunk/build.xml
    jakarta/commons/proper/configuration/trunk/project.xml
    jakarta/commons/proper/configuration/trunk/xdocs/changes.xml

Propchange: jakarta/commons/proper/configuration/trunk/
------------------------------------------------------------------------------
--- svn:ignore (original)
+++ svn:ignore Sat Feb  5 07:41:17 2005
@@ -1,3 +1,4 @@
+
 *~
 .nbattrs
 docs
@@ -12,3 +13,4 @@
 *.ser
 junit*.properties
 *.patch
+dist

Modified: jakarta/commons/proper/configuration/trunk/RELEASE-NOTES.txt
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/RELEASE-NOTES.txt?view=diff&r1=151503&r2=151504
==============================================================================
--- jakarta/commons/proper/configuration/trunk/RELEASE-NOTES.txt (original)
+++ jakarta/commons/proper/configuration/trunk/RELEASE-NOTES.txt Sat Feb  5 07:41:17 2005
@@ -1,7 +1,7 @@
-$Id: RELEASE-NOTES.txt,v 1.1 2003/12/23 15:09:05 epugh Exp $
+$Id$
 
                            Commons Configuration Package
-                               Version 1.0
+                               Version 1.1
                                  Release Notes
 
 
@@ -11,14 +11,8 @@
 This document contains the release notes for this version of the Commons
 Configuration component, and highlights changes since the previous version.
 
+Release 1.1 contains new features and bug fixes as well. A complete list of
+changes can be obtained from the changelog report that is created when building
+with maven or can be viewed at
 
-NEW FEATURES
-============
-
-This is the first milestone release of this component.
-
-
-BUG FIXES
-=========
-
-Not applicable.
+  http://jakarta.apache.org/commons/configuration/changes-report.html

Modified: jakarta/commons/proper/configuration/trunk/build.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/build.xml?view=diff&r1=151503&r2=151504
==============================================================================
--- jakarta/commons/proper/configuration/trunk/build.xml (original)
+++ jakarta/commons/proper/configuration/trunk/build.xml Sat Feb  5 07:41:17 2005
@@ -26,7 +26,7 @@
   <property name="targetconfdir" value="${defaulttargetdir}/${confdir}"/>
   <!-- Manual changes end -->
   
-  <property name="final.name" value="commons-configuration-1.1-dev">
+  <property name="final.name" value="commons-configuration-1.1RC1">
   </property>
   <path id="build.classpath">
     <fileset dir="${libdir}">

Modified: jakarta/commons/proper/configuration/trunk/project.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/project.xml?view=diff&r1=151503&r2=151504
==============================================================================
--- jakarta/commons/proper/configuration/trunk/project.xml (original)
+++ jakarta/commons/proper/configuration/trunk/project.xml Sat Feb  5 07:41:17 2005
@@ -22,7 +22,7 @@
   <pomVersion>3</pomVersion>
 
   <id>commons-configuration</id>
-  <currentVersion>1.1-dev</currentVersion>
+  <currentVersion>1.1RC1</currentVersion>
   <inceptionYear>2001</inceptionYear>
   <name>Commons Configuration</name>
   <shortDescription>Common Configuration</shortDescription>

Added: jakarta/commons/proper/configuration/trunk/src/conf/MANIFEST.MF
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/src/conf/MANIFEST.MF?view=auto&rev=151504
==============================================================================
--- jakarta/commons/proper/configuration/trunk/src/conf/MANIFEST.MF (added)
+++ jakarta/commons/proper/configuration/trunk/src/conf/MANIFEST.MF Sat Feb  5 07:41:17 2005
@@ -0,0 +1,9 @@
+Manifest-Version: 1.0
+Package: @package@
+Extension-Name: @name@
+Specification-Version: @version@
+Specification-Vendor: Apache Software Foundation
+Specification-Title: @title@
+Implementation-Version: @version@
+Implementation-Vendor: Apache Software Foundation
+Implementation-Vendor-Id:

Propchange: jakarta/commons/proper/configuration/trunk/src/conf/MANIFEST.MF
------------------------------------------------------------------------------
    svn:eol-style = native

Modified: jakarta/commons/proper/configuration/trunk/xdocs/changes.xml
URL: http://svn.apache.org/viewcvs/jakarta/commons/proper/configuration/trunk/xdocs/changes.xml?view=diff&r1=151503&r2=151504
==============================================================================
--- jakarta/commons/proper/configuration/trunk/xdocs/changes.xml (original)
+++ jakarta/commons/proper/configuration/trunk/xdocs/changes.xml Sat Feb  5 07:41:17 2005
@@ -23,7 +23,7 @@
         configuration file.
       </action>
       <action dev="oheger" type="add" issue="31136">
-        Access to the top leven element of the XML document is now provided. For
+        Access to the top level element of the XML document is now provided. For
         newly created configurations this element can be changed before the
         document is written.
       </action>



---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org