[Commits] (markie) Bug 1452; move debug and release under chandler; update manifests

commits at osafoundation.org commits at osafoundation.org
Tue Jul 20 16:31:40 PDT 2004


Commit by: markie
Modified files:
chandler/distrib/osx/manifest.debug.osx 1.18 1.19
chandler/distrib/osx/manifest.osx 1.33 1.34

Log message:
Bug 1452;move debug and release under chandler; update manifests

ViewCVS links:
http://cvs.osafoundation.org/index.cgi/chandler/distrib/osx/manifest.debug.osx.diff?r1=text&tr1=1.18&r2=text&tr2=1.19
http://cvs.osafoundation.org/index.cgi/chandler/distrib/osx/manifest.osx.diff?r1=text&tr1=1.33&r2=text&tr2=1.34

Index: chandler/distrib/osx/manifest.debug.osx
diff -u chandler/distrib/osx/manifest.debug.osx:1.18 chandler/distrib/osx/manifest.debug.osx:1.19
--- chandler/distrib/osx/manifest.debug.osx:1.18	Mon Jul 19 13:33:49 2004
+++ chandler/distrib/osx/manifest.debug.osx	Tue Jul 20 16:31:39 2004
@@ -9,30 +9,31 @@
 # glob: set to a comma-separated list of glob patterns
 
 # Grab the python modules 
-src=debug/Library/Frameworks/Python.framework/Versions/2.3/lib
+src=chandler/debug/Library/Frameworks/Python.framework/Versions/2.3/lib
 dest=Contents/debug/Resources/Library/Frameworks/Python.framework/Versions/2.3/lib
 glob=*
 recursive=yes
 python2.3
 
 # Grab python Framework file
-src=debug/Library/Frameworks/Python.framework/Versions/2.3
+src=chandler/debug/Library/Frameworks/Python.framework/Versions/2.3
 dest=Contents/debug/Resources/Library/Frameworks/Python.framework/Versions/2.3
 Python
 
 # Grab python executable file
-src=debug/Library/Frameworks/Python.framework/Versions/2.3/Resources/Python.app/Contents/MacOS
+src=chandler/debug/Library/Frameworks/Python.framework/Versions/2.3/Resources/Python.app/Contents/MacOS
 dest=Contents/MacOS/debug
 python
 
 # Grab wx and db libs
-src=debug
+src=chandler/debug
 dest=Contents/debug/Resources
 glob=*.dylib,*.r,*.rsrc,*.jnilib,*.la
 lib
-src=debug/db
+src=chandler/debug/db
 lib
-src=debug/dbxml
+src=chandler/debug/dbxml
+ndler/debug/dbxml
 lib
 
 # Grab Chandler.py and others

Index: chandler/distrib/osx/manifest.osx
diff -u chandler/distrib/osx/manifest.osx:1.33 chandler/distrib/osx/manifest.osx:1.34
--- chandler/distrib/osx/manifest.osx:1.33	Mon Jul 19 13:33:49 2004
+++ chandler/distrib/osx/manifest.osx	Tue Jul 20 16:31:39 2004
@@ -9,30 +9,30 @@
 # glob: set to a comma-separated list of glob patterns
 
 # Grab the python modules 
-src=release/Library/Frameworks/Python.framework/Versions/2.3/lib
+src=chandler/release/Library/Frameworks/Python.framework/Versions/2.3/lib
 dest=Contents/release/Resources/Library/Frameworks/Python.framework/Versions/2.3/lib
 glob=*
 recursive=yes
 python2.3
 
 # Grab python Framework file
-src=release/Library/Frameworks/Python.framework/Versions/2.3
+src=chandler/release/Library/Frameworks/Python.framework/Versions/2.3
 dest=Contents/release/Resources/Library/Frameworks/Python.framework/Versions/2.3
 Python
 
 # Grab python executable file
-src=release/Library/Frameworks/Python.framework/Versions/2.3/Resources/Python.app/Contents/MacOS
+src=chandler/release/Library/Frameworks/Python.framework/Versions/2.3/Resources/Python.app/Contents/MacOS
 dest=Contents/MacOS/release
 python
 
 # Grab wx and db libs
-src=release
+src=chandler/release
 dest=Contents/release/Resources
 glob=*.dylib,*.r,*.rsrc,*.jnilib,*.la
 lib
-src=release/db
+src=chandler/release/db
 lib
-src=release/dbxml
+src=chandler/release/dbxml
 lib
 
 # Grab Chandler.py and others



More information about the Commits mailing list