~ubuntu-branches/ubuntu/quantal/netbeans/quantal

« back to all changes in this revision

Viewing changes to debian/patches/50-build-xml.patch

  • Committer: Bazaar Package Importer
  • Author(s): Marek Slama
  • Date: 2008-01-29 14:11:22 UTC
  • Revision ID: james.westby@ubuntu.com-20080129141122-ahcn3eqgl2iefhgh
Tags: 6.0.1-0ubuntu1
Initial version. (LP: #187708)

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
diff -Nur -x '*.orig' -x '*~' netbeans6.0.1-6.0.1/nbbuild/build.xml netbeans6.0.1-6.0.1.new/nbbuild/build.xml
 
2
--- netbeans6.0.1-6.0.1/nbbuild/build.xml       2007-12-13 17:14:20.000000000 +0100
 
3
+++ netbeans6.0.1-6.0.1.new/nbbuild/build.xml   2008-01-31 11:25:10.000000000 +0100
 
4
@@ -567,8 +567,6 @@
 
5
     <mkdir dir="${netbeans.dest.dir}/bin" />
 
6
     <copy file="../ide/launcher/unix/netbeans" todir="${netbeans.dest.dir}/bin" />
 
7
     <chmod file="${netbeans.dest.dir}/bin/netbeans" perm="ugo+rx"/>
 
8
-    <copy file="../ide/launcher/windows/netbeans.exe" todir="${netbeans.dest.dir}/bin" />
 
9
-    <copy file="../ide/launcher/windows/nb.exe" todir="${netbeans.dest.dir}/bin" />
 
10
     <!-- if anybody knows better place for icons, let me know: jtulach@netbeans.org -->
 
11
 
 
12
     <mkdir dir="${netbeans.dest.dir}/etc" />