facf0c92e0
Red Bear OS is a full fork. All sources must be available from git clone with zero network access. Removed gitignore rules that excluded fetched source trees under recipes/*/source/, local/recipes/kde/*/source/, local/recipes/qt/*/source/, and vendor source trees. Build artifacts (target/, build/, source.tar, *.o, *.so) remain excluded. 127291 files added — kernel, relibc, base, bootloader, pkgar, all KDE/Qt frameworks, mesa, wayland, DRM drivers, and every other recipe source.
62 lines
613 B
XML
62 lines
613 B
XML
<doc>
|
|
<!-- at least one present -->
|
|
<z-o>
|
|
<b/>
|
|
</z-o>
|
|
<o-o>
|
|
<c/>
|
|
</o-o>
|
|
<z-u>
|
|
<d/>
|
|
</z-u>
|
|
<o-u>
|
|
<e/>
|
|
</o-u>
|
|
<z-3>
|
|
<f/>
|
|
</z-3>
|
|
<o-3>
|
|
<g/>
|
|
</o-3>
|
|
<!-- more than one present when allowed -->
|
|
<z-o>
|
|
<b/>
|
|
</z-o>
|
|
<o-o>
|
|
<c/>
|
|
</o-o>
|
|
<z-u>
|
|
<d/>
|
|
<d/>
|
|
<d/>
|
|
</z-u>
|
|
<o-u>
|
|
<e/>
|
|
<e/>
|
|
<e/>
|
|
</o-u>
|
|
<z-3>
|
|
<f/>
|
|
<f/>
|
|
<f/>
|
|
</z-3>
|
|
<o-3>
|
|
<g/>
|
|
<g/>
|
|
<g/>
|
|
</o-3>
|
|
<!-- min 0 are not present -->
|
|
<z-o/>
|
|
<o-o>
|
|
<c/>
|
|
</o-o>
|
|
<z-u/>
|
|
<o-u>
|
|
<e/>
|
|
</o-u>
|
|
<z-3/>
|
|
<o-3>
|
|
<g/>
|
|
</o-3>
|
|
</doc>
|