Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index bb6e6b324..62c70c4c1 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}/${ws}/build.sh" />
+ <fixcrlf file="${libraryFolder}" includes="**/*.sh,**/*.mak" />
<!-- exec the build.sh for flavors of unix -->
<exec dir="${libraryFolder}/${ws}" executable="sh" failonerror="true">
@@ -241,7 +241,7 @@
</target>
<target name="buildMac" if="buildMac">
- <fixcrlf file="${libraryFolder}/${ws}/build.sh" />
+ <fixcrlf file="${libraryFolder}" includes="**/*.sh,**/*.mak" />
<exec dir="${libraryFolder}/carbon" executable="sh" failonerror="true">
<arg value="build.sh"/>

Back to the top