~azzar1/unity/add-show-desktop-key

« back to all changes in this revision

Viewing changes to setup/listmake.py

  • Committer: wagrant
  • Date: 2008-07-21 06:26:27 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:921
fileservice_lib, browser: Rename the old remove action to delete, to
      make room for our new svn remove action, which was just added.

Show diffs side-by-side

added added

removed removed

Lines of Context:
29
29
import optparse
30
30
import os
31
31
import mimetypes
 
32
import sys
32
33
from setuputil import filter_mutate
33
34
 
34
35
# Mime types which will automatically be placed in the list by listmake.
64
65
        "scripts/python-console",
65
66
        "scripts/fileservice",
66
67
        "scripts/serveservice",
 
68
        "scripts/interpretservice",
67
69
        "scripts/usrmgt-server",
68
70
        "scripts/diffservice",
 
71
        "scripts/svnlogservice",
69
72
    ]
70
73
    # Make sure that the files generated by conf are in the list
71
74
    # (since listmake is typically run before conf)