summaryrefslogtreecommitdiff
path: root/DAnCE/bin/PythonDAnCE/generator/header.py
diff options
context:
space:
mode:
Diffstat (limited to 'DAnCE/bin/PythonDAnCE/generator/header.py')
-rwxr-xr-xDAnCE/bin/PythonDAnCE/generator/header.py15
1 files changed, 0 insertions, 15 deletions
diff --git a/DAnCE/bin/PythonDAnCE/generator/header.py b/DAnCE/bin/PythonDAnCE/generator/header.py
deleted file mode 100755
index 5d6a6a79ce0..00000000000
--- a/DAnCE/bin/PythonDAnCE/generator/header.py
+++ /dev/null
@@ -1,15 +0,0 @@
-
-from templet import stringfunction
-
-@stringfunction
-def template (uuid):
- """
-<Deployment:DeploymentPlan
- xmlns:Deployment="http://www.omg.org/Deployment"
- xmlns:xmi="http://www.omg.org/XMI"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://www.omg.org/Deployment Deployment.xsd">
- <label>${uuid}</label>
- <UUID>${uuid}</UUID>
-
-"""