Take a look here:
https://github.com/apache/incubator-netbeans/tree/master/o.n.bootstrap/test/unit/data/jars

Eg.
https://github.com/apache/incubator-netbeans/blob/master/o.n.bootstrap/test/unit/data/jars/base-layer-mod/baselayer/layer.xml
https://github.com/apache/incubator-netbeans/blob/master/o.n.bootstrap/test/unit/data/jars/base-layer-mod/baselayer/layer_foo.xml

https://github.com/apache/incubator-netbeans/blob/master/o.n.bootstrap/test/unit/data/jars/override-layer-mod/overridelayer/layer.xml

Something like this:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE filesystem PUBLIC "-//NetBeans//DTD Filesystem 1.1//EN" "
http://www.netbeans.org/dtds/filesystem-1_1.dtd";>
<filesystem>
    <folder name="foo">
        <file name="file3.txt">customized contents</file>
        <file name="file4.txt_hidden"/>
        <file name="file5.txt">
            <attr name="myattr" stringvalue="someotherval"/>
        </file>
    </folder>
</filesystem>



--emi

On Tue, Sep 26, 2017 at 6:25 PM, Bertrand Delacretaz <[email protected]
> wrote:

> On Tue, Sep 26, 2017 at 3:05 PM, Emilian Bold <[email protected]>
> wrote:
> > ...I see all these small xml/text/properties files used to test code and
> they
> > have nothing of any significance,...
>
> Can you provide the URLs of some examples?
>
> -Bertrand
>

Reply via email to