/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tools/win32/bzr.iss.cog

  • Committer: Aaron Bentley
  • Date: 2008-02-24 16:42:13 UTC
  • mfrom: (3234 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3235.
  • Revision ID: aaron@aaronbentley.com-20080224164213-eza1lzru5bwuwmmj
Merge with bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
Source: "*.*"; DestDir: "{app}"; Flags: ignoreversion;
87
87
Source: "lib\*.*"; DestDir: "{app}\lib"; Flags: createallsubdirs ignoreversion recursesubdirs;
88
88
Source: "doc\*.*"; DestDir: "{app}\doc"; Flags: createallsubdirs ignoreversion recursesubdirs;
 
89
Source: "plugins\*.*"; DestDir: "{app}\plugins"; Components: plugins; Flags: createallsubdirs ignoreversion recursesubdirs;
89
90
; [[[cog
90
91
; try:
91
92
;     import pycurl
107
108
 
108
109
[Components]
109
110
Name: "main"; Description: "Main Files"; Types: full compact custom; Flags: fixed
 
111
Name: "plugins"; Description: "Default plugins"; Types: full custom;
110
112
; [[[cog
111
113
; if ca_path:
112
114
;     cog.outl('Name: "cabundle"; '