Ignore:
Timestamp:
Jan 5, 2009, 5:35:20 PM (16 years ago)
Author:
fnevgeny
Branch:
default
Phase:
public
Message:

Migrated to 0.8.1.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • config.json

    r79 r90  
    55  [
    66    {
    7       "path" : "../qooxdoo-0.8-sdk/tool/data/config/application.json",
     7      "path" : "../qooxdoo-0.8.1-sdk/tool/data/config/application.json",
    88      "as"   : "appconf"
    99    }
     
    1313  {
    1414    "APPLICATION"  : "pf",
    15     "QOOXDOO_PATH" : "../qooxdoo-0.8-sdk/framework",
     15    "QOOXDOO_PATH" : "../qooxdoo-0.8.1-sdk/framework",
    1616    "QOOXDOO_URI"  : "../${QOOXDOO_PATH}",
    1717    "QXTHEME"      : "qx.theme.Modern",
     
    3939        "qx.legacy.theme" : "qx.legacy.theme.ClassicRoyale"
    4040      },
     41     
    4142      "require" :
    4243      {
    4344        "pf.Application" : [ "qx.legacy.theme.ClassicRoyale" ]
    4445      },
     46     
    4547      "copy-files" :
    4648      {
    47         "files" : ["index.html", "pf.html", "wz_jsgraphics.js", "entities.js"],
    48         "target" : "${BUILD_PATH}"
    49       }
     49        "target" : "${BUILD_PATH}",
     50        "files"  : ["index.html", "pf.html", "wz_jsgraphics.js", "entities.js"]
     51      },
     52     
     53      "copy-resources" :
     54      {
     55        "target"          : "${BUILD_PATH}",
     56        "resource-filter" : true
     57      }
    5058    },
    5159
Note: See TracChangeset for help on using the changeset viewer.