summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/porter.xml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-17 20:04:58 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-17 20:04:58 +0200
commit3b2828e86d0551af3964000b901c684be26d67c9 (patch)
tree876dafbcdd9705fa171a9de0893a08b06c56bd74 /templates/flumotion/default/porter.xml
parentmoved template parameter to config file (diff)
moved output to output/<format>
Diffstat (limited to 'templates/flumotion/default/porter.xml')
-rw-r--r--templates/flumotion/default/porter.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/flumotion/default/porter.xml b/templates/flumotion/default/porter.xml
new file mode 100644
index 0000000..cf960bf
--- /dev/null
+++ b/templates/flumotion/default/porter.xml
@@ -0,0 +1,11 @@
+ <component name="{{ name }}"
+ type="porter"
+ label="{{ component.desc }}"
+ worker="{{ component.worker }}"
+ project="flumotion"
+ version="{{ globals.version }}">
+ <property name="port">{{ component.properties['port'] }}</property>
+ <property name="socket-path">{{ component.properties['socket-path'] }}</property>
+ <property name="username">{{ component.properties['username'] }}</property>
+ <property name="password">{{ component.properties['password'] }}</property>
+ </component>