configurationengine/source/plugins/common/ConeRulePlugin/ruleplugin/tests/ruleproject/rules/implml/container_with_rules.ruleml
author terytkon
Thu, 11 Mar 2010 17:04:37 +0200
changeset 0 2e8eeb919028
child 3 e7e0ae78773e
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
    <container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     4
        <phase name="pre"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     5
        <rules:ruleml xmlns:rules="http://www.s60.com/xml/ruleml/1">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     6
          <rules:rule>imaker.imagetarget configures imakerapi.outputLocation = imaker.imagetarget</rules:rule>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     7
          <rules:rule>True configures StringConcatenationTest.Result1 = "Test " + "test"</rules:rule>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     8
          <rules:rule>True configures StringConcatenationTest.Result2 = StringConcatenationTest.Value1 + " Literal 2"</rules:rule>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
     9
        </rules:ruleml>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    10
    </container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    11
    <container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    12
        <phase name="normal"/>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    13
        <rules:ruleml xmlns:rules="http://www.s60.com/xml/ruleml/1">
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    14
          <rules:rule>True configures StringConcatenationTest.Result3 = "Literal 1 " + StringConcatenationTest.Value2</rules:rule>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    15
          <rules:rule>True configures StringConcatenationTest.Result4 = StringConcatenationTest.Value1 + StringConcatenationTest.Value2</rules:rule>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    16
          <rules:rule>True configures StringConcatenationTest.Result5 = StringConcatenationTest.Value1 + " &amp; " + StringConcatenationTest.Value2</rules:rule>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    17
          <rules:rule>True configures StringConcatenationTest.Result6 = StringConcatenationTest.Value1 + u" € カタカナ"</rules:rule>      
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    18
        </rules:ruleml>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    19
    </container>
2e8eeb919028 Adding EPL version of configurationengine.
terytkon
parents:
diff changeset
    20
</container>