File: update_src_templates_for_gtk-sharp_2.10.sh

package info (click to toggle)
monodevelop 1.0%2Bdfsg-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 32,528 kB
  • ctags: 40,669
  • sloc: cs: 255,472; xml: 10,041; makefile: 3,731; sh: 2,528; sed: 2
file content (4 lines) | stat: -rw-r--r-- 125 bytes parent folder | download | duplicates (5)
1
2
3
4
#!/bin/sh

echo "Updating templates"
find . -name "*.xpt.xml" -exec perl -pe 's!Version=2.4.0.0!Version=2.10.0.0!g' -i {} \;