Skip to content

Commit

Permalink
Update to Architect 3.0 build 1337
Browse files Browse the repository at this point in the history
  • Loading branch information
lojjic committed Nov 13, 2013
1 parent 35fd086 commit 54967d0
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 49 deletions.
4 changes: 2 additions & 2 deletions ExtFeedViewer/FeedViewer.xds
Expand Up @@ -35,9 +35,9 @@
}
},
"xdsVersion": "3.0.0",
"xdsBuild": 1316,
"xdsBuild": 1337,
"schemaVersion": 1,
"upgradeVersion": 300000000001,
"upgradeVersion": 300000000003,
"framework": "ext42",
"viewOrderMap": {
"view": [
Expand Down
7 changes: 2 additions & 5 deletions ExtFeedViewer/app.js
Expand Up @@ -15,10 +15,7 @@

// @require @packageOverrides
Ext.Loader.setConfig({
enabled: true,
paths: {
'Ext.ux': 'ux/'
}
enabled: true
});


Expand Down Expand Up @@ -51,10 +48,10 @@ Ext.application({
name: 'MyApp',

launch: function() {
Ext.create('MyApp.view.MyViewport');
Ext.syncRequire([
'Ext.ux.PreviewPlugin'
]);
Ext.create('MyApp.view.MyViewport');
}

});
3 changes: 2 additions & 1 deletion ExtFeedViewer/app.json
Expand Up @@ -10,6 +10,7 @@
"_comment": "Please don't edit. This is Architect data.",
"resources": [
"Feed-Viewer.css"
]
],
"requires": []
}
}
4 changes: 2 additions & 2 deletions ExtFeedViewer/app/store/FeedItemStore.js
Expand Up @@ -17,10 +17,10 @@ Ext.define('MyApp.store.FeedItemStore', {
extend: 'Ext.data.Store',

requires: [
'MyApp.model.FeedItem',
'Ext.data.proxy.Ajax',
'Ext.data.reader.Xml',
'Ext.util.Sorter',
'MyApp.model.FeedItem'
'Ext.util.Sorter'
],

constructor: function(cfg) {
Expand Down
19 changes: 0 additions & 19 deletions ExtFeedViewer/app/view/Viewport.js

This file was deleted.

11 changes: 2 additions & 9 deletions ExtFeedViewer/bootstrap.css
@@ -1,9 +1,2 @@


/*
* This file is generated by Sencha Cmd and should NOT be edited. It redirects
* to the most recently built CSS file for the application to allow index.html
* in the development directory to load properly (i.e., "dev mode").
*/
@import 'build/testing/FeedViewer/resources/FeedViewer-all.css';

/* generated file */
@import 'ext/packages/ext-theme-classic/build/resources/ext-theme-classic-all-rtl.css'
8 changes: 2 additions & 6 deletions ExtFeedViewer/bootstrap.js
Expand Up @@ -413,7 +413,6 @@ Ext.ClassManager.addNameAlternateMappings({
],
"Ext.grid.RowEditor": [],
"Ext.grid.RowEditorButtons": [],
"Ext.grid.Scroller": [],
"Ext.grid.View": [],
"Ext.grid.ViewDropZone": [],
"Ext.grid.column.Action": [
Expand Down Expand Up @@ -844,8 +843,7 @@ Ext.ClassManager.addNameAlternateMappings({
"MyApp.view.FeedPanel": [],
"MyApp.view.FeedPost": [],
"MyApp.view.FeedWindow": [],
"MyApp.view.MyViewport": [],
"MyApp.view.Viewport": []
"MyApp.view.MyViewport": []
});
Ext.ClassManager.addNameAliasMappings({
"Ext.AbstractComponent": [],
Expand Down Expand Up @@ -1283,7 +1281,6 @@ Ext.ClassManager.addNameAliasMappings({
"Ext.grid.RowEditorButtons": [
"widget.roweditorbuttons"
],
"Ext.grid.Scroller": [],
"Ext.grid.View": [
"widget.gridview"
],
Expand Down Expand Up @@ -1862,8 +1859,7 @@ Ext.ClassManager.addNameAliasMappings({
"MyApp.view.FeedWindow": [
"widget.feedwindow"
],
"MyApp.view.MyViewport": [],
"MyApp.view.Viewport": []
"MyApp.view.MyViewport": []
});
Ext.setVersion("ext-theme-base", "4.2.1");
Ext.setVersion("ext-theme-classic", "4.2.1");
Expand Down
6 changes: 1 addition & 5 deletions ExtFeedViewer/metadata/Application
Expand Up @@ -6,7 +6,6 @@
},
"codeClass": null,
"userConfig": {
"autoCreateViewport": true,
"controllers": [
"FeedController"
],
Expand Down Expand Up @@ -57,10 +56,7 @@
},
"codeClass": null,
"userConfig": {
"enabled": true,
"paths": [
"{\"Ext.ux\":\"ux/\"}"
]
"enabled": true
},
"designerId": "10e31052-bd3e-4fa1-9e22-9983d22d34f7"
}
Expand Down

0 comments on commit 54967d0

Please sign in to comment.