Skip to main content
aboutsummaryrefslogtreecommitdiffstats
path: root/releng
diff options
context:
space:
mode:
authorAndrew Niefer2011-09-14 20:04:28 +0000
committerAndrew Niefer2011-09-14 20:04:28 +0000
commit1605f16da5517d5087d7fe15bdedc4354c400dfd (patch)
tree8f5774446a04757fb91678a411ede0be54a2fc73 /releng
parent45d02e88dbf729727d917f24de7e50e0c4835936 (diff)
downloadrt.equinox.framework-1605f16da5517d5087d7fe15bdedc4354c400dfd.tar.gz
rt.equinox.framework-1605f16da5517d5087d7fe15bdedc4354c400dfd.tar.xz
rt.equinox.framework-1605f16da5517d5087d7fe15bdedc4354c400dfd.zip
fix crlf
Diffstat (limited to 'releng')
-rw-r--r--releng/org.eclipse.equinox.launcher.releng/build.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/releng/org.eclipse.equinox.launcher.releng/build.xml b/releng/org.eclipse.equinox.launcher.releng/build.xml
index 90261ad0d..bb6e6b324 100644
--- a/releng/org.eclipse.equinox.launcher.releng/build.xml
+++ b/releng/org.eclipse.equinox.launcher.releng/build.xml
@@ -169,6 +169,9 @@
</target>
<target name="buildNix" if="buildNix">
+
+ <fixcrlf file="${libraryFolder}/${ws}/build.sh" />
+
<!-- exec the build.sh for flavors of unix -->
<exec dir="${libraryFolder}/${ws}" executable="sh" failonerror="true">
<arg value="build.sh"/>
@@ -238,6 +241,8 @@
</target>
<target name="buildMac" if="buildMac">
+ <fixcrlf file="${libraryFolder}/${ws}/build.sh" />
+
<exec dir="${libraryFolder}/carbon" executable="sh" failonerror="true">
<arg value="build.sh"/>
<arg line="-ws ${ws} -arch ${arch}"/>

Back to the top