File netbeans-platform-6.8~build_bootstrap.patch of Package netbeans-platform
diff -Nur netbeans-platform-6.7/o.n.bootstrap/build.xml netbeans-platform-6.7.new/o.n.bootstrap/build.xml
--- netbeans-platform-6.7/o.n.bootstrap/build.xml 2009-05-21 02:24:48.000000000 +0400
+++ netbeans-platform-6.7.new/o.n.bootstrap/build.xml 2009-05-21 02:51:50.000000000 +0400
@@ -65,8 +65,10 @@
<target name="release" depends="init">
<copy file="launcher/unix/nbexec" todir="${cluster}/lib" />
<chmod file="${cluster}/lib/nbexec" perm="ugo+rx"/>
+<!--
<copy file="launcher/windows/nbexec.exe" todir="${cluster}/lib/" />
<copy file="launcher/windows/nbexec.dll" todir="${cluster}/lib/" />
+-->
<fixcrlf srcdir="${cluster}/lib" eol="lf">
<include name="**/*.sh"/>
<include name="**/ide.cfg"/>