source: branches/1.1.8/makeMacDist.sh @ 193

Revision 193, 455 bytes checked in by bartek, 11 years ago (diff)

New functionality:

  • domain selection
  • pre, post and monitoring scripts now may be provided as a text, not only in files
  • column for apps version in mainframe

Other changes

  • a lot of refactorization, cleanings, etc.
  • provided new updateVersion.sh script
  • Property svn:executable set to *
Line 
1#!/bin/sh -x
2svn up
3ant jar
4cp dist/QCG-Icon.jar dist_macosx/QCG-Icon.app/Contents/Resources/Java/
5cp -v *.properties dist_macosx/QCG-Icon.app/Contents/Resources/Java/
6
7open dist_macosx/dmg/QCG-Icon.dmg
8sleep 20
9rm -rf /Volumes/QCG-Icon/QCG-Icon.app
10ls -la /Volumes/QCG-Icon/
11cp -rf dist_macosx/QCG-Icon.app /Volumes/QCG-Icon/
12find  /Volumes/QCG-Icon/ -name .svn -exec rm -rf {} \;
13umount /Volumes/QCG-Icon
14open /Applications/Utilities/Disk\ Utility.app
Note: See TracBrowser for help on using the repository browser.