|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
If you have strange $ signs in one of your dirs it might not work.
find . -name build.xml | xargs -I %f% perl -i -p -e 'undef $/; s/\s*<org.jvnet.hudson.plugins.DownstreamBuildViewAction.*<\/org.jvnet.hudson.plugins.DownstreamBuildViewAction>//s' '%f%'
Seems to work better for that. (still ugly)