samples/composition/build.xml
changeset 263 7e8e995065c5
parent 187 e8db9f297016
     1.1 --- a/samples/composition/build.xml	Sat Jun 14 10:01:36 2008 +0200
     1.2 +++ b/samples/composition/build.xml	Sat Jun 14 18:51:38 2008 +0200
     1.3 @@ -80,6 +80,10 @@
     1.4                  <path location="build/test/classes"/>
     1.5                  <path location="${junit.jar}"/>
     1.6              </classpath>
     1.7 +            <syspropertyset>
     1.8 +                <propertyref prefix="test-sys-prop."/>
     1.9 +                <mapper from="test-sys-prop.*" to="*" type="glob"/>
    1.10 +            </syspropertyset>
    1.11              <formatter type="brief" usefile="false"/>
    1.12              <formatter type="xml"/>
    1.13          </junit>