summaryrefslogtreecommitdiff
path: root/DAnCE/bin/PythonDAnCE/generator/homed_comp_inst.py
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/bin/PythonDAnCE/generator/homed_comp_inst.py')
-rwxr-xr-xDAnCE/bin/PythonDAnCE/generator/homed_comp_inst.py24
1 files changed, 0 insertions, 24 deletions
diff --git a/DAnCE/bin/PythonDAnCE/generator/homed_comp_inst.py b/DAnCE/bin/PythonDAnCE/generator/homed_comp_inst.py
deleted file mode 100755
index ee1218d4539..00000000000
--- a/DAnCE/bin/PythonDAnCE/generator/homed_comp_inst.py
+++ /dev/null
@@ -1,24 +0,0 @@
-from templet import stringfunction
-
-@stringfunction
-def template (component_name) :
- """
- <instance xmi:id="${component_name}ComponentInstance">
- <name>${component_name}Component</name>
- <node>NodeOne</node>
- <!-- hostname -->
- <source/>
- <implementation xmi:idref="${component_name}ComponentImplementation" />
- <configProperty>
- <name>edu.vanderbilt.dre.DAnCE.ExplicitHome</name>
- <value>
- <type>
- <kind>tk_string</kind>
- </type>
- <value>
- <string>${component_name}Home</string>
- </value>
- </value>
- </configProperty>
- </instance>
- """