You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@abdera.apache.org by ug...@apache.org on 2007/09/07 10:57:16 UTC

svn commit: r573510 - /incubator/abdera/java/branches/0.3.0-incubating/spring/src/test/resources/org/apache/abdera/spring/beans.xml

Author: ugo
Date: Fri Sep  7 01:57:15 2007
New Revision: 573510

URL: http://svn.apache.org/viewvc?rev=573510&view=rev
Log:
Removed extra slashes in regexps.

Modified:
    incubator/abdera/java/branches/0.3.0-incubating/spring/src/test/resources/org/apache/abdera/spring/beans.xml

Modified: incubator/abdera/java/branches/0.3.0-incubating/spring/src/test/resources/org/apache/abdera/spring/beans.xml
URL: http://svn.apache.org/viewvc/incubator/abdera/java/branches/0.3.0-incubating/spring/src/test/resources/org/apache/abdera/spring/beans.xml?rev=573510&r1=573509&r2=573510&view=diff
==============================================================================
--- incubator/abdera/java/branches/0.3.0-incubating/spring/src/test/resources/org/apache/abdera/spring/beans.xml (original)
+++ incubator/abdera/java/branches/0.3.0-incubating/spring/src/test/resources/org/apache/abdera/spring/beans.xml Fri Sep  7 01:57:15 2007
@@ -15,9 +15,9 @@
     
     <a:targetResolver>
       <a:regexTargetResolver>
-        <a:collection>/atom/feed(\\?[^#]*)?</a:collection>
-        <a:entry>/atom/feed/([^/#?]+)(\\?[^#]*)?</a:entry>
-        <a:service>/atom(\\?[^#]*)?</a:service>
+        <a:collection>/atom/feed(\?[^#]*)?</a:collection>
+        <a:entry>/atom/feed/([^/#?]+)(\?[^#]*)?</a:entry>
+        <a:service>/atom(\?[^#]*)?</a:service>
       </a:regexTargetResolver>
     </a:targetResolver>