X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/f5240829880f87e0cf581c6a296e436fdef0ef80..0494b8d9b9bb03ab6c22b34dae81261e3cd7e3e6:/ext.jsb2 diff --git a/ext.jsb2 b/ext.jsb2 index 439f9888..e7be1309 100644 --- a/ext.jsb2 +++ b/ext.jsb2 @@ -1,7 +1,7 @@ { "projectName": "Ext JS", "deployDir": "ext-3.3+", - "licenseText": "Ext JS Library 3.3.0\nCopyright(c) 2006-2010 Ext JS, Inc.\nlicensing@extjs.com\nhttp://www.extjs.com/license", + "licenseText": "Ext JS Library 3.3.1\nCopyright(c) 2006-2010 Sencha Inc.\nlicensing@sencha.com\nhttp://www.sencha.com/license", "pkgs": [{ "name": "Ext Base", "file": "adapter/ext/ext-base.js", @@ -132,6 +132,9 @@ { "text": "EventManager.js", "path": "src/ext-core/src/core/" + },{ + "text": "Loader.js", + "path": "src/ext-core/src/core/" }] },{ "name": "Ext Foundation", @@ -1305,8 +1308,8 @@ "text": "grid.css", "path": "resources/css/visual/" },{ - "text": "pivotgrid.css", - "path": "resources/css/visual/" + "text": "pivotgrid.css", + "path": "resources/css/visual/" },{ "text": "dd.css", "path": "resources/css/visual/" @@ -1453,6 +1456,9 @@ },{ "text": "grid.css", "path": "resources/css/theme-gray/" + },{ + "text": "pivotgrid.css", + "path": "resources/css/theme-gray/" },{ "text": "dd.css", "path": "resources/css/theme-gray/" @@ -1610,6 +1616,10 @@ "src": "resources/", "dest": "resources/", "filters": ".*" + },{ + "src": "release-notes.html", + "dest": "release-notes.html", + "filters": ".*" },{ "src": "license.txt", "dest": "license.txt",