components/tomcat/tomcat.p5m
branchs11-update
changeset 4354 92b9d70a8795
parent 4282 fcfeee656fe9
child 5535 ae5bc52953a4
--- a/components/tomcat/tomcat.p5m	Tue May 26 15:27:15 2015 -0700
+++ b/components/tomcat/tomcat.p5m	Tue May 26 15:28:33 2015 -0700
@@ -24,11 +24,11 @@
 #
 
 <transform file path=usr/tomcat6/(.+)$ -> \
-    set action.hash %<\1> >
+    set action.hash %<1> >
 <transform file path=usr/tomcat6/docs/(.+)$ -> \
-    set action.hash webapps/docs/%<\1> >
+    set action.hash webapps/docs/%<1> >
 <transform file path=var/tomcat6/(.+)$ -> \
-    set action.hash %<\1> >
+    set action.hash %<1> >
 <transform file path=var/tomcat6/webapps/ROOT/index.jsp -> \
     set action.hash Solaris/index.jsp >