diff --git a/rfcs/0011-consume-prebuilt-projects.md b/rfcs/0011-consume-prebuilt-projects.md index 98673e113..6dbf8775c 100644 --- a/rfcs/0011-consume-prebuilt-projects.md +++ b/rfcs/0011-consume-prebuilt-projects.md @@ -55,13 +55,6 @@ As described in [RFC 0010 UI5 Builder-Bundling Refactoring](https://github.com/S 1. ~generateLibraryPreload~ *(removed with https://github.com/SAP/ui5-builder/pull/734)* 1. generateStandaloneAppBundle *(to bundle required runtime resources)* - Note: `build --all` is already recommended for self-contained builds in order to generate required theme resources which are not part of the standalone app bundle. -### Introduce Project Graph - - -![UI5 Project: Graph Components](./resources/UI5_Project_Graph_Components.png) - -![UI5 Project: Specification Class Diagram](./resources/UI5_Project_Specification_Class_Overview.png) - diff --git a/rfcs/resources/UI5_Project_Graph_Components.png b/rfcs/resources/UI5_Project_Graph_Components.png deleted file mode 100755 index 9c1881a04..000000000 Binary files a/rfcs/resources/UI5_Project_Graph_Components.png and /dev/null differ diff --git a/rfcs/resources/UI5_Project_Specification_Class_Overview.png b/rfcs/resources/UI5_Project_Specification_Class_Overview.png deleted file mode 100755 index d35451436..000000000 Binary files a/rfcs/resources/UI5_Project_Specification_Class_Overview.png and /dev/null differ