Title: [commits] (bear) [15935] Updating manifest names to match distribution name changes

Diff

Copied: trunk/chandler/distrib/osx/manifest.debug.intel-osx (from rev 15934, trunk/chandler/distrib/osx/manifest.debug.osx) ( => )

Copied: trunk/chandler/distrib/osx/manifest.debug.intel-osx-leopard (from rev 15934, trunk/chandler/distrib/osx/manifest.debug.leopard)

Deleted: trunk/chandler/distrib/osx/manifest.debug.leopard (15934 => 15935)

--- trunk/chandler/distrib/osx/manifest.debug.leopard	2007-11-28 19:59:11 UTC (rev 15934)
+++ trunk/chandler/distrib/osx/manifest.debug.leopard	2007-11-28 20:13:51 UTC (rev 15935)
@@ -1,99 +0,0 @@
-# manifest.osx
-#
-# Variables maintain their value until changed, so be aware of the order of
-# things...
-# 
-# src: set this to be relative to buildenv['root']
-# dest: set this to be relative to buildenv['distdir']
-# recursive: set to yes or no
-# glob: set to a comma-separated list of glob patterns
-
-exclude=.svn,*.pyo,*.pyc
-
-# Grab wx and db libs
-src=""
-dest=Contents/Resources
-glob=*.dylib,*.r,*.rsrc,*.jnilib,*.la
-lib
-src=""
-glob=*.la,*.dylib,db_*
-bin
-lib
-
-# Grab the local python site-packages
-src=""
-dest=Contents/Resources/debug
-glob=*
-site-packages
-
-# Grab icu libs
-src=""
-dest=Contents/Resources
-glob=libicu*
-lib
-
-# Grab the locale files
-src=""
-dest=Contents/Resources
-glob=*
-share
-
-# create symlink of share dir
-dest=Contents/Resources/debug
-link=../
-share
-
-# create symlink of lib dir - this allows the app to be called from the command line
-dest=Contents/Resources/debug
-link=../
-lib
-
-# create symlink of Library dir - this allows the app to be called from the command line
-dest=Contents/Resources/debug
-link=../
-Library
-
-# Grab Chandler.py and others
-src=""
-dest=Contents/Resources
-Chandler.py
-version.py
-site.py
-LICENSE.txt
-NOTICE.txt
-WingMacDebug.wpr
-
-# Grab the rest of Chandler from the application/ and parcel/ folders
-recursive=yes
-glob=*.py,*.png,*.xrc,*.daml,*.gif,*.xml,*.txt,*.bmp,*.jpg,*.html,*.pack,*.pem,*.ics,*.js,*.css,*.sh,*.conf
-application
-parcels
-util
-tools
-
-glob=*
-repository
-i18n
-Chandler.egg-info
-
-# Grab the osx README
-src=""
-README.osx.txt
-dest=Contents/Resources
-
-# Grab the bundle files
-src=""
-dest=Contents
-Info.plist
-src=""
-dest=Contents/Resources
-Chandler.icns
-
-src=""
-dest=Contents/MacOS
-ChandlerApp
-
-src=""
-dest=Contents/Resources/debug
-RunPython
-

Deleted: trunk/chandler/distrib/osx/manifest.debug.osx (15934 => 15935)

