From 5ab0f971e767f190aceea48cc6aab6a2bfa42bea Mon Sep 17 00:00:00 2001
From: Adrian Kummerlaender
Date: Sat, 6 Sep 2014 14:30:01 +0200
Subject: Replaced custom build system with BuildXSLT * the bootstrapping
transformation is not specific to this project and may be used as a starting
point for all kinds of projects making use of InputXSLT ** this is why it was
extracted into the separate BuildXSLT repository * the new "make.xml"
_Makefile_ has to be passed as input to "build.xsl" ** e.g. "ixslt --input
make.xml --transformation ../BuildXSLT/build.xsl" * "make.xml" defines the
basic transformation chain and its input
---
make.xml | 16 ++++++++++++++++
make.xsl | 67 ----------------------------------------------------------------
2 files changed, 16 insertions(+), 67 deletions(-)
create mode 100644 make.xml
delete mode 100644 make.xsl
diff --git a/make.xml b/make.xml
new file mode 100644
index 0000000..177189b
--- /dev/null
+++ b/make.xml
@@ -0,0 +1,16 @@
+
+
+
+
+
+ target
+
+
+
+
+ detail/list.xsl
+ detail/plan.xsl
+ detail/process.xsl
+ detail/summarize.xsl
+
+
diff --git a/make.xsl b/make.xsl
deleted file mode 100644
index 7f52475..0000000
--- a/make.xsl
+++ /dev/null
@@ -1,67 +0,0 @@
-
-
-
-
-
-source
-target
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- detail/list.xsl
-
-
-
-
-
-
- detail/plan.xsl
-
-
-
-
-
-
- detail/process.xsl
-
-
-
-
-
- detail/summarize.xsl
-
-
-
-
--
cgit v1.2.3