STP version update script

From Eclipsepedia

Jump to: navigation, search

The following script will update all stp plugins from 0.6.0 to 0.7.0. Run it under stp root dir

find . \( -name "*.xml" -or -name "*.MF" -or -name "*.properties" \) | xargs grep -F -l 0.6.0 | xargs sed -i -e 's/0.6.0/0.7.0/g'

Copyright © 2008 The Eclipse Foundation. All Rights Reserved

  • This page was last modified 06:05, 12 September 2007 by Johnson Ma.
Personal tools