--- trunk/chandler/distrib/osx/manifest.debug.osx	2007-11-28 19:59:11 UTC (rev 15934)
+++ trunk/chandler/distrib/osx/manifest.debug.osx	2007-11-28 20:13:51 UTC (rev 15935)
@@ -1,127 +0,0 @@
-# manifest.osx
-#
-# Variables maintain their value until changed, so be aware of the order of
-# things...
-# 
-# src: set this to be relative to buildenv['root']
-# dest: set this to be relative to buildenv['distdir']
-# recursive: set to yes or no
-# glob: set to a comma-separated list of glob patterns
-
-exclude=.svn,*.pyo,*.pyc
-
-# Grab the python modules 
-src=""
-dest=Contents/Resources/Library/Frameworks/Python.framework/Versions/2.5/lib
-glob=*
-recursive=yes
-python2.5
-
-# Grab python scripts
-src=""
-dest=Contents/Resources/Library/Frameworks/Python.framework/Versions/2.5
-glob=rst*
-bin
-
-# Grab python Framework file
-src=""
-dest=Contents/Resources/Library/Frameworks/Python.framework/Versions/2.5
-glob=*
-Python
-
-# Grab wx and db libs
-src=""
-dest=Contents/Resources
-glob=*.dylib,*.r,*.rsrc,*.jnilib,*.la
-lib
-src=""
-glob=*.la,*.dylib,db_*
-bin
-lib
-
-# Grab icu libs
-src=""
-dest=Contents/Resources
-glob=libicu*
-lib
-
-# Grab the locale files
-src=""
-dest=Contents/Resources
-glob=*
-share
-
-# create symlink of share dir
-dest=Contents/Resources/debug
-link=../
-share
-
-# create symlink of lib dir - this allows the app to be called from the command line
-dest=Contents/Resources/debug
-link=../
-lib
-
-# create symlink of Library dir - this allows the app to be called from the command line
-dest=Contents/Resources/debug
-link=../
-Library
-
-# Grab Chandler.py and others
-src=""
-dest=Contents/Resources
-Chandler.py
-version.py
-LICENSE.txt
-NOTICE.txt
-WingMacDebug.wpr
-
-# Grab the rest of Chandler from the application/ and parcel/ folders
-recursive=yes
-glob=*.py,*.png,*.xrc,*.daml,*.gif,*.xml,*.txt,*.bmp,*.jpg,*.html,*.pack,*.pem,*.ics,*.js,*.css,*.sh,*.conf
-application
-parcels
-util
-tools
-
-glob=*
-repository
-i18n
-Chandler.egg-info
-
-# Grab the osx README
-src=""
-README.osx.txt
-dest=Contents/Resources
-
-# Grab the bundle files
-src=""
-dest=Contents
-Info.plist
-src=""
-dest=Contents/Resources
-Chandler.icns
-
-src=""
-dest=Contents/MacOS
-ChandlerApp
-
-src=""
-dest=Contents/Resources/debug
-RunPython
-
-src=""
-dest=Contents/Resources/Library/Frameworks/Python.framework
-recursive=yes
-Versions
-
-# create symlink of the Headers dir
-dest=Contents/Resources/debug/Library/Frameworks/Python.framework
-link=Versions/Current/
-Headers
-
-# create symlink of the Resources dir
-dest=Contents/Resources/debug/Library/Frameworks/Python.framework
-link=Versions/Current/
-Resources
-
-

Added: trunk/chandler/distrib/osx/manifest.debug.ppc-osx (15934 => 15935)

