Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Williams2014-06-01 17:35:30 +0000
committerDavid Williams2014-06-01 17:35:30 +0000
commit70befd6f7e2c2c76eeb3fce23186fffacf05e8b5 (patch)
treeb42fd9568f31554075c8f22b4fcd6c1996004ddf /scripts
parent129000f969e21883fee9088847e7af77bbe09df9 (diff)
downloadeclipse.platform.releng.aggregator-70befd6f7e2c2c76eeb3fce23186fffacf05e8b5.tar.gz
eclipse.platform.releng.aggregator-70befd6f7e2c2c76eeb3fce23186fffacf05e8b5.tar.xz
eclipse.platform.releng.aggregator-70befd6f7e2c2c76eeb3fce23186fffacf05e8b5.zip
convert tabs to 2 space characters
Diffstat (limited to 'scripts')
-rw-r--r--scripts/xsl/run-xsl.xml12
1 files changed, 6 insertions, 6 deletions
diff --git a/scripts/xsl/run-xsl.xml b/scripts/xsl/run-xsl.xml
index 8a5f15c84..e7b642d7f 100644
--- a/scripts/xsl/run-xsl.xml
+++ b/scripts/xsl/run-xsl.xml
@@ -1,10 +1,10 @@
<?xml version="1.0" encoding="UTF-8"?>
<project name="Run stylesheet" default="all" basedir=".">
- <property name="file.in" value="content.xml"/>
- <property name="file.out" value="out_${file.in}"/>
- <property name="file.sheet" value="sort.xsl"/>
+ <property name="file.in" value="content.xml"/>
+ <property name="file.out" value="out_${file.in}"/>
+ <property name="file.sheet" value="sort.xsl"/>
- <target name="all">
- <xslt in="${file.in}" out="${file.out}" style="${file.sheet}"/>
- </target>
+ <target name="all">
+ <xslt in="${file.in}" out="${file.out}" style="${file.sheet}"/>
+ </target>
</project>

Back to the top