[Python-checkins] python/dist/src/Mac/Tools/IDE PythonIDE.plist,1.1,1.2

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 04 Jul 2003 06:06:16 -0700


Update of /cvsroot/python/python/dist/src/Mac/Tools/IDE
In directory sc8-pr-cvs1:/tmp/cvs-serv19579/Tools/IDE

Modified Files:
	PythonIDE.plist 
Log Message:
Fixed lots of minor issues found by Edward Moy: incorrect version
strings, non-standard naming of things in bundles, etc.


Index: PythonIDE.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/PythonIDE.plist,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** PythonIDE.plist	29 Mar 2002 23:46:34 -0000	1.1
--- PythonIDE.plist	4 Jul 2003 13:06:14 -0000	1.2
***************
*** 25,36 ****
  	</array>
  	<key>CFBundleExecutable</key>
! 	<string>python</string>
  
  	<key>CFBundleGetInfoString</key>
! 	<string>Python IDE version 2.3, (c) 2002 Python Software Foundation.</string>
  	<key>CFBundleLongVersionString</key>
! 	<string>2.3, (c) 2002 Python Software Foundation.</string>
  	<key>NSHumanReadableCopyright</key>
! 	<string>Copyright 2002 Python Software Foundation.</string>
  	<key>CFBundleShortVersionString</key>
  	<string>2.3</string>
--- 25,36 ----
  	</array>
  	<key>CFBundleExecutable</key>
! 	<string>PythonIDE</string>
  
  	<key>CFBundleGetInfoString</key>
! 	<string>2.3, (c) 2003 Python Software Foundation.</string>
  	<key>CFBundleLongVersionString</key>
! 	<string>2.3, (c) 2003 Python Software Foundation.</string>
  	<key>NSHumanReadableCopyright</key>
! 	<string>Copyright 2003 Python Software Foundation.</string>
  	<key>CFBundleShortVersionString</key>
  	<string>2.3</string>