Fix file system rights of mirrored Spring Framework bundles
diff --git a/ebr/publish.sh b/ebr/publish.sh
index 1c1d2b8..c2e5e39 100755
--- a/ebr/publish.sh
+++ b/ebr/publish.sh
@@ -4,4 +4,6 @@
 
 for module in "test" aop aspects beans context context.support core expression jdbc jms messaging orm oxm transaction web webmvc webmvc.portlet websocket; do
   scp -r /tmp/ivy/org.eclipse.virgo.mirrored/org.springframework.${module}/${SPRING_VERSION} virgoBuild@build.eclipse.org:/shared/rt/virgo/ivy/bundles/release/org.eclipse.virgo.mirrored/org.springframework.${module}
+  ssh virgoBuild@build.eclipse.org "chmod a+x /shared/rt/virgo/ivy/bundles/release/org.eclipse.virgo.mirrored/org.springframework.${module}/${SPRING_VERSION}"
+  ssh virgoBuild@build.eclipse.org "chmod -R a+r /shared/rt/virgo/ivy/bundles/release/org.eclipse.virgo.mirrored/org.springframework.${module}/${SPRING_VERSION}/*"
 done