~widelands-dev/widelands/hasimusic

« back to all changes in this revision

Viewing changes to utils/buildcat.py

  • Committer: fios at foramnagaidhlig
  • Date: 2014-12-01 12:00:01 UTC
  • mto: (7293.1.45 bug-1397500)
  • mto: This revision was merged to the branch mainline in revision 7764.
  • Revision ID: fios@foramnagaidhlig.net-20141201120001-6ui93y5pvf0aubwz
Moved campaigns to data/campaigns.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    ( "maps/maps", [
28
28
        "../../maps/*/elemental",
29
29
        "../../maps/*/*/elemental",
30
 
        "../../campaigns/cconfig",
31
 
        "../../campaigns/*/elemental"
 
30
        "../../data/campaigns/cconfig",
 
31
        "../../data/campaigns/*/elemental"
32
32
    ] ),
33
33
    ( "texts/texts", ["../../txts/license",
34
34
                  "../../txts/*.lua",
79
79
# For every instance found of a given type, '%s' in this values is replaced
80
80
# with the name of the instance.
81
81
ITERATIVEPOTS = [
82
 
    ("scenario_%(name)s/scenario_%(name)s", "campaigns/",
83
 
         ["../../campaigns/%(name)s/extra_data",
84
 
          "../../campaigns/%(name)s/objective",
85
 
          "../../campaigns/%(name)s/scripting/*.lua",
 
82
    ("scenario_%(name)s/scenario_%(name)s", "data/campaigns/",
 
83
         ["../../data/campaigns/%(name)s/extra_data",
 
84
          "../../data/campaigns/%(name)s/objective",
 
85
          "../../data/campaigns/%(name)s/scripting/*.lua",
86
86
          "../../scripting/format_scenario.lua"
87
87
         ]
88
88
    ),