In the jungle reference I noticed this section:
Our second developer realizes that he wants to support rectangle devices as well. These have been defined in a rectangleIcons.jungle. He includes multiple build instructions from MyIconBarrel by grouping the Jungle files in square brackets [] like this: # Include a specific Barrel from the 'barrels' directory and multiple Jungles from a Barrel project base.barrelPath = barrels/MathLibrary.barrel;[MyIconBarrel/roundIcons.jungle;MyIconBarrel/rectangleIcons.jungle]
What does the MyIconBarrel project look like in this case? Also, what exactly do the square brackets mean? Even without them, you can present a list of barrel projects to pull in, simply separated by semi-colons, so I'm assuming this syntax is only needed for a single barrel project that has multiple jungle files. But how would I set up such a project?