Skip to content

Instantly share code, notes, and snippets.

@shroukkhan
Created February 15, 2013 14:11
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shroukkhan/68cd14c99a92cd98a807 to your computer and use it in GitHub Desktop.
Save shroukkhan/68cd14c99a92cd98a807 to your computer and use it in GitHub Desktop.
renaming csip simple package
mkdir src/com/fingi
mv src/com.fingi.csipsimple.src/com/fingi/
find src/ -type f -print0 | xargs -0 sed -i 's/com.csipsimple./com.fingi.csipsimple./g' *.java
find res/ -type f -print0 | xargs -0 sed -i 's/com.csipsimple./com.fingi.csipsimple./g' *.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment