- Revision
- 16021
- Author
- stearns
- Date
- 2007-12-03 11:14:27 -0800 (Mon, 03 Dec 2007)
Log Message
Merge changes from trunk, -r16016:16020
Modified Paths
- branches/detail_layout/chandler/WingWindowsDebug.wpr
- branches/detail_layout/chandler/WingWindowsRelease.wpr
Property Changed
- branches/detail_layout/chandler/localizations/
Diff
Modified: branches/detail_layout/chandler/WingWindowsDebug.wpr (16020 => 16021)
--- branches/detail_layout/chandler/WingWindowsDebug.wpr 2007-12-03 19:13:00 UTC (rev 16020) +++ branches/detail_layout/chandler/WingWindowsDebug.wpr 2007-12-03 19:14:27 UTC (rev 16021) @@ -6,10 +6,12 @@ [project attributes] debug.run-args = {loc('Chandler.py'): '--catch=never --stderr'} proj.directory-list = [{'dirloc': loc('.'), + 'excludes': [u'debug', + u'release'], 'filter': 'All Source Files', - 'include_hidden': 0, + 'include_hidden': False, 'recursive': 1, - 'watch_for_changes': 1}] + 'watch_for_changes': True}] proj.env-vars = {None: ('custom', ['PATH=debug/bin;debug/j2re-image/bin;debug/j2re-ima'\ 'ge/bin/client']),
Modified: branches/detail_layout/chandler/WingWindowsRelease.wpr (16020 => 16021)
--- branches/detail_layout/chandler/WingWindowsRelease.wpr 2007-12-03 19:13:00 UTC (rev 16020) +++ branches/detail_layout/chandler/WingWindowsRelease.wpr 2007-12-03 19:14:27 UTC (rev 16021) @@ -6,7 +6,8 @@ [project attributes] debug.run-args = {loc('Chandler.py'): '--catch=never --stderr'} proj.directory-list = [{'dirloc': loc('.'), - 'excludes': (), + 'excludes': [u'debug', + u'release'], 'filter': '*', 'include_hidden': 0, 'recursive': 1,
Property changes: branches/detail_layout/chandler/localizations
Name: svn:ignore
+ *
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
