Author: brett
Date: Thu Jun  9 20:44:12 2005
New Revision: 189889

URL: http://svn.apache.org/viewcvs?rev=189889&view=rev
Log:
PR: MPCHANGELOG-65
Submitted by Fuad Efendi
correct VSS file parsing

Modified:
    
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java
    maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml

Modified: 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java?rev=189889&r1=189888&r2=189889&view=diff
==============================================================================
--- 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java
 (original)
+++ 
maven/maven-1/plugins/trunk/changelog/src/main/org/apache/maven/vsslib/VssChangeLogParser.java
 Thu Jun  9 20:44:12 2005
@@ -81,7 +81,7 @@
     private static final int GET_UNKNOWN = 6;
 
     /** * Marks start of file data */
-    private static final String START_FILE = "****";
+    private static final String START_FILE = "*****  ";
 
     /** * Marks start of file data */
     private static String START_FILE_PATH = "$/";
@@ -395,4 +395,4 @@
      */
     public void setDateFormatInFile(String s) {
     }
-}
\ No newline at end of file
+}

Modified: maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml
URL: 
http://svn.apache.org/viewcvs/maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml?rev=189889&r1=189888&r2=189889&view=diff
==============================================================================
--- maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml (original)
+++ maven/maven-1/plugins/trunk/changelog/xdocs/changes.xml Thu Jun  9 20:44:12 
2005
@@ -25,8 +25,9 @@
     <author email="[EMAIL PROTECTED]">Emmanuel Venisse</author>
   </properties>
   <body>
-    <release version="1.8.2" date="IN CVS">
-      <action dev="epugh" type="fix" issue="MPCHANGELOG-64">Changelog Plugin 
doesn't parse .cvspass properly</action>
+    <release version="1.8.2-SNAPSHOT" date="in Subversion">
+      <action dev="brett" type="fix" issue="MPCHANGELOG-65" due-to="Fuad 
Efendi">Corrected parsing of VSS results</action>
+      <action dev="epugh" type="fix" issue="MPCHANGELOG-64">Corrected parsing 
of .cvspass</action>
     </release>
     <release version="1.8.1" date="2005-06-06">
       <action dev="brett" type="fix" issue="MPCHANGELOG-23">Determine default 
factory from connection - no need to configure for SCMs other than CVS.</action>



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to