Community
Participate
Working Groups
Ecore diagrams are supposed to be excluded from EMF runtime binaries per the following line in build.properties: bin.excludes = model/*.ecorediag Unfortunately, Buckminster does not respect these directives (and probably won't anytime soon). We'll have to adjust our build.properties files so that the proper binary contents are produced using inclusions (only).
I just discovered that documentation files are also unintentionally included in the runtime binaries. They are supposed to be excluded per the following line in build.properties: exclude.. = **/doc-files/** Unfortunately, I don't see how these files can be excluded from the binaries unless/until Buckminster supports exclusions in build.properties files...
The M7 build properly excludes unwanted files from the runtime binaries.