From 9c8d55ae5ee4b4d2dd8b5d69c4a635ac1b1236c6 Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Fri, 29 Aug 2014 23:35:16 +0200 Subject: Removed need for prefixing datasource source attribute * transformations contain one or more "datasource" meta nodes ** these nodes define the required datasources ** up until now it was required to define the whole path to the file to be loaded * the implementation of directory linkage in b942f8e removed the underlying need for providing the source / target prefix ** this commit now updates the generation transformations to match this change *** this simplifies the datasource definition process for the end-user *** additionally it makes the target / source directories easier to maintain * changed cleanage task implementation to remove the whole directory and recreate it from scratch ** otherwise directory linkage and in turn the whole generation failed when the target directory did not exist in the first place * removed task reordering in the process transformation ** tasks are now processed exactly as they were scheduled ** this was changed so that e.g. the "00_content" directory is linked before the first datasource is required --- process.xsl | 58 +++++++++++++++++++++++++++++++--------------------------- 1 file changed, 31 insertions(+), 27 deletions(-) (limited to 'process.xsl') diff --git a/process.xsl b/process.xsl index 29efc0e..595d617 100644 --- a/process.xsl +++ b/process.xsl @@ -30,7 +30,7 @@ @@ -87,13 +87,16 @@ + - + @@ -104,6 +107,7 @@ + @@ -112,6 +116,7 @@ + @@ -134,10 +139,9 @@ - - + - + @@ -147,36 +151,43 @@ - + - - - - + + + + + - + - - - - + + + + + - - - - + + + + + @@ -196,8 +207,7 @@ - - + @@ -232,10 +242,4 @@ - - - - - - -- cgit v1.2.3