Complete the template machinery for the existing code.
authorGunnar Wrobel <p@rdus.de>
Tue, 11 Jan 2011 10:31:16 +0000 (11:31 +0100)
committerGunnar Wrobel <p@rdus.de>
Tue, 11 Jan 2011 10:31:16 +0000 (11:31 +0100)
commit8bb9f9011448547c9264a759e4d02938a53aec18
tree7f35e2690ddb5cccb8de0a5da594b0ae2d095a51
parenteee866544f433fcd5fc46fac8366b11408dc1fca
Complete the template machinery for the existing code.
15 files changed:
components/lib/Components/Helper/Template.php [new file with mode: 0644]
components/lib/Components/Helper/Template/Php.php [new file with mode: 0644]
components/lib/Components/Helper/Template/Printf.php [new file with mode: 0644]
components/lib/Components/Helper/Templates.php
components/lib/Components/Helper/Templates/Prefix.php [new file with mode: 0644]
components/lib/Components/Helper/Templates/Single.php [new file with mode: 0644]
components/lib/Components/Runner/CiPrebuild.php
components/lib/Components/Runner/CiSetup.php
components/lib/Components/Runner/Distribute.php
components/package.xml
components/test/Components/Unit/Components/Helper/TemplatesTest.php
components/test/Components/fixture/templates/input.template [new file with mode: 0644]
components/test/Components/fixture/templates/php.template [new file with mode: 0644]
components/test/Components/fixture/templates/simple.template [new file with mode: 0644]
components/test/Components/fixture/templates/variables.template [new file with mode: 0644]