components/junit/junit.p5m
branchs11-update
changeset 4354 92b9d70a8795
parent 4212 7fdccaa4b284
--- a/components/junit/junit.p5m	Tue May 26 15:27:15 2015 -0700
+++ b/components/junit/junit.p5m	Tue May 26 15:28:33 2015 -0700
@@ -22,11 +22,11 @@
 #
 
 <transform file path=usr.*/man/.+ -> default mangler.man.stability uncommitted>
-<transform file path=usr/share/doc/junit/(.+)$ -> set action.hash %<\1> >
+<transform file path=usr/share/doc/junit/(.+)$ -> set action.hash %<1> >
 <transform file path=usr/share/doc/junit/samples/org/junit/samples/(.+)$ -> \
     set action.hash junit/samples/%<1> >
-<transform file path=usr/share/lib/java/(.+)$ -> set action.hash %<\1> >
-<transform file path=usr/share/lib/java/javadoc/junit/(.+)$ -> set action.hash %<\1> >
+<transform file path=usr/share/lib/java/(.+)$ -> set action.hash %<1> >
+<transform file path=usr/share/lib/java/javadoc/junit/(.+)$ -> set action.hash %<1> >
 set name=pkg.fmri \
     value=pkg:/developer/java/junit@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION)
 set name=pkg.summary value="Junit - Java unit testing framework"