--- trunk/chandler/distrib/osx/manifest.debug.ppc-osx	2007-11-28 19:59:11 UTC (rev 15934)
+++ trunk/chandler/distrib/osx/manifest.debug.ppc-osx	2007-11-28 20:13:51 UTC (rev 15935)
@@ -0,0 +1,127 @@
+# manifest.osx
+#
+# Variables maintain their value until changed, so be aware of the order of
+# things...
+# 
+# src: set this to be relative to buildenv['root']
+# dest: set this to be relative to buildenv['distdir']
+# recursive: set to yes or no
+# glob: set to a comma-separated list of glob patterns
+
+exclude=.svn,*.pyo,*.pyc
+
+# Grab the python modules 
+src=""
+dest=Contents/Resources/Library/Frameworks/Python.framework/Versions/2.5/lib
+glob=*
+recursive=yes
+python2.5
+
+# Grab python scripts
+src=""
+dest=Contents/Resources/Library/Frameworks/Python.framework/Versions/2.5
+glob=rst*
+bin
+
+# Grab python Framework file
+src=""
+dest=Contents/Resources/Library/Frameworks/Python.framework/Versions/2.5
+glob=*
+Python
+
+# Grab wx and db libs
+src=""
+dest=Contents/Resources
+glob=*.dylib,*.r,*.rsrc,*.jnilib,*.la
+lib
+src=""
+glob=*.la,*.dylib,db_*
+bin
+lib
+
+# Grab icu libs
+src=""
+dest=Contents/Resources
+glob=libicu*
+lib
+
+# Grab the locale files
+src=""
+dest=Contents/Resources
+glob=*
+share
+
+# create symlink of share dir
+dest=Contents/Resources/debug
+link=../
+share
+
+# create symlink of lib dir - this allows the app to be called from the command line
+dest=Contents/Resources/debug
+link=../
+lib
+
+# create symlink of Library dir - this allows the app to be called from the command line
+dest=Contents/Resources/debug
+link=../
+Library
+
+# Grab Chandler.py and others
+src=""
+dest=Contents/Resources
+Chandler.py
+version.py
+LICENSE.txt
+NOTICE.txt
+WingMacDebug.wpr
+
+# Grab the rest of Chandler from the application/ and parcel/ folders
+recursive=yes
+glob=*.py,*.png,*.xrc,*.daml,*.gif,*.xml,*.txt,*.bmp,*.jpg,*.html,*.pack,*.pem,*.ics,*.js,*.css,*.sh,*.conf
+application
+parcels
+util
+tools
+
+glob=*
+repository
+i18n
+Chandler.egg-info
+
+# Grab the osx README
+src=""
+README.osx.txt
+dest=Contents/Resources
+
+# Grab the bundle files
+src=""
+dest=Contents
+Info.plist
+src=""
+dest=Contents/Resources
+Chandler.icns
+
+src=""
+dest=Contents/MacOS
+ChandlerApp
+
+src=""
+dest=Contents/Resources/debug
+RunPython
+
+src=""
+dest=Contents/Resources/Library/Frameworks/Python.framework
+recursive=yes
+Versions
+
+# create symlink of the Headers dir
+dest=Contents/Resources/debug/Library/Frameworks/Python.framework
+link=Versions/Current/
+Headers
+
+# create symlink of the Resources dir
+dest=Contents/Resources/debug/Library/Frameworks/Python.framework
+link=Versions/Current/
+Resources
+
+

Copied: trunk/chandler/distrib/osx/manifest.intel-osx (from rev 15934, trunk/chandler/distrib/osx/manifest.osx) ( => )

Copied: trunk/chandler/distrib/osx/manifest.intel-osx-leopard (from rev 15934, trunk/chandler/distrib/osx/manifest.leopard)

Deleted: trunk/chandler/distrib/osx/manifest.leopard (15934 => 15935)

--- trunk/chandler/distrib/osx/manifest.leopard	2007-11-28 19:59:11 UTC (rev 15934)
+++ trunk/chandler/distrib/osx/manifest.leopard	2007-11-28 20:13:51 UTC (rev 15935)
@@ -1,99 +0,0 @@
-# manifest.osx
-#
-# Variables maintain their value until changed, so be aware of the order of
-# things...
-# 
-# src: set this to be relative to buildenv['root']
-# dest: set this to be relative to buildenv['distdir']
-# recursive: set to yes or no
-# glob: set to a comma-separated list of glob patterns
-
-exclude=.svn,*.pyo,*.pyc
-
-# Grab wx and db libs
-src=""
-dest=Contents/Resources
-glob=*.dylib,*.r,*.rsrc,*.jnilib,*.la
-lib
-src=""
-glob=*.la,*.dylib,db_*
-bin
-lib
-
-# Grab the local python site-packages
-src=""
-dest=Contents/Resources/release
-glob=*
-site-packages
-
-# Grab icu libs
-src=""
-dest=Contents/Resources
-glob=libicu*
-lib
-
-# Grab the locale files
-src=""
-dest=Contents/Resources
-glob=*
-share
-
-# create symlink of share dir
-dest=Contents/Resources/release
-link=../
-share
-
-# create symlink of lib dir - this allows the app to be called from the command line
-dest=Contents/Resources/release
-link=../
-lib
-
-# create symlink of Library dir - this allows the app to be called from the command line
-dest=Contents/Resources/release
-link=../
-Library
-
-# Grab Chandler.py and others
-src=""
-dest=Contents/Resources
-Chandler.py
-version.py
-site.py
-LICENSE.txt
-NOTICE.txt
-WingMacRelease.wpr
-
-# Grab the rest of Chandler from the application/ and parcel/ folders
-recursive=yes
-glob=*.py,*.png,*.xrc,*.daml,*.gif,*.xml,*.txt,*.bmp,*.jpg,*.html,*.pack,*.pem,*.ics,*.js,*.css,*.sh,*.conf
-application
-parcels
-util
-tools
-
-glob=*
-repository
-i18n
-Chandler.egg-info
-
-# Grab the osx README
-src=""
-README.osx.txt
-dest=Contents/Resources
-
-# Grab the bundle files
-src=""
-dest=Contents
-Info.plist
-src=""
-dest=Contents/Resources
-Chandler.icns
-
-src=""
-dest=Contents/MacOS
-ChandlerApp
-
-src=""
-dest=Contents/Resources/release
-RunPython
-

