Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Niefer2011-09-14 20:14:51 +0000
committerAndrew Niefer2011-09-14 20:14:51 +0000
commit9f6ee980d64d210d0bbf19eba8f0221544594bdb (patch)
treef7e8e59d467cf07bff2241c41748b83e683c3c39
parent1605f16da5517d5087d7fe15bdedc4354c400dfd (diff)
downloadrt.equinox.framework-9f6ee980d64d210d0bbf19eba8f0221544594bdb.tar.gz
rt.equinox.framework-9f6ee980d64d210d0bbf19eba8f0221544594bdb.tar.xz
rt.equinox.framework-9f6ee980d64d210d0bbf19eba8f0221544594bdb.zip
crlf
-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