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 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 make.xml (limited to 'make.xml') diff --git a/make.xml b/make.xml new file mode 100644 index 0000000..177189b --- /dev/null +++ b/make.xml @@ -0,0 +1,16 @@ + + + + + source + target + + + + + detail/list.xsl + detail/plan.xsl + detail/process.xsl + detail/summarize.xsl + + -- cgit v1.2.3