Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / build / sdk.jsb3
old mode 100755 (executable)
new mode 100644 (file)
index 81b37c0..2e2731d
@@ -1,6 +1,6 @@
 {
     "projectName": "Ext JS 4 SDK",
-    "licenseText": "Ext JS - JavaScript Library\nCopyright (c) 2006-2011, Sencha Inc.\nAll rights reserved.\nlicensing@sencha.com",
+     "licenseText": "\nThis file is part of Ext JS 4\n\nCopyright (c) 2011 Sencha Inc\n\nContact:  http://www.sencha.com/contact\n\nGNU General Public License Usage\nThis file may be used under the terms of the GNU General Public License version 3.0 as published by the Free Software Foundation and appearing in the file LICENSE included in the packaging of this file.  Please review the following information to ensure the GNU General Public License version 3.0 requirements will be met: http://www.gnu.org/copyleft/gpl.html.\n\nIf you are unsure which license is appropriate for your use, please contact the sales department at http://www.sencha.com/contact.\n",
     "packages": [
         {
             "name": "Foundation",
                     "path": "../../platform/src/layout/component/",
                     "name": "AbstractDock.js"
                 },
+                {
+                    "path": "../../platform/src/util/",
+                    "name": "Memento.js"
+                },
                 {
                     "path": "../../platform/src/app/",
                     "name": "EventBus.js"
     ],
     "builds": [
         {
-            "name": "All Debug",
-            "target": "ext-all-debug.js",
+            "name": "All Dev",
+            "target": "ext-all-dev.js",
             "options": {
                 "debug": true
             },
                 "misc"
             ]
         },
+        {
+            "name": "All Debug",
+            "target": "ext-all-debug.js",
+            "packages": [
+                "foundation",
+                "extras",
+                "dom",
+                "classes",
+                "misc"
+            ]
+        },
         {
             "name": "All",
             "target": "ext-all.js",
             ]
         },
         {
-            "name": "Sandboxed All Debug",
-            "target": "builds/ext-all-sandbox-debug.js",
+            "name": "Sandboxed All Dev",
+            "target": "builds/ext-all-sandbox-dev.js",
             "options": {
                 "debug": true
             },
                 "misc"
             ]
         },
+        {
+            "name": "Sandboxed All Debug",
+            "target": "builds/ext-all-sandbox-debug.js",
+            "namespaceRewrites": [
+                {
+                    "from": "Ext",
+                    "to": "Ext4"
+                }
+            ],
+            "settings": {
+                "baseCSSPrefix": "x4-",
+                "scopeResetCSS": true
+            },
+            "packages": [
+                "foundation",
+                "extras",
+                "dom",
+                "classes",
+                "misc"
+            ]
+        },
         {
             "name": "Sandboxed All",
             "target": "builds/ext-all-sandbox.js",
             ]
         },
         {
-            "name": "Foundation Debug",
-            "target": "builds/ext-foundation-debug.js",
+            "name": "Foundation Dev",
+            "target": "builds/ext-foundation-dev.js",
             "options": {
                 "debug": true
             },
                 "foundation"
             ]
         },
+        {
+            "name": "Foundation Debug",
+            "target": "builds/ext-foundation-debug.js",
+            "packages": [
+                "foundation"
+            ]
+        },
         {
             "name": "Foundation",
             "target": "builds/ext-foundation.js",
             ]
         },
         {
-            "name": "Core Debug",
-            "target": "builds/ext-core-debug.js",
+            "name": "Core Dev",
+            "target": "builds/ext-core-dev.js",
             "options": {
                 "debug": true
             },
                 "dom"
             ]
         },
+        {
+            "name": "Core Debug",
+            "target": "builds/ext-core-debug.js",
+            "packages": [
+                "foundation",
+                "extras",
+                "dom"
+            ]
+        },
         {
             "name": "Core",
             "target": "builds/ext-core.js",
             ]
         },
         {
-            "name": "Bootstrap Debug",
-            "target": "ext-debug.js",
+            "name": "Bootstrap Dev",
+            "target": "ext-dev.js",
             "options": {
                 "debug": true
             },
                 "manifest"
             ]
         },
+        {
+            "name": "Bootstrap Debug",
+            "target": "ext-debug.js",
+            "packages": [
+                "foundation",
+                "extras",
+                "dom",
+                "manifest"
+            ]
+        },
         {
             "name": "Bootstrap",
             "target": "ext.js",