-
Notifications
You must be signed in to change notification settings - Fork 24
[FEATURE] Enhance generateFlexChangeBundle task to add new 'flexBundle' property to the manifest.json #1164
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 10 commits
3443eef
f705eff
66b082e
6d2e378
0fa0b34
a662415
a79d786
e44c33c
1688df3
8c0a5db
234812f
1a28a93
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,18 @@ | ||
| { | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "id1", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.2.2" | ||
| }, | ||
| "embeds": ["embedded"], | ||
| "title": "{{title}}" | ||
| } | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "id1", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.2.2" | ||
| }, | ||
| "embeds": [ | ||
| "embedded" | ||
| ], | ||
| "title": "{{title}}" | ||
| }, | ||
| "sap.ui5": { | ||
| "flexBundle": false | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,18 @@ | ||
| { | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "id1", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.2.2" | ||
| }, | ||
| "embeds": ["embedded"], | ||
| "title": "{{title}}" | ||
| } | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "id1", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.2.2" | ||
| }, | ||
| "embeds": [ | ||
| "embedded" | ||
| ], | ||
| "title": "{{title}}" | ||
| }, | ||
| "sap.ui5": { | ||
| "flexBundle": false | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,18 @@ | ||
| { | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "id1", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.2.2" | ||
| }, | ||
| "embeds": ["embedded"], | ||
| "title": "{{title}}" | ||
| } | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "id1", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.2.2" | ||
| }, | ||
| "embeds": [ | ||
| "embedded" | ||
| ], | ||
| "title": "{{title}}" | ||
| }, | ||
| "sap.ui5": { | ||
| "flexBundle": false | ||
| } | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,18 @@ | ||
| { | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "id1", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.2.2" | ||
| }, | ||
| "embeds": ["embedded"], | ||
| "title": "{{title}}" | ||
| } | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "id1", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.2.2" | ||
| }, | ||
| "embeds": [ | ||
| "embedded" | ||
| ], | ||
| "title": "{{title}}" | ||
| }, | ||
| "sap.ui5": { | ||
| "flexBundle": false | ||
| } | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,18 @@ | ||
| { | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "id1", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.2.2" | ||
| }, | ||
| "embeds": ["embedded"], | ||
| "title": "{{title}}" | ||
| } | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "id1", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.2.2" | ||
| }, | ||
| "embeds": [ | ||
| "embedded" | ||
| ], | ||
| "title": "{{title}}" | ||
| }, | ||
| "sap.ui5": { | ||
| "flexBundle": false | ||
| } | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,19 @@ | ||
| { | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "application.g", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.0.0" | ||
| }, | ||
| "embeds": ["embedded"], | ||
| "title": "{{title}}" | ||
| }, | ||
| "customCopyrightString": "Some fancy copyright" | ||
| } | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "application.g", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.0.0" | ||
| }, | ||
| "embeds": [ | ||
| "embedded" | ||
| ], | ||
| "title": "{{title}}" | ||
| }, | ||
| "customCopyrightString": "Some fancy copyright", | ||
| "sap.ui5": { | ||
| "flexBundle": false | ||
| } | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,14 +1,19 @@ | ||
| { | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "application.g", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.0.0" | ||
| }, | ||
| "embeds": ["embedded"], | ||
| "title": "{{title}}" | ||
| }, | ||
| "customCopyrightString": "Some fancy copyright" | ||
| } | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "application.g", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.0.0" | ||
| }, | ||
| "embeds": [ | ||
| "embedded" | ||
| ], | ||
| "title": "{{title}}" | ||
| }, | ||
| "customCopyrightString": "Some fancy copyright", | ||
| "sap.ui5": { | ||
| "flexBundle": false | ||
| } | ||
| } |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,13 +1,18 @@ | ||
| { | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "application.h", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.2.2" | ||
| }, | ||
| "embeds": ["embedded"], | ||
| "title": "{{title}}" | ||
| } | ||
| } | ||
| "_version": "1.1.0", | ||
| "sap.app": { | ||
| "_version": "1.1.0", | ||
| "id": "application.h", | ||
| "type": "application", | ||
| "applicationVersion": { | ||
| "version": "1.2.2" | ||
| }, | ||
| "embeds": [ | ||
| "embedded" | ||
| ], | ||
| "title": "{{title}}" | ||
| }, | ||
| "sap.ui5": { | ||
| "flexBundle": false | ||
| } | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.