You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by sm...@apache.org on 2007/08/30 08:47:12 UTC

svn commit: r571053 - /harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml

Author: smishura
Date: Wed Aug 29 23:47:11 2007
New Revision: 571053

URL: http://svn.apache.org/viewvc?rev=571053&view=rev
Log:
Fix regexp for Eclipse unit tests publisher

Modified:
    harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml

Modified: harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml
URL: http://svn.apache.org/viewvc/harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml?rev=571053&r1=571052&r2=571053&view=diff
==============================================================================
--- harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml (original)
+++ harmony/enhanced/buildtest/branches/2.0/adaptors/snapshot/adaptor.xml Wed Aug 29 23:47:11 2007
@@ -280,7 +280,7 @@
         </echo>
         <replaceregexp file="${snapshot.results.dir}/eut/index.html"
                        flags="g"
-                       match="([^;]*);"
+                       match="([^;>]*);"
                        replace="&lt;a href=\1&gt;\1&lt;/a&gt;&lt;br/&gt;" />
 
         <touch-status-file />
@@ -304,7 +304,7 @@
         </echo>
         <replaceregexp file="${snapshot.results.dir}/eut33/index.html"
                        flags="g"
-                       match="([^;]*);"
+                       match="([^;>]*);"
                        replace="&lt;a href=\1&gt;\1&lt;/a&gt;&lt;br/&gt;" />
 
         <touch-status-file />