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

« back to all changes in this revision

Viewing changes to setup/listmake.py

  • Committer: matt.giuca
  • Date: 2009-01-12 00:33:53 UTC
  • Revision ID: svn-v3-trunk0:2b9c9e99-6f39-0410-b283-7f802c844ae2:trunk:1072
Renamed scripts to services.
Updated all references (we hope). :)

Show diffs side-by-side

added added

removed removed

Lines of Context:
61
61
    list_lib = build_list_py_files('lib')
62
62
    list_subjects = build_list_py_files('subjects', no_top_level=True)
63
63
    list_exercises = build_list_py_files('exercises', no_top_level=True)
64
 
    list_scripts = [
65
 
        "scripts/python-console",
66
 
        "scripts/fileservice",
67
 
        "scripts/serveservice",
68
 
        "scripts/interpretservice",
69
 
        "scripts/usrmgt-server",
70
 
        "scripts/diffservice",
71
 
        "scripts/svnlogservice",
 
64
    list_services = [
 
65
        "services/python-console",
 
66
        "services/fileservice",
 
67
        "services/serveservice",
 
68
        "services/interpretservice",
 
69
        "services/usrmgt-server",
 
70
        "services/diffservice",
 
71
        "services/svnlogservice",
72
72
    ]
73
73
    # Make sure that the files generated by conf are in the list
74
74
    # (since listmake is typically run before conf)
97
97
list_lib = """)
98
98
        writelist_pretty(file, list_lib)
99
99
        file.write("""
100
 
# List of all installable files in scripts directory.
101
 
list_scripts = """)
102
 
        writelist_pretty(file, list_scripts)
 
100
# List of all installable files in services directory.
 
101
list_services = """)
 
102
        writelist_pretty(file, list_services)
103
103
        file.write("""
104
104
# List of all installable files in subjects directory.
105
105
# This is to install sample subjects and material.