~ubuntu-branches/ubuntu/utopic/libnb-platform18-java/utopic-proposed

« back to all changes in this revision

Viewing changes to debian/patches/netbeans-platform~suitebuild.patch

  • Committer: Package Import Robot
  • Author(s): tony mancill, Andrew Ross, tony mancill
  • Date: 2013-12-25 10:42:18 UTC
  • Revision ID: package-import@ubuntu.com-20131225104218-jeviqyvn71vat6x5
Tags: 7.4+dfsg1-1
* Team upload.

[ Andrew Ross ]
* New upstream release of Netbeans.
* Switch to mingw-w64 (Closes: #680468)
* Separate Netbeans Platform back into its own package.
* Include cluster release number in source package name to allow
  multiple Netbeans platforms to be installed at once.
* Build .nbm modules and install into their own package.
* Upstream removed bashism from o.n.bootstrap/launcher/unix/nbexec
  (Closes: #690633)
* Updated debian/patches.

[ tony mancill ]
* Bump standards version to 3.9.5.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Don't fail if we can't find the Windows exe launcher. This lets us build for older netbeans platforms where the
 
2
package didn't contain Windows launchers.
 
3
 
 
4
--- a/apisupport.harness/release/suite.xml
 
5
+++ b/apisupport.harness/release/suite.xml
 
6
@@ -327,7 +327,7 @@
 
7
         <condition property="app.exe.prefix" value="" else="pre7_">
 
8
             <isset property="nbexec.dll.found"/>
 
9
         </condition>
 
10
-        <copy file="${harness.dir}/launchers/${app.exe.prefix}app.exe" tofile="${build.launcher.dir}/bin/${app.name}.exe" overwrite="true"/>
 
11
+        <copy file="${harness.dir}/launchers/${app.exe.prefix}app.exe" tofile="${build.launcher.dir}/bin/${app.name}.exe" failonerror="false" overwrite="true"/>
 
12
         <copy file="${harness.dir}/launchers/${app.exe.prefix}app64.exe" tofile="${build.launcher.dir}/bin/${app.name}64.exe" failonerror="false" overwrite="true"/>
 
13
         <copy file="${harness.dir}/launchers/${app.exe.prefix}app_w.exe" tofile="${build.launcher.dir}/bin/${app.name}_w.exe" failonerror="false" overwrite="true"/>
 
14