Deleted: trunk/chandler/distrib/osx/manifest.osx (15934 => 15935)

--- trunk/chandler/distrib/osx/manifest.osx	2007-11-28 19:59:11 UTC (rev 15934)
+++ trunk/chandler/distrib/osx/manifest.osx	2007-11-28 20:13:51 UTC (rev 15935)
@@ -1,125 +0,0 @@
-# manifest.osx
-#
-# Variables maintain their value until changed, so be aware of the order of
-# things...
-# 
-# src: set this to be relative to buildenv['root']
-# dest: set this to be relative to buildenv['distdir']
-# recursive: set to yes or no
-# glob: set to a comma-separated list of glob patterns
-
-exclude=.svn,*.pyo,*.pyc
-
-# Grab the python modules 
-src=""
-dest=Contents/Resources/Library/Frameworks/Python.framework/Versions/2.5/lib
-glob=*
-recursive=yes
-python2.5
-
-# Grab python Framework file
-src=""
-dest=Contents/Resources/Library/Frameworks/Python.framework/Versions/2.5
-Python
-
-# Grab python scripts
-src=""
-dest=Contents/Resources/Library/Frameworks/Python.framework/Versions/2.5
-glob=rst*
-bin
-
-# Grab wx and db libs
-src=""
-dest=Contents/Resources
-glob=*.dylib,*.r,*.rsrc,*.jnilib,*.la
-lib
-src=""
-glob=*.la,*.dylib,db_*
-bin
-lib
-
-# Grab icu libs
-src=""
-dest=Contents/Resources
-glob=libicu*
-lib
-
-# Grab the locale files
-src=""
-dest=Contents/Resources
-glob=*
-share
-
-# create symlink of share dir
-dest=Contents/Resources/release
-link=../
-share
-
-# create symlink of lib dir - this allows the app to be called from the command line
-dest=Contents/Resources/release
-link=../
-lib
-
-# create symlink of Library dir - this allows the app to be called from the command line
-dest=Contents/Resources/release
-link=../
-Library
-
-# Grab Chandler.py and others
-src=""
-dest=Contents/Resources
-Chandler.py
-version.py
-LICENSE.txt
-NOTICE.txt
-WingMacRelease.wpr
-
-# Grab the rest of Chandler from the application/ and parcel/ folders
-recursive=yes
-glob=*.py,*.png,*.xrc,*.daml,*.gif,*.xml,*.txt,*.bmp,*.jpg,*.html,*.pack,*.pem,*.ics,*.js,*.css,*.sh,*.conf
-application
-parcels
-util
-tools
-
-glob=*
-repository
-i18n
-Chandler.egg-info
-
-# Grab the osx README
-src=""
-README.osx.txt
-dest=Contents/Resources
-
-# Grab the bundle files
-src=""
-dest=Contents
-Info.plist
-src=""
-dest=Contents/Resources
-Chandler.icns
-
-src=""
-dest=Contents/MacOS
-ChandlerApp
-
-src=""
-dest=Contents/Resources/release
-RunPython
-
-src=""
-dest=Contents/Resources/Library/Frameworks/Python.framework
-recursive=yes
-Versions
-
-# create symlink of the Headers dir
-dest=Contents/Resources/release/Library/Frameworks/Python.framework
-link=Versions/Current/
-Headers
-
-# create symlink of the Resources dir
-dest=Contents/Resources/release/Library/Frameworks/Python.framework
-link=Versions/Current/
-Resources
-

