Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2011-09-14 20:24:22 +0000
committerAndrew Niefer2011-09-14 20:24:22 +0000
commit38ab0b9cabca17fb242ba5d4683e112bd202ac68 (patch)
treeaec99ea2d6b5f28e6c4296f629e9f70de94c8548 /releng/org.eclipse.equinox.launcher.releng
parenta43abe89cbc5b5a6911d3bd2942b8d2a96122c36 (diff)
downloadrt.equinox.framework-38ab0b9cabca17fb242ba5d4683e112bd202ac68.tar.gz
rt.equinox.framework-38ab0b9cabca17fb242ba5d4683e112bd202ac68.tar.xz
rt.equinox.framework-38ab0b9cabca17fb242ba5d4683e112bd202ac68.zip
more crlf adjustments
Diffstat (limited to 'releng/org.eclipse.equinox.launcher.releng')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index 40ee1f881..356a00dec 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -170,7 +170,7 @@
<target name="buildNix" if="buildNix">
- <fixcrlf file="${libraryFolder}" includes="**/*.sh,**/*.mak" />
+ <fixcrlf file="${libraryFolder}" includes="**/*.sh,**/*.mak,**/*.c,**/*.h" />
<!-- exec the build.sh for flavors of unix -->
<exec dir="${libraryFolder}/${ws}" executable="sh" failonerror="true">

Back to the top