From 750c5399383a871b6847bd53188b67049ae906a2 Mon Sep 17 00:00:00 2001
From: Suchita Lad
Date: Mon, 8 Jul 2024 16:03:34 +0530
Subject: Added split.xsl file
---
blocks/Makefile | 1 +
blocks/eda-frontend/public/split.xsl | 179 -----------------------------------
blocks/xcos2xml/split.xsl | 84 ++++++++++++++++
3 files changed, 85 insertions(+), 179 deletions(-)
delete mode 100644 blocks/eda-frontend/public/split.xsl
create mode 100644 blocks/xcos2xml/split.xsl
diff --git a/blocks/Makefile b/blocks/Makefile
index 648ac1bb..a8751c4c 100644
--- a/blocks/Makefile
+++ b/blocks/Makefile
@@ -8,6 +8,7 @@ SRCFILES += $(sort $(wildcard Xcos/ports/*.py))
SRCFILES += $(sort $(wildcard Xcos/links/*.py))
XCOS2XMLFILES := $(sort $(wildcard xcos2xml/head.xsl))
+XCOS2XMLFILES += $(sort $(wildcard xcos2xml/split.xsl))
XCOS2XMLFILES += $(sort $(wildcard xcos2xml/blocks/*.xsl))
XCOS2XMLFILES += $(sort $(wildcard xcos2xml/ports/*.xsl))
XCOS2XMLFILES += $(sort $(wildcard xcos2xml/links/*.xsl))
diff --git a/blocks/eda-frontend/public/split.xsl b/blocks/eda-frontend/public/split.xsl
deleted file mode 100644
index 370c84fc..00000000
--- a/blocks/eda-frontend/public/split.xsl
+++ /dev/null
@@ -1,179 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- Xcos
-
- Unknown
- 0
- 0
- 0
- 0
-
-
-
-
-
-
-
-
-
-
- Unknown
- 0
- 0
- 0
- 0
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/blocks/xcos2xml/split.xsl b/blocks/xcos2xml/split.xsl
new file mode 100644
index 00000000..39a14a5b
--- /dev/null
+++ b/blocks/xcos2xml/split.xsl
@@ -0,0 +1,84 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
--
cgit