[Python-checkins] python/dist/src/Mac/Tools/IDE PackageManager.plist, 1.2, 1.3 PythonIDE.plist, 1.3, 1.4 PythonIDE.py, 1.14, 1.15

jackjansen at users.sourceforge.net jackjansen at users.sourceforge.net
Thu Jul 15 23:30:47 CEST 2004


Update of /cvsroot/python/python/dist/src/Mac/Tools/IDE
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28685/Tools/IDE
Modified Files:
	PackageManager.plist PythonIDE.plist PythonIDE.py 
Log Message:
- Added a note about fixversions.py
- Ran it.
Index: PackageManager.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/PackageManager.plist,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** PackageManager.plist	19 Nov 2003 13:45:26 -0000	1.2
--- PackageManager.plist	15 Jul 2004 21:30:41 -0000	1.3
***************
*** 1,5 ****
 <?xml version="1.0" encoding="UTF-8"?>
! <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
! <plist version="0.9">
 <dict>
 	<key>CFBundleDevelopmentRegion</key>
--- 1,5 ----
 <?xml version="1.0" encoding="UTF-8"?>
! <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
! <plist version="1.0">
 <dict>
 	<key>CFBundleDevelopmentRegion</key>
***************
*** 10,23 ****
 	<key>CFBundleExecutable</key>
 	<string>PackageManager</string>
- 
 	<key>CFBundleGetInfoString</key>
! 	<string>2.3.2, (c) 2003 Python Software Foundation.</string>
! 	<key>CFBundleLongVersionString</key>
! 	<string>2.3.2, (c) 2003 Python Software Foundation.</string>
! 	<key>NSHumanReadableCopyright</key>
! 	<string>Copyright 2003 Python Software Foundation.</string>
! 	<key>CFBundleShortVersionString</key>
! 	<string>2.3.2</string>
! 
 	<key>CFBundleIconFile</key>
 	<string>PackageManager.icns</string>
--- 10,15 ----
 	<key>CFBundleExecutable</key>
 	<string>PackageManager</string>
 	<key>CFBundleGetInfoString</key>
! 	<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
 	<key>CFBundleIconFile</key>
 	<string>PackageManager.icns</string>
***************
*** 26,41 ****
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>
 	<string>PythonIDE</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleSignature</key>
 	<string>Pide</string>
 	<key>CFBundleVersion</key>
! 	<string>2.3.2</string>
! 	<key>LSRequiresCarbon</key>
! <true/>
 	<key>CSResourcesFileMapped</key>
 	<true/>
 </dict>
 </plist>
--- 18,39 ----
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
+ 	<key>CFBundleLongVersionString</key>
+ 	<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
 	<key>CFBundleName</key>
 	<string>PythonIDE</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
+ 	<key>CFBundleShortVersionString</key>
+ 	<string>2.4alpha1</string>
 	<key>CFBundleSignature</key>
 	<string>Pide</string>
 	<key>CFBundleVersion</key>
! 	<string>2.4alpha1</string>
 	<key>CSResourcesFileMapped</key>
 	<true/>
+ 	<key>LSRequiresCarbon</key>
+ 	<true/>
+ 	<key>NSHumanReadableCopyright</key>
+ 	<string>(c) 2004 Python Software Foundation.</string>
 </dict>
 </plist>
Index: PythonIDE.plist
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/PythonIDE.plist,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** PythonIDE.plist	19 Nov 2003 13:45:26 -0000	1.3
--- PythonIDE.plist	15 Jul 2004 21:30:41 -0000	1.4
***************
*** 1,5 ****
 <?xml version="1.0" encoding="UTF-8"?>
! <!DOCTYPE plist SYSTEM "file://localhost/System/Library/DTDs/PropertyList.dtd">
! <plist version="0.9">
 <dict>
 	<key>CFBundleDevelopmentRegion</key>
--- 1,5 ----
 <?xml version="1.0" encoding="UTF-8"?>
! <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
! <plist version="1.0">
 <dict>
 	<key>CFBundleDevelopmentRegion</key>
***************
*** 26,39 ****
 	<key>CFBundleExecutable</key>
 	<string>PythonIDE</string>
- 
 	<key>CFBundleGetInfoString</key>
! 	<string>2.4a0, (c) 2003 Python Software Foundation.</string>
! 	<key>CFBundleLongVersionString</key>
! 	<string>2.4a0, (c) 2003 Python Software Foundation.</string>
! 	<key>NSHumanReadableCopyright</key>
! 	<string>Copyright 2003 Python Software Foundation.</string>
! 	<key>CFBundleShortVersionString</key>
! 	<string>2.4a0</string>
! 
 	<key>CFBundleHelpBookFolder</key>
 	<array>
--- 26,31 ----
 	<key>CFBundleExecutable</key>
 	<string>PythonIDE</string>
 	<key>CFBundleGetInfoString</key>
! 	<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
 	<key>CFBundleHelpBookFolder</key>
 	<array>
***************
*** 44,48 ****
 	<key>CFBundleHelpTOCFile</key>
 	<string>index.html</string>
- 
 	<key>CFBundleIconFile</key>
 	<string>PythonIDE.icns</string>
--- 36,39 ----
***************
*** 51,66 ****
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
 	<key>CFBundleName</key>
 	<string>PythonIDE</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
 	<key>CFBundleSignature</key>
 	<string>Pide</string>
 	<key>CFBundleVersion</key>
! 	<string>2.3.2</string>
! 	<key>LSRequiresCarbon</key>
! <true/>
 	<key>CSResourcesFileMapped</key>
 	<true/>
 </dict>
 </plist>
--- 42,63 ----
 	<key>CFBundleInfoDictionaryVersion</key>
 	<string>6.0</string>
+ 	<key>CFBundleLongVersionString</key>
+ 	<string>2.4alpha1, (c) 2004 Python Software Foundation.</string>
 	<key>CFBundleName</key>
 	<string>PythonIDE</string>
 	<key>CFBundlePackageType</key>
 	<string>APPL</string>
+ 	<key>CFBundleShortVersionString</key>
+ 	<string>2.4alpha1</string>
 	<key>CFBundleSignature</key>
 	<string>Pide</string>
 	<key>CFBundleVersion</key>
! 	<string>2.4alpha1</string>
 	<key>CSResourcesFileMapped</key>
 	<true/>
+ 	<key>LSRequiresCarbon</key>
+ 	<true/>
+ 	<key>NSHumanReadableCopyright</key>
+ 	<string>(c) 2004 Python Software Foundation.</string>
 </dict>
 </plist>
Index: PythonIDE.py
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Tools/IDE/PythonIDE.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -C2 -d -r1.14 -r1.15
*** PythonIDE.py	19 Nov 2003 13:45:26 -0000	1.14
--- PythonIDE.py	15 Jul 2004 21:30:41 -0000	1.15
***************
*** 4,8 ****
 # it like the "normal" interpreter.
 
! __version__ = '1.0.1'
 import sys
 import os
--- 4,8 ----
 # it like the "normal" interpreter.
 
! __version__ = '1.0.2'
 import sys
 import os


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /