Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
{
2
  "name": "moodle-core-notification",
3
  "builds": {
4
    "moodle-core-notification": {
5
      "jsfiles": [
6
        "notification.js"
7
      ]
8
    },
9
    "moodle-core-notification-dialogue": {
10
      "jsfiles": [
11
        "shared.js",
12
        "dialogue.js",
13
        "info.js"
14
      ]
15
    },
16
    "moodle-core-notification-alert": {
17
      "jsfiles": [
18
        "shared.js",
19
        "alert.js"
20
      ]
21
    },
22
    "moodle-core-notification-confirm": {
23
      "jsfiles": [
24
        "shared.js",
25
        "confirm.js"
26
      ]
27
    },
28
    "moodle-core-notification-exception": {
29
      "jsfiles": [
30
        "shared.js",
31
        "exception.js"
32
      ]
33
    },
34
    "moodle-core-notification-ajaxexception": {
35
      "jsfiles": [
36
        "shared.js",
37
        "ajaxexception.js"
38
      ]
39
    }
40
  }
41
}