configurationengine/source/scripts/tests/generation_test_project/custom/implml/output_override_test.implml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
permissions -rw-r--r--
Adding EPL version of configurationengine.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     1
<?xml version="1.0" encoding="UTF-8"?>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     2
<container xmlns="http://www.symbianfoundation.org/xml/implml/1">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     3
    <!-- Content copy with an overridden output sub-directory -->
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
    <container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
        <outputSubDir value="test_subdir"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
        <content xmlns="http://www.s60.com/xml/content/2">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
            <output dir="output_subdir_test.txt">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
                <input dir="invocation_phase_test_1.txt"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
            </output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
        </content>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
    </container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
    <!-- Content copy with an overridden output root directory -->
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
    <container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
        <outputRootDir value="overridden_output"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
        <content xmlns="http://www.s60.com/xml/content/2">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
            <output dir="output_rootdir_test.txt">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
                <input dir="invocation_phase_test_1.txt"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
            </output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
        </content>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    21
    </container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    22
    
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    23
    <!-- Content copy with an both overridden -->
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    24
    <container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    25
        <outputRootDir value="overridden_output"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    26
        <outputSubDir value="test_subdir"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    27
        <content xmlns="http://www.s60.com/xml/content/2">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    28
            <output dir="output_rootdir_test.txt">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    29
                <input dir="invocation_phase_test_1.txt"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    30
            </output>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    31
        </content>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    32
    </container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    33
</container>