- Revision
- 16018
- Author
- john
- Date
- 2007-12-03 10:59:29 -0800 (Mon, 03 Dec 2007)
Log Message
Udate windows wing project files
Modified Paths
Diff
Modified: trunk/chandler/WingWindowsDebug.wpr (16017 => 16018)
--- trunk/chandler/WingWindowsDebug.wpr 2007-12-03 18:57:17 UTC (rev 16017) +++ trunk/chandler/WingWindowsDebug.wpr 2007-12-03 18:59:29 UTC (rev 16018) @@ -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: trunk/chandler/WingWindowsRelease.wpr (16017 => 16018)
--- trunk/chandler/WingWindowsRelease.wpr 2007-12-03 18:57:17 UTC (rev 16017) +++ trunk/chandler/WingWindowsRelease.wpr 2007-12-03 18:59:29 UTC (rev 16018) @@ -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,
_______________________________________________ Commits mailing list [email protected] http://lists.osafoundation.org/mailman/listinfo/commits
