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.xsl | 67 ---------------------------------------------------------------- 1 file changed, 67 deletions(-) delete mode 100644 make.xsl (limited to 'make.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