Added: trunk/chandler/distrib/osx/manifest.ppc-osx (15934 => 15935)

--- trunk/chandler/distrib/osx/manifest.ppc-osx	2007-11-28 19:59:11 UTC (rev 15934)
+++ trunk/chandler/distrib/osx/manifest.ppc-osx	2007-11-28 20:13:51 UTC (rev 15935)
@@ -0,0 +1,125 @@
+# manifest.osx
+#
+# Variables maintain their value until changed, so be aware of the order of
+# things...
+# 
+# src: set this to be relative to buildenv['root']
+# dest: set this to be relative to buildenv['distdir']
+# recursive: set to yes or no
+# glob: set to a comma-separated list of glob patterns
+
+exclude=.svn,*.pyo,*.pyc
+
+# Grab the python modules 
+src=""
+dest=Contents/Resources/Library/Frameworks/Python.framework/Versions/2.5/lib
+glob=*
+recursive=yes
+python2.5
+
+# Grab python Framework file
+src=""
+dest=Contents/Resources/Library/Frameworks/Python.framework/Versions/2.5
+Python
+
+# Grab python scripts
+src=""
+dest=Contents/Resources/Library/Frameworks/Python.framework/Versions/2.5
+glob=rst*
+bin
+
+# Grab wx and db libs
+src=""
+dest=Contents/Resources
+glob=*.dylib,*.r,*.rsrc,*.jnilib,*.la
+lib
+src=""
+glob=*.la,*.dylib,db_*
+bin
+lib
+
+# Grab icu libs
+src=""
+dest=Contents/Resources
+glob=libicu*
+lib
+
+# Grab the locale files
+src=""
+dest=Contents/Resources
+glob=*
+share
+
+# create symlink of share dir
+dest=Contents/Resources/release
+link=../
+share
+
+# create symlink of lib dir - this allows the app to be called from the command line
+dest=Contents/Resources/release
+link=../
+lib
+
+# create symlink of Library dir - this allows the app to be called from the command line
+dest=Contents/Resources/release
+link=../
+Library
+
+# Grab Chandler.py and others
+src=""
+dest=Contents/Resources
+Chandler.py
+version.py
+LICENSE.txt
+NOTICE.txt
+WingMacRelease.wpr
+
+# Grab the rest of Chandler from the application/ and parcel/ folders
+recursive=yes
+glob=*.py,*.png,*.xrc,*.daml,*.gif,*.xml,*.txt,*.bmp,*.jpg,*.html,*.pack,*.pem,*.ics,*.js,*.css,*.sh,*.conf
+application
+parcels
+util
+tools
+
+glob=*
+repository
+i18n
+Chandler.egg-info
+
+# Grab the osx README
+src=""
+README.osx.txt
+dest=Contents/Resources
+
+# Grab the bundle files
+src=""
+dest=Contents
+Info.plist
+src=""
+dest=Contents/Resources
+Chandler.icns
+
+src=""
+dest=Contents/MacOS
+ChandlerApp
+
+src=""
+dest=Contents/Resources/release
+RunPython
+
+src=""
+dest=Contents/Resources/Library/Frameworks/Python.framework
+recursive=yes
+Versions
+
+# create symlink of the Headers dir
+dest=Contents/Resources/release/Library/Frameworks/Python.framework
+link=Versions/Current/
+Headers
+
+# create symlink of the Resources dir
+dest=Contents/Resources/release/Library/Frameworks/Python.framework
+link=Versions/Current/
+Resources
+

_______________________________________________
Commits mailing list
[email protected]
http://lists.osafoundation.org/mailman/listinfo/commits

Reply via email to