components/tomcat-8/tomcat.p5m
changeset 4295 8e6a71e8754b
parent 4248 7b59b5b80fb0
child 5000 ba06ad809495
--- a/components/tomcat-8/tomcat.p5m	Thu May 14 23:23:23 2015 -0500
+++ b/components/tomcat-8/tomcat.p5m	Thu May 14 10:36:26 2015 -0700
@@ -24,11 +24,11 @@
 #
 
 <transform file path=usr/tomcat8/(.+)$ -> \
-    set action.hash %<\1> >
+    set action.hash %<1> >
 <transform file path=usr/tomcat8/docs/(.+)$ -> \
-    set action.hash webapps/docs/%<\1> >
+    set action.hash webapps/docs/%<1> >
 <transform file path=var/tomcat8/(.+)$ -> \
-    set action.hash %<\1> >
+    set action.hash %<1> >
 <transform file path=var/tomcat8/webapps/ROOT/index.jsp -> \
     set action.hash Solaris/index.jsp >