[netbeans] 08/12: Imported Upstream version 8.1+dfsg3

Markus Koschany apo at moszumanska.debian.org
Thu May 26 16:10:02 UTC 2016


This is an automated email from the git hooks/post-receive script.

apo pushed a commit to branch master
in repository netbeans.

commit 7047494fb925f66172d302cd51286c7a59f5e124
Author: Markus Koschany <apo at debian.org>
Date:   Thu May 26 09:11:41 2016 +0200

    Imported Upstream version 8.1+dfsg3
---
 debian/README.source                               |   51 -
 debian/changelog                                   |  401 ----
 debian/compat                                      |    1 -
 debian/control                                     |  186 --
 debian/copyright                                   | 1974 --------------------
 debian/icons/netbeans.xpm                          |  205 --
 debian/libnb-apisupport3-java.lintian-overrides    |   10 -
 debian/libnb-ide14-java.lintian-overrides          |    9 -
 debian/libnb-java5-java.lintian-overrides          |    6 -
 debian/linked-jars                                 |   77 -
 debian/netbeans.1                                  |   95 -
 debian/netbeans.desktop                            |   10 -
 debian/netbeans.lintian-overrides                  |    3 -
 debian/netbeans.manpages                           |    1 -
 debian/netbeans.menu                               |    5 -
 debian/orig-tar.sh                                 |  149 --
 debian/patches/antlr-3.5.2.patch                   |   24 -
 .../patches/db.dataview-setRowFilter-method.patch  |   58 -
 debian/patches/javaewah-version.patch              |   25 -
 debian/patches/netbeans-CommandLineParser.patch    |   31 -
 debian/patches/netbeans-build.patch                |   36 -
 debian/patches/netbeans-cluster-properties.patch   |  340 ----
 debian/patches/netbeans-com.sun.tools.hc.patch     |   25 -
 debian/patches/netbeans-commons-net.patch          |   33 -
 .../patches/netbeans-dlight.nativeexecution.patch  |   96 -
 debian/patches/netbeans-empty-binaries-list.patch  | 1140 -----------
 debian/patches/netbeans-extexecution.impl.patch    |   70 -
 debian/patches/netbeans-ide-launcher.patch         |   70 -
 debian/patches/netbeans-javacc.patch               |   27 -
 debian/patches/netbeans-jemmy.patch                |   26 -
 debian/patches/netbeans-libs.jaxb.patch            |   28 -
 debian/patches/netbeans-nocopy.patch               |  121 --
 .../netbeans-o.apache.tools.ant.module.patch       |   47 -
 debian/patches/netbeans-o.n.bootstrap.patch        |   34 -
 ...etbeans-platform-disable-net.java-modules.patch |   60 -
 debian/patches/netbeans-platform-junitlib.patch    |   26 -
 debian/patches/netbeans-platform-nbi.patch         |   23 -
 .../patches/netbeans-platform-nojnabinaries.patch  |   69 -
 .../patches/netbeans-platform-o.n.html.ko4j.patch  |   31 -
 debian/patches/netbeans-platform-properties.patch  |   39 -
 .../netbeans-platform-windowslauncher.patch        |  379 ----
 debian/patches/netbeans-slf4j.dummy.patch          |   85 -
 debian/patches/netbeans-small-ide.patch            |  133 --
 debian/patches/netbeans-spi.java.hints.patch       |   28 -
 debian/patches/netbeans-svnclientadapter.patch     |   23 -
 debian/patches/netbeans-updatecenters.patch        |   43 -
 debian/patches/netbeans-wildUpperBound.patch       |   28 -
 debian/patches/netbeans-xml.jaxb.api.patch         |   27 -
 debian/patches/netbeans-xsl-httpserver.patch       |   23 -
 debian/patches/osgi-update.patch                   |   52 -
 debian/patches/reproducible-build.patch            |   24 -
 debian/patches/series                              |   35 -
 debian/pom/AbsoluteLayout.xml                      |   10 -
 debian/productid                                   |    1 -
 debian/rules                                       |  200 --
 debian/source/format                               |    1 -
 debian/source/lintian-overrides                    |    7 -
 debian/watch                                       |    5 -
 58 files changed, 6766 deletions(-)

diff --git a/debian/README.source b/debian/README.source
deleted file mode 100644
index cc1cd2f..0000000
--- a/debian/README.source
+++ /dev/null
@@ -1,51 +0,0 @@
-How to maintain Netbeans
-========================
-
-1. Update libnb-platform18-java first.
-
-    Due to historical and practical reasons the platform modules are packaged
-    separately. libnb-platform18-java is easier to maintain and less error
-    prone which reduces the maintenance work as a whole. src:netbeans builds
-    exactly the same modules but depends on binary packages from
-    libnb-platform18-java in the end. You can simply copy&paste the patches
-    from libnb-platform18-java and be done with it.
-
-    Download the sources for libnb-platform18-java from:
-    https://netbeans.org/downloads/zip.html
-    Run the orig-tar.sh script on *-platform-src.zip and create a DFSG
-    compliant tarball.
-
-2. Download the sources for Netbeans from:
-    https://netbeans.org/downloads/zip.html
-    Run the orig-tar.sh script on *-src.zip and create a DFSG compliant
-    tarball. For instance call it like that
-
-    ./debian/orig-tar.sh 8.1 ../tarballs/netbeans-8.1-201510222201-src.zip
-
-
-3. Refresh all Netbeans patches as necessary.
-
-    The patches are labeled netbeans-platform-* for platform specific patches
-    and netbeans-[module|or_another_descriptive_phrase] for src:netbeans
-    specific patches that work around various issues with the build system
-    because we have to replace all embedded jar files with system jar files and
-    because we only build the core features and not everything. All other
-    patches are Debian specific because of either outdated or too recent
-    dependencies.
-
-4. You can empty the binaries-list files with this command to avoid that the
-   build system starts to download jar files from the internet.
-
-    find . -type f -name "binaries-list" -exec sh -c '> {}' \;
-
-5. Fix build failures by disabling modules in nbbuild/cluster.properties or by
-   adding new build-dependencies to debian/control.
-
-6. Update debian/linked-jars accordingly. In most cases it is sufficient to
-   update version numbers. A quick look at netbeans-empty-binaries-list.patch
-   will tell you what kind of version the build system expects.
-
-
-TODO:
-
-    * It would be nice to support HTML5/Javascript and Maven out-of-the box.
diff --git a/debian/changelog b/debian/changelog
deleted file mode 100644
index 61ae60b..0000000
--- a/debian/changelog
+++ /dev/null
@@ -1,401 +0,0 @@
-netbeans (8.1+dfsg2-3) unstable; urgency=medium
-
-  * Tighten versioned dependency on default-jdk to >= 2:1.8.
-
- -- Markus Koschany <apo at debian.org>  Tue, 08 Mar 2016 18:33:20 +0100
-
-netbeans (8.1+dfsg2-2) unstable; urgency=medium
-
-  * netbeans: Remove alternative dependency on java7-sdk because
-    netbeans will not work correctly with OpenJDK 7 anymore since jdk8 builds
-    were activated by the last upload. In addition OpenJDK 7 is going to be
-    removed from Debian before the Stretch release.
-    Thanks to Kevin Carney for the report. (Closes: #816758, #817152)
-
- -- Markus Koschany <apo at debian.org>  Tue, 08 Mar 2016 16:38:19 +0100
-
-netbeans (8.1+dfsg2-1) unstable; urgency=medium
-
-  * Imported Upstream version 8.1+dfsg2.
-    - Include html5doc.zip because it is free documentation.
-  * Build-Depend on libhtml5parser-java. This fixes HTML parser exceptions and
-    makes it possible to edit and work with HTML files. Thanks to Michael
-    Cordingley for the report. (Closes: #809256)
-  * Switch to libicu4j-4.4-java.
-    This prevents a NoClassFound exception when parsing HTML5 documents.
-  * Delete netbeans-core.browser.webview.patch and merge the changes into
-    netbeans-cluster-properties.patch.
-  * debian/copyright: Add license for html5doc.zip.
-  * Drop netbeans-html.parser-nocopy.patch, obsolete since we
-    ship html5doc.zip now.
-  * Vcs-Git: Switch to https.
-  * Declare compliance with Debian Policy 3.9.7.
-  * Override Lintian error source-is-missing because those js files are only
-    used for testing.
-  * Convert netbeans' icns icon to 128x128 png icon with icns2png and use it
-    as desktop icon. Thanks to Anton Sudak for the report. (LP: #1545648)
-  * debian/rules: Permit JDK8 builds.
-  * Replace netbeans-svnclient.patch with netbeans-svnclientadapter.patch and
-    fix FTBFS. (Closes: #815073)
-
- -- Markus Koschany <apo at debian.org>  Wed, 24 Feb 2016 19:24:16 +0100
-
-netbeans (8.1+dfsg1-1) unstable; urgency=medium
-
-  * Imported Upstream version 8.1+dfsg1.
-  * Install netbeans.import and fix failing settings imports from previous
-    versions. Thanks to Manolinux for the report. (Closes: #808908)
-    (LP: #1018585)
-  * netbeans: Replace alternative virtual dependency java7-jdk and java8-jdk
-    with java7-sdk | java8-sdk. Thanks to Thorsten Glaser for the report.
-    (Closes: #803153)
-  * debian/control:
-    - Switch to libcglib3-java.
-    - Build-Depend on libasm4-java.
-    - Build-depend on libjavaewah-java.
-    - Tighten dependencies on platform packages to >= 8.1.
-  * debian/rules:
-    - Build with parallel.
-  * Update my e-mail address.
-  * get-orig-source: Remove --no-symlink option. Add --verbose.
-  * debian/patches:
-    - Refresh the following patches:
-      + All netbeans-platform patches.
-      + netbeans-cluster-properties.patch
-      + netbeans-platform-empty-binaries-list.patch -> renamed to
-        netbeans-empty-binaries-list.patch
-      + Refresh netbeans-o.n.bootstrap.patch
-      + Refresh antlr-3.5.2.patch
-      + Refresh netbeans-nocopy.patch
-      + Refresh db.dataview-setRowFilter-method.patch
-      + Refresh netbeans-small-ide.patch
-      + Refresh netbeans-dlight.nativeexecution.patch
-      + Refresh netbeans-extexecution.impl.patch
-      + Refresh netbeans-svnclient.patch and update svn versions.
-      + Refresh netbeans-wildUpperBound.patch
-      + Refresh netbeans-ide-launcher.patch
-      + Refresh netbeans-xsl-httpserver.patch
-      + Refresh netbeans-slf4j.dummy.patch
-    - Add the following patches:
-      + javaewah-version.patch to prevent a FTBFS with Debian's version
-        which is currently not up-to-date.
-      + netbeans-com.sun.tools.hc.patch
-      + netbeans-CommandLineParser.patch
-  * linked-jars:
-    - Update junit4 version to 4.12.
-    - Link hamcrest-core.jar to libs.junit4.
-    - Update version of jsch.jar.
-    - Update jgit version.
-    - Update version of jvyamlb.
-  * Disable core.browser.webview module to prevent a FTBFS with OpenJDK 7.
-  * debian/watch: Add a comment and a pointer to the download location.
-  * Update debian/copyright for new release.
-
- -- Markus Koschany <apo at debian.org>  Thu, 31 Dec 2015 11:16:23 +0100
-
-netbeans (8.0.2+dfsg1-5) unstable; urgency=medium
-
-  * orig-tar.sh: Remove embedded jquery.js files.
-  * Vcs-Browser: Use https.
-  * Tighten build-dependency on osgi-core and osgi-compendium.
-  * netbeans: Tighten dependency on libnb-platform18-java.
-  * netbeans: Add java8-jdk as an alternative dependency.
-  * Switch to libhttpclient-java. (Closes: #800974)
-  * Switch to libservlet3.1-java. (Closes: #801041)
-
- -- Markus Koschany <apo at gambaru.de>  Wed, 07 Oct 2015 16:53:28 +0200
-
-netbeans (8.0.2+dfsg1-4) unstable; urgency=medium
-
-  * Drop Css3Parser-antlr.patch because with Antlr 3.5.2 this patch is
-    obsolete.
-  * Add antlr-3.5.2.patch and fix FTBFS with Antlr 3.5.2.
-  * Build-Depend and depend on antlr (>= 3.5.2).
-  * d/rules: Use find, xargs and touch to adjust file mtimes before zip is run.
-
- -- Markus Koschany <apo at gambaru.de>  Thu, 23 Jul 2015 17:36:43 +0200
-
-netbeans (8.0.2+dfsg1-3) unstable; urgency=medium
-
-  * debian/copyright: Add missing W3C license.
-  * Symlink Debian's jgit jars to ide/modules directory.
-  * Symlink SVN and SSH modules to Debian's system jar files.
-  * debian/pom: Remove openide-* pom files. They are obsolete now.
-
- -- Markus Koschany <apo at gambaru.de>  Mon, 29 Jun 2015 15:57:00 +0200
-
-netbeans (8.0.2+dfsg1-2) unstable; urgency=medium
-
-  * Add reproducible-build.patch.
-    Use a fixed date for the install_time variable and make the build a bit
-    more reproducible.
-  * Export TZ=UTC to force zip to use UTC. Another measure to make the build
-    reproducible.
-  * Tighten dependency for platform packages to >= 8.0.2.
-
- -- Markus Koschany <apo at gambaru.de>  Sat, 20 Jun 2015 17:05:34 +0200
-
-netbeans (8.0.2+dfsg1-1) unstable; urgency=medium
-
-  * New upstream release. (Closes: #673606, #713182)
-    - Fixes GUI Editor is not working. (Closes: #653915, #677125)
-    - The subversion module does not transmit passwords in svn's commandline
-      arguments. (Closes: #642143)
-    - All tutorial links can be opened in different web browsers.
-      (Closes: #642142)
-    - The enter key is working as expected again. (Closes: #667736)
-  * Support building with mingw-w64 instead of mingw32. (Closes: #680468)
-    Thanks to Stephen Kitt for the report and patch.
-  * Netbeans 8.0.2 supports the native look and feel by default now.
-    (Closes: #698154)
-  * Fix Netbeans' subversion support by adding netbeans-svnclient.patch.
-    (Closes: #698514, #668015)
-  * Remove Andres Mejia and Yuli Novozhilova from Uploaders because they are
-    apparently not active anymore. (Closes: #743562)
-  * Remove all minified Javascript files from the original tarball and improve
-    the orig.tar.sh script. (Closes: #737442)
-  * Fix bashism in nbexec script. (Closes: #772326)
-  * Replace w3c-dtd-xhtml with w3c-sgml-lib because the former is going to be
-    removed from Debian. (Closes: #787176)
-  * Java7 is the default JDK now and Netbeans 8.0.2 will no longer hang when
-    creating new projects or crash with a NoClassDefFoundError on startup.
-    (Closes: #729664, #744369, #728689)
-  * Use compat level 9 and require debhelper >= 9.
-  * Update debian/copyright for new release.
-  * Add source/lintian-overrides and override false postives.
-    + netbeans: license-problem-json-evil
-    + netbeans: license-problem-php-license
-    because these errors are only triggered by license.txt files. The real
-    files were already removed from the tarball.
-  * Stop building the platform packages and depend on libnb-platform18-java
-    instead.
-  * debian/control:
-    - Remove versioned dependencies because all constraints are satisfied even
-      in stable.
-    - Declare compliance with Debian Policy 3.9.6.
-    - Switch Vcs-Browser fields to cgit.
-    - netbeans: Depend on default-jdk and remove alternative dependencies on
-      OpenJDK6 because Netbeans requires Java7 to run.
-    - Remove obsolete Conflict, Replaces, Provides fields.
-    - Depend on libcommons-net-java instead of libcommons-net1-java.
-    - Add and remove the following dependencies:
-      + libcommons-httpclient-java, libcommons-io-java, libcommons-lang-java,
-        libjsch-agent-proxy-java, libjsch-java, libsqljet-java,
-        libws-commons-util-java, libjson-simple-java, libeclipselink-java,
-        libmysql-java, liblucene3-java,
-      - libbetter-appframework-java, liblucene2-java, liboro-java
-  * debian/patches:
-    - Rebase and update all patches for new release. They are all required to
-      fix various build failures and runtime errors and to use Debian's system
-      libraries instead of embedded jar files without source code.
-      For more information, please refer to the patch headers.
-    + New patches:
-      Css3Parser-antlr.patch, db.dataview-setRowFilter-method.patch,
-      dlight.nativeexecution.patch, netbeans-commons-net.patch,
-      netbeans-extexecution.impl.patch, netbeans-javacc.patch,
-      netbeans-libs.jaxb.patch, netbeans-o.apache.tools.ant.module.patch,
-      netbeans-slf4j.dummy.patch, netbeans-spi.java.hints.patch,
-      netbeans-svnclient.patch, netbeans-wildUpperBound.patch,
-      netbeans-xml.jaxb.api.patch, netbeans-xsl-httpserver.patch,
-      osgi-update.patch
-    - Removed patches:
-      netbeans-platform~include-extras.patch, netbeans~debugger.jpda.ui.patch,
-      netbeans~no-rhino.patch, netbeans~no-test-clean.patch,
-      netbeans~old-java-modules.patch, netbeans~o.a.tools.ant.patch,
-      netbeans~old-java.source-module.patch, netbeans~svnclient.patch,
-      netbeans~xerces.patch, netbeans~xsl.patch
-  * debian/rules:
-    - Symlink netbeans.png to hicolors directory.
-    - Remove obsolete comments and code for building the platform and the
-      windows binaries.
-    - Simplify get-orig-source target. Download the current version.
-  * pom:
-    - Update pom.files for new release 8.0.2.
-  * Update netbeans.desktop. Add keywords and comments.
-  * Add netbeans.menu file and a new netbeans.xpm icon.
-
- -- Markus Koschany <apo at gambaru.de>  Fri, 19 Jun 2015 14:16:59 +0200
-
-netbeans (7.0.1+dfsg1-5) unstable; urgency=low
-
-  * Include junit library definitions.
-  * Make libnb-platform13-java depend on antlr3. (Closes: #651214)
-  * Avoid including javadoc twice in libnb-platform13-java-doc.
-  * Replace dependency libpg-java with libpostgresql-jdbc-java
-      (Closes: #659397)
-  * Add symlink to jaxp-1.4.jar (Closes: #653915)
-
- -- Andrew Ross <ubuntu at rossfamily.co.uk>  Wed, 15 Feb 2012 20:36:14 +0000
-
-netbeans (7.0.1+dfsg1-4) unstable; urgency=low
-
-  * Patch core.osgi to use osgi-core 4.3. (Closes: #649750)
-  * Correct binary package names and install locations.
-      (Closes: #646856)
-  * Install AbsoluteLayout.jar in a separate package.
-      (Closes: #646857)
-
- -- Andrew Ross <ubuntu at rossfamily.co.uk>  Thu, 01 Dec 2011 21:59:37 +0000
-
-netbeans (7.0.1+dfsg1-3) unstable; urgency=low
-
-  * Use libosgi-core-java and libosgi-compendium-java for osgi.
-  * Use libflute-java instead of libflute-1.3-jfree-java.
-
- -- Andrew Ross <ubuntu at rossfamily.co.uk>  Sun, 16 Oct 2011 20:53:51 +0100
-
-netbeans (7.0.1+dfsg1-2) unstable; urgency=low
-
-  * Handle rename of libcommons-net-java to libcommons-net1-java.
-  * Netbeans should depend on a JDK.
-      (Closes: #499870)
-  * Provide netbeans-ide and netbeans-platform.
-
- -- Andrew Ross <ubuntu at rossfamily.co.uk>  Sun, 11 Sep 2011 22:45:45 +0100
-
-netbeans (7.0.1+dfsg1-1) unstable; urgency=low
-
-  * New upstream release
-  * Build NetBeans platform from this source too. (Closes: #610927)
-  * Bump to Standards-Version 3.9.2.
-  * Added myself to Uploaders.
-  * Build Windows launcher using mingw.
-  * Move utilility libraries to their own packages. (Closes: #490433)
-  * Also close some bugs which were fixed in the 6.9 series which never
-    entered the Debian archives:
-    - Use packaged swinglayout.jar. (Closes: #448922)
-    - Depend on generic Java. (Closes: #499417)
-    - Package for Debian Main. (Closes: #531952)
-  * Update Copyright file to cover all files correctly.
-
- -- Andrew Ross <ubuntu at rossfamily.co.uk>  Tue, 02 Aug 2011 23:58:58 +0100
-
-netbeans (6.9-1) unstable; urgency=low
-
-  * New upstream version based off of Ubuntu packages.
-    (Closes: #543907)
-    (Closes: #478762)
-  * Add Debian Java team as Maintainer, Yulia and myself as Uploaders.
-  * Update packaging to use 3.0 (quilt) source format.
-  * Update packaging to use dh with javahelper.
-  * Bump to Standards-Version 3.9.1.
-  * Refresh all patches.
-  * Use Java SwingWorker included in standard JDK distribution.
-  * Migrate to junit4.
-  * Migrate to libservlet2.5-java.
-  * Migrate to use Better Swing Application Framework.
-  * Use standard svnclientadapter from subclipse.
-  * Migrate to ini4j-0.5.2-SNAPSHOT.
-
- -- Andres Mejia <mcitadel at gmail.com>  Sun, 23 Jan 2011 15:42:29 -0500
-
-netbeans (6.9-0ubuntu2) maverick; urgency=low
-
-  * Bug fix upload:
-     - correct netbeans-6.9~updatecenters.patch to point to Ubuntu UC
-
- -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Fri, 20 Aug 2010 17:19:59 +0400
-
-netbeans (6.9-0ubuntu1) maverick; urgency=low
-
-  * New upstream release (LP: #595000)
-  * debian/control/Standards-Versions is updated to 3.9.0
-  * debian/copyright file is updated
-
- -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Thu, 05 Aug 2010 12:17:51 +0400
-
-netbeans (6.8-0ubuntu4) lucid; urgency=low
-
-  * Update Center is switched to the Ubuntu specific one (LP: #544459)
-     - patches/01-updatecenters.patch is updated
-
- -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Wed, 31 Mar 2010 15:19:29 +0400
-
-netbeans (6.8-0ubuntu3) lucid; urgency=low
-
-  * debian/patches/l10n.patch is added (LP: #527547)
-  * debiian/rules is updated to build l10n
-  * debian/control dependency to default-jdk-doc | sun-java6-doc is added
-     for libnb-java3-java package (LP: #545563)
-
- -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Fri, 26 Mar 2010 16:26:52 +0300
-
-netbeans (6.8-0ubuntu2) lucid; urgency=low
-
-  * Bug fix upload
-    - debian/patches/14-config.patch added (LP: #315499)
-
- -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Wed, 17 Feb 2010 15:44:50 +0300
-
-netbeans (6.8-0ubuntu1) lucid; urgency=low
-
-  * New upstream release (LP: #495478)
-  * postinstall script is removed (LP: #464939)
-  * control/Standards-Versions is updated to 3.8.4
-  * debian/copyright file is updated to point to the correct location
-
- -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Fri, 12 Feb 2010 20:36:32 +0300
-
-netbeans (6.7.1-0ubuntu1) karmic; urgency=low
-
-  * New upstream release (LP: #381814)
-    * Fixed upstream bugs:
-     -  (LP: #336349)
-     -  (LP: #354144)
-     -  (LP: #357579)
-     -  (LP: #366740)
-     -  (LP: #401407)
-  * control/Standards-Versions is updated to 3.8.3
-  * control/Section is updated to java for *-java
-
- -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Mon, 13 Jul 2009 19:05:01 +0400
-
-netbeans (6.5-0ubuntu2.1) jaunty; urgency=low
-
-  * Bug fix upload (LP: #353080)
-     - Added a critical patch 96-fix-lucene.patch
-
- -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Mon, 25 May 2009 23:28:08 +0400
-
-netbeans (6.5-0ubuntu2) jaunty; urgency=low
-
-  * Added bugfix patches from 6.5.1 for NetBeans IDE (LP: #345562)
-  * 40-ide-launcher.patch is updated (LP: #307103)
-  * debian/rules: commons-logging jar's version changed from 1.0.4 to 1.1.
-
- -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Tue, 31 Mar 2009 18:34:02 +0400
-
-netbeans (6.5-0ubuntu1) jaunty; urgency=low
-
-  * New upstream release. (LP: #251173)
-    -Added "Conflicts: netbeans-ide" to control (LP: #257307)
-    -Added watch file and get-orig-source target to rules file
-
- -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Fri, 26 Sep 2008 18:51:50 +0400
-
-netbeans (6.1-0ubuntu1) intrepid; urgency=low
-
-  * New upstream release. (LP: #253016)
-   - Updated Standards-Version to 3.8.0
-   - Patches updated. (LP: #206324)
-   - Cleaned up debian/rules
-   - Updated postinstall script. (LP: #254587)
-
- -- Yulia Novozhilova <Yulia.Novozhilova at sun.com>  Tue, 29 Jul 2008 19:43:23 +0400
-
-netbeans (6.0.1-0ubuntu2) hardy; urgency=low
-
-  * Bug fix upload (LP: #201332)
-    - Replace GPLv2 text in debian/copyright by reference to
-      /usr/share/common-licenses/GPL-2
-    - Update dependency to openjdk6
-    - Refine package descriptions
-    - Add IDE Update Center specific to Ubuntu packages
-
- -- Marek Slama <marek.slama at sun.com>  Fri, 07 Mar 2008 18:00:00 +0100
-
-netbeans (6.0.1-0ubuntu1) hardy; urgency=low
-
-  * Initial version. (LP: #187708)
-
- -- Marek Slama <marek.slama at sun.com>  Tue, 29 Jan 2008 14:11:22 +0100
diff --git a/debian/compat b/debian/compat
deleted file mode 100644
index ec63514..0000000
--- a/debian/compat
+++ /dev/null
@@ -1 +0,0 @@
-9
diff --git a/debian/control b/debian/control
deleted file mode 100644
index 6815d00..0000000
--- a/debian/control
+++ /dev/null
@@ -1,186 +0,0 @@
-Source: netbeans
-Section: java
-Priority: optional
-Maintainer: Debian Java Maintainers <pkg-java-maintainers at lists.alioth.debian.org>
-Uploaders:
- Andrew Ross <ubuntu at rossfamily.co.uk>,
- Markus Koschany <apo at debian.org>
-Build-Depends:
- ant,
- ant-optional,
- antlr3 (>= 3.5.2),
- debhelper (>= 9),
- default-jdk,
- icnsutils,
- javacc,
- javahelp2,
- javahelper,
- junit,
- junit4,
- libasm4-java,
- libbeansbinding-java,
- libbindex-java,
- libbytelist-java,
- libcglib3-java,
- libcommons-codec-java,
- libcommons-io-java,
- libcommons-lang-java,
- libcommons-logging-java,
- libcommons-net-java,
- libeclipselink-java,
- libequinox-osgi-java,
- libfelix-framework-java,
- libfelix-main-java,
- libfreemarker-java,
- libhamcrest-java,
- libhtml5parser-java,
- libhttpclient-java,
- libicu4j-4.4-java,
- libini4j-java,
- libjavaewah-java,
- libjaxb-api-java,
- libjaxb-java,
- libjemmy2-java,
- libjgit-java,
- libjna-java,
- libjna-platform-java,
- libjnlp-servlet-java,
- libjpa-2.1-spec-java,
- libjsch-agent-proxy-java (>= 0.0.8),
- libjsch-java,
- libjson-simple-java,
- libjvyamlb-java,
- libjzlib-java,
- liblucene3-java,
- libmysql-java,
- libnb-javaparser-java,
- libopenjfx-java,
- libosgi-compendium-java (>= 5.0.0),
- libosgi-core-java (>= 6.0.0),
- libpostgresql-jdbc-java,
- libservlet3.1-java,
- libsimple-validation-java,
- libsqljet-java,
- libstringtemplate-java,
- libsvn-java,
- libsvnclientadapter-java,
- libsvnkit-java,
- libswing-layout-java,
- libswingx-java,
- libtrilead-ssh2-java,
- libws-commons-util-java,
- libxerces2-java,
- libxml-commons-resolver1.1-java,
- maven-repo-helper,
- testng,
- w3c-sgml-lib
-Standards-Version: 3.9.7
-Homepage: http://netbeans.org/
-Vcs-Browser: https://anonscm.debian.org/cgit/pkg-java/netbeans.git
-Vcs-Git: https://anonscm.debian.org/git/pkg-java/netbeans.git
-
-Package: libnb-absolutelayout-java
-Architecture: all
-Depends:
- ${java:Depends},
- ${misc:Depends}
-Description: Java LayoutManager to allow placement in absolute positions
- This library is part of the Netbeans platform and provides an
- implementation of the java.awt.LayoutManager interface. This
- implementation allows you to position components by their
- absolute position.
-
-Package: libnb-apisupport3-java
-Architecture: all
-Depends:
- libnb-ide14-java (= ${binary:Version}),
- libnb-java5-java (= ${binary:Version}),
- libnb-platform-devel-java (>= 8.1),
- libnb-platform18-java (>= 8.1),
- ${java:Depends},
- ${misc:Depends}
-Description: Common NetBeans Platform Development Related Libraries for NetBeans
- The NetBeans Platform is a set of modules, each providing their own
- APIs and working together or in a standalone mode. This package contains
- common libraries for development of NetBeans Platform modular extensions.
-
-Package: libnb-ide14-java
-Architecture: all
-Depends:
- antlr3 (>= 3.5.2),
- libbytelist-java,
- libcommons-codec-java,
- libcommons-io-java,
- libcommons-lang-java,
- libcommons-logging-java,
- libcommons-net-java,
- libfreemarker-java,
- libhtml5parser-java,
- libhttpclient-java,
- libicu4j-4.4-java,
- libini4j-java,
- libjgit-java,
- libjsch-agent-proxy-java (>= 0.0.8),
- libjsch-java,
- libjvyamlb-java,
- libjzlib-java,
- liblucene3-java,
- libmysql-java,
- libnb-platform18-java (>= 8.1),
- libpostgresql-jdbc-java,
- libservlet3.1-java,
- libsimple-validation-java,
- libsqljet-java,
- libsvn-java,
- libsvnclientadapter-java,
- libsvnkit-java,
- libswingx-java,
- libtrilead-ssh2-java,
- libws-commons-util-java,
- libxerces2-java,
- libxml-commons-resolver1.1-java,
- ${java:Depends},
- ${misc:Depends}
-Description: Common Integrated Development Environment Libraries for NetBeans
- The NetBeans Platform is a set of modules, each providing their own
- APIs and working together or in a standalone mode. This package contains
- independent libraries for use in the NetBeans IDE.
-
-Package: libnb-java5-java
-Architecture: all
-Depends:
- ant,
- ant-optional,
- junit,
- junit-doc,
- junit4-doc,
- libbeansbinding-java,
- libcglib3-java,
- libeclipselink-java,
- libjson-simple-java,
- libnb-absolutelayout-java,
- libnb-ide14-java (= ${binary:Version}),
- libnb-javaparser-java,
- libnb-platform18-java (>= 8.1),
- ${java:Depends},
- ${misc:Depends}
-Description: Common Java Related Libraries for NetBeans
- The NetBeans Platform is a set of modules, each providing their own
- APIs and working together or in a standalone mode. This package contains
- common libraries for the NetBeans Java IDE.
-
-Package: netbeans
-Architecture: all
-Depends:
- default-jdk (>= 2:1.8) | java8-sdk,
- libnb-apisupport3-java (= ${binary:Version}),
- libnb-ide14-java (= ${binary:Version}),
- libnb-java5-java (= ${binary:Version}),
- libnb-platform18-java (>= 8.1),
- ${java:Depends},
- ${misc:Depends}
-Description: Extensible Java IDE
- Integrated Development Environment for software developers. It supports
- development of desktop, enterprise, web, and mobile applications. Package
- includes the Base IDE, Java Development Tools and Plug-in Development Tools.
- Support for PHP, Ruby, C/C++, Java EE and others can be added.
diff --git a/debian/copyright b/debian/copyright
deleted file mode 100644
index 49646cd..0000000
--- a/debian/copyright
+++ /dev/null
@@ -1,1974 +0,0 @@
-Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
-Upstream-Name: Netbeans
-Source: https://netbeans.org/downloads/zip.html
-
-Files: *
-Copyright: Copyright 1997-2014 Oracle and/or its affiliates.
-           Portions Copyrighted 1997-2009 Sun Microsystems, Inc.
-License: CDDL-1 or GPL-2-with-CLASSPATH-exception
-
-Files: debian/*
-Copyright: 2008-2010, Yulia Novozhilova <Yulia.Novozhilova at sun.com>
-           2011,      Andrew Ross <ubuntu at rossfamily.co.uk>
-           2015-2016, Markus Koschany <apo at debian.org>
-License: GPL-2+
-
-Files: apisupport.feedreader/feedreader-suite/*
- apisupport.paintapp/PaintApp-suite/*
- cnd.makeproject/samples_src/*
- j2ee.samples/samples_src/AnnotOvdInterceptor/*
- j2ee.samples/samples_src/InterceptorStateless/*
- j2ee.samples/samples_src/LotteryAnnotation/*
- j2ee.samples/samples_src/WebJpa/*
- j2ee.samples/samples_src/JsfJpa/*
- j2ee.samples/samples_src/JsfJpaCrud/*
- j2ee.samples/samples_src/DukeStateful/*
- j2ee.samples/samples_src/ServletStateless/*
- java.examples/anagrams/*
- java.examples/GUIFormExamples/*
- java.examples/ClientEditor/*
- maven.samples/samples_src/MavenCalculatorClient/*
- maven.samples/samples_src/MavenCalculator/*
- websvc.metro.samples/samples_src/*
- websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/boundary/OrderResource.java
- performance/enterprise/test/qa-functional/data/TravelReservationService/*
- javafx2.samples/*
- websvc.metro.samples/samples_src/*
- performance.java/test/qa-functional/data/PerformanceTestFoldersData/src/folders/javaFolder50/*
- performance.java/test/qa-functional/data/PerformanceTestFoldersData/src/folders/javaFolder100/*
- performance.java/test/qa-functional/data/PerformanceTestFoldersData/src/folders/javaFolder1000/*
- j2ee.samples/samples_src/LotteryAnnotation/LotteryAnnotation-war/web/index.html
- web.core.syntax/tlddoc/*
- php.editor/test/unit/data/testfiles/parser/performance/performance.php
-Copyright: 2009-2014, Oracle
-           2003-2004, 2007, Sun Microsystems
-           Simple Machines Forum
-License: BSD-3-clause
-
-Files:
- nbi/infra/utils/comment-correcter/correct.xml
- nbi/infra/utils/comment-correcter/cddl.txt
- nbi/engine/nbproject/genfiles.properties
- libs.nbi.ant/stub/build.properties
- csl.api/arch.xml
- languages/test/unit/src/org/netbeans/modules/languages/parser/Grammar1.nbs
- xml/bin/gen-icons_xml.sh
- languages.ini/src/org/netbeans/modules/languages/ini/resources/layer.xml
- nbbuild/test/unit/src/org/netbeans/nbbuild/CheckLicenseTest.java
- languages.manifest/src/org/netbeans/modules/languages/manifest/layer.xml
- glassfish.common/src/org/netbeans/modules/glassfish/common/nodes/actions/DeployDirectoryAction.java
- db/src/org/netbeans/modules/db/resources/connection-1_1.dtd
- db/src/org/netbeans/modules/db/resources/connection-1_2.dtd
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/Context.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeParserNoEx.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/LLkParserNoEx.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenImpl.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharScannerNoEx.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/MatchExceptionState.java
- cnd.antlr/build.xml
- websvc.restlib/arch.xml
- ide.ergonomics/arch.xml
- java.sourceui/arch.xml
- api.xml/arch.xml
- web.jsf/src/org/netbeans/modules/web/jsf/facelets/resources/TemplateClient.html
- web.jsf/src/org/netbeans/modules/web/jsf/facelets/resources/Template.html
- performance.java/test/qa-functional/data/PerformanceTestData/src/org/netbeans/test/performance/Bundle20kB.properties
- performance.java/test/qa-functional/data/PerformanceTestData/src/org/netbeans/test/performance/Bundle.properties
- server/arch.xml
- groovy.gsp/src/org/netbeans/modules/groovy/gsp/resources/DefaultKeyBindings-Mac.xml
- autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/updateprovider/data/catalog.xml
- lib.terminalemulator/arch.xml
- lib.terminalemulator/examples/buildtool/build.xml
- lib.terminalemulator/examples/telnet/build.xml
- lib.terminalemulator/examples/telnet/TelnetApp.java
- lib.terminalemulator/examples/lib.richexecution/arch.xml
- websvc.wsstackapi/arch.xml
- xml.tax/lib/test/qa-functional/src/org/netbeans/tax/io/data/goldenfiles/TreeBuilderTest/testAttlistWithRefsInstance.pass
- projectuiapi/arch.xml
- websvc.projectapi/arch.xml
- languages.diff/src/org/netbeans/modules/languages/diff/layer.xml
- web.primefaces/src/org/netbeans/modules/web/primefaces/resources/primefaces.xml
- php.project/arch.xml
- editor.settings.storage/test/unit/src/org/netbeans/modules/editor/settings/storage/test/Bundle.properties
- parsing.api/arch.xml
- extexecution/arch.xml
- dlight.nativeexecution/arch.xml
- performance/enterprise/test/qa-functional/data/BPELTestProject/src/SynchronousSample.xsd
- performance/enterprise/test/qa-functional/data/BPELTestProject/build.xml
- performance/enterprise/test/qa-functional/data/BPELTestProject/nbproject/project.xml
- performance/enterprise/test/qa-functional/data/BPELTestProject/nbproject/project.properties
- xml.text/src/org/netbeans/modules/xml/text/syntax/javacc/DTDSyntax.jj
- xml.text/src/org/netbeans/modules/xml/text/syntax/javacc/XMLSyntax.jj
- xml.text/test/unit/data/goldenfiles/org/netbeans/modules/xml/text/indent/XMLFormatterTest/testReformatSample2.pass
-Copyright: 1997-2007, Sun Microsystems, Inc.
-License: CDDL-1
-
-Files: db/src/org/netbeans/modules/db/util/Base64.java
-Copyright: 2000-2009 Sun Microsystems, Inc.
-License: GPL-2-with-CLASSPATH-exception
-
-Files: websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/entity/Order.java
- websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/boundary/OrderService.java
- websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/control/BillingService.java
- websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/control/Warehouse.java
- websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/control/DeliveryService.java
- websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/audits/CallAudit.java
-Copyright: 2009, Adam Bien, blog.adam-bien.com
-License: GPL-2+
-
-Files: db.dataview/src/org/netbeans/modules/db/dataview/util/BasicDateTimePickerUI.java
- db.dataview/src/org/netbeans/modules/db/dataview/util/JXDateTimePicker.java
- javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/*
- javascript2.editor/test/qa-functional/data/PhpProject14/real2k.js
- autoupdate.services/test/unit/src/org/netbeans/modules/autoupdate/services/data/catalog.xml
- nbbuild/antsrc/org/netbeans/nbbuild/extlibs/CreateLicenseSummary.java
- web.core.syntax/test/qa-functional/data/performance.jsp
-Copyright: 2004, Sun Microsystems, Inc.
-           2011, Red Hat, Inc.
-           2006, Andreas Herz
-License: LGPL-2.1+
-
-Files:
- core.network/external/nsProxyAutoConfig.js
-Copyright: 1998, Netscape Communications Corporation
-           Akhil Arora <akhil.arora at sun.com>
-           Tomi Leppikangas <Tomi.Leppikangas at oulu.fi>
-           Darin Fisher <darin at meer.net>
-License: MPL-1.1 or GPL-2+ or LGPL-2.1+
-
-
-Files: cnd.antlr/src/org/netbeans/modules/cnd/antlr/ActionElement.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/actions/java/action.g
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ActionTransInfo.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/AlternativeBlock.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/AlternativeElement.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/Alternative.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ANTLRError.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ANTLRException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/antlr.g
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ANTLRGrammarParseBehavior.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ANTLRHashString.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ANTLRStringBuffer.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ASTIterator.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ASTNULLType.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ASTPair.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ASTVisitor.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/BaseAST.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/BlockContext.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/BlockEndElement.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/BlockWithImpliedExitPath.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ByteBuffer.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharBuffer.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharFormatter.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharLiteralElement.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharQueue.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharRangeElement.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharScanner.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharStreamException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharStreamIOException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CodeGenerator.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/ASTEnumeration.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/AST.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/Enumerator.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/ASTArray.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/ASTEnumerator.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/BitSet.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/IndexedVector.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/IntRange.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/LLCell.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/LLEnumeration.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/LList.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/VectorEnumerator.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/impl/Vector.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/collections/Stack.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CommonAST.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CommonASTWithHiddenTokens.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CommonHiddenStreamToken.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/CommonToken.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/debug/misc/ASTFrame.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/debug/misc/JTreeASTModel.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/debug/misc/JTreeASTPanel.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/debug/ParseTreeDebugParser.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/DefaultFileLineFormatter.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/DefaultToolErrorHandler.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/DefineGrammarSymbols.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/DiagnosticCodeGenerator.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/DocBookCodeGenerator.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/DumpASTVisitor.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ExceptionHandler.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ExceptionSpec.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/FileCopyException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/FileLineFormatter.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/GrammarAnalyzer.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/GrammarAtom.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/GrammarElement.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/Grammar.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/GrammarSymbol.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/HTMLCodeGenerator.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ImportVocabTokenManager.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/InputBuffer.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/JavaBlockFinishingInfo.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/JavaCharFormatter.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/JavaCodeGenerator.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/LexerGrammar.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/LexerSharedInputState.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/LLkAnalyzer.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/LLkGrammarAnalyzer.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/LLkParser.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/Lookahead.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/MakeGrammar.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/MismatchedCharException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/MismatchedTokenException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/NameSpace.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/NoViableAltException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/NoViableAltForCharException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/OneOrMoreBlock.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ParserGrammar.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/Parser.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ParserSharedInputState.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ParseTree.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ParseTreeRule.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ParseTreeToken.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/GrammarFile.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/Grammar.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/Hierarchy.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/Option.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/preproc.g
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/Rule.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/preprocessor/Tool.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/PreservingFileWriter.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/RecognitionException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/RuleBlock.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/RuleEndElement.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/RuleRefElement.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/RuleSymbol.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/SemanticException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/SimpleTokenManager.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/StringLiteralElement.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/StringLiteralSymbol.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/SynPredBlock.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/tokdef.g
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenBuffer.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/Token.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenManager.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenQueue.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenRangeElement.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenRefElement.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamBasicFilter.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamHiddenTokenFilter.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamIOException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStream.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamRecognitionException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamRetryException.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamRewriteEngine.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenStreamSelector.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenSymbol.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenWithIndex.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ToolErrorHandler.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/Tool.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeBlockContext.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeElement.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeParser.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeParserSharedInputState.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeSpecifierNode.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeWalkerGrammar.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/WildcardElement.java
- cnd.antlr/src/org/netbeans/modules/cnd/antlr/ZeroOrMoreBlock.java
-Copyright: 2010 Terence Parr
-License: BSD-3-clause
-
-Files: html.validation/src/org/netbeans/modules/html/validation/ValidationTransaction.java
- html.validation/src/org/netbeans/modules/html/validation/patched/BufferingRootNamespaceSniffer.java
- html.validation/src/org/netbeans/modules/html/validation/patched/RootNamespaceSniffer.java
- html.validation/src/org/netbeans/modules/html/validation/NbMessageEmitter.java
- html.validation/src/org/netbeans/modules/html/validation/ValidationTransaction.java
- html.validation/src/org/netbeans/modules/html/validation/NbMessageEmitter.java
- html.validation/src/org/netbeans/modules/html/validation/patched/BufferingRootNamespaceSniffer.java
- html.validation/src/org/netbeans/modules/html/validation/patched/RootNamespaceSniffer.java
- html.validation/src/org/netbeans/modules/html/validation/patched/LocalCacheEntityResolver.java
- groovy.kit/test/qa-functional/data/projects/GrailsActions/web-app/js/prototype/scriptaculous.js
- groovy.grailsproject/test/unit/data/projects/completion/web-app/js/prototype/scriptaculous.js
- css.lib/test/unit/data/testfiles/scss/scss-tests-merged.scss
-Copyright: 2005 2006 Henri Sivonen
-           2007-2010 Mozilla Foundation
-           2005-2007 Thomas Fuchs
-           2006-2009 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein
-License: Expat
-
-Files: websvc.rest.samples/CustomerDB/web/js/libs/underscore.js/underscore.js
-       websvc.rest.samples/CustomerDB/web/js/libs/backbone.js/backbone.js
-Copyright: 2009-2013 Jeremy Ashkenas
-License: Expat
-
-Files: html.angular/test/unit/data/angularTestProject/public_html/js/angular.js
-Copyright: 2010-2012, Google, Inc.
-License: Expat
-
-Files: javascript2.editor/test/unit/data/testfiles/structure/issue226930.js
-Copyright: 2013 Koos van der Kolk
-License: Expat or GPL-2+
-
-Files: j2ee.samples/samples_src/AsyncRequest/web/javascripts/moo.fx.pack.js
-       j2ee.samples/samples_src/AsyncRequest/web/javascripts/moo.fx.js
-       maven.samples/samples_src/javaee7/servlet/async-request-war/src/main/webapp/javascripts/moo.fx.pack.js
-       maven.samples/samples_src/javaee7/servlet/async-request-war/src/main/webapp/javascripts/moo.fx.js
-Copyright: 2006 Valerio Proietti
-License: Expat
-
-Files: groovy.grailsproject/test/unit/data/projects/completion/web-app/js/prototype/animation.js
-       groovy.kit/test/qa-functional/data/projects/GrailsActions/web-app/js/prototype/animation.js
-Copyright: 2006, Yahoo! Inc
-License: BSD-3-clause
-
-Files:
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/BrowserTopComponent.java
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/Bundle.properties
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/Feed.java
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/FeedTopComponent.java
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/actions/AddFolderAction.java
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/actions/AddRssAction.java
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/actions/Bundle.properties
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/nodes/Bundle.properties
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/nodes/EntryBeanNode.java
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/nodes/EntryOpenCookie.java
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/nodes/FeedChildren.java
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/nodes/OneFeedNode.java
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/nodes/RssFolderChildren.java
-    apisupport.feedreader/feedreader-suite/FeedReader/src/org/netbeans/feedreader/nodes/RssNode.java
-    apisupport.feedreader/feedreader-suite/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
-    apisupport.feedreader/feedreader-suite/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
-    apisupport.feedreader/feedreader-suite/branding/modules/org-netbeans-core.jar/org/netbeans/core/ui/Bundle.properties
-    apisupport.feedreader/feedreader-suite/jdom/src/org/jdom/Bundle.properties
-    apisupport.feedreader/feedreader-suite/rome-fetcher/src/com/sun/syndication/fetcher/Bundle.properties
-    apisupport.feedreader/feedreader-suite/rome/src/com/sun/syndication/Bundle.properties
-    apisupport.paintapp/PaintApp-suite/ColorChooser/src/org/netbeans/swing/colorchooser/Bundle.properties
-    apisupport.paintapp/PaintApp-suite/Paint/src/org/netbeans/paint/Bundle.properties
-    apisupport.paintapp/PaintApp-suite/Paint/src/org/netbeans/paint/PaintCanvas.java
-    apisupport.paintapp/PaintApp-suite/Paint/src/org/netbeans/paint/PaintTopComponent.java
-    apisupport.paintapp/PaintApp-suite/branding/core/core.jar/org/netbeans/core/startup/Bundle.properties
-    apisupport.paintapp/PaintApp-suite/branding/modules/org-netbeans-core-windows.jar/org/netbeans/core/windows/view/ui/Bundle.properties
-    apisupport.paintapp/PaintApp-suite/branding/modules/org-netbeans-core.jar/org/netbeans/core/ui/Bundle.properties
-    cnd.makeproject/samples_src/args/src/args.c
-    cnd.makeproject/samples_src/fractal/fractal.cc
-    cnd.makeproject/samples_src/fractal/readme.txt
-    cnd.makeproject/samples_src/freeway/FreewayWindow.cc
-    cnd.makeproject/samples_src/freeway/FreewayWindow.h
-    cnd.makeproject/samples_src/freeway/README.txt
-    cnd.makeproject/samples_src/freeway/about.h
-    cnd.makeproject/samples_src/freeway/arrow_left.bitmap
-    cnd.makeproject/samples_src/freeway/arrow_over.bitmap
-    cnd.makeproject/samples_src/freeway/arrow_right.bitmap
-    cnd.makeproject/samples_src/freeway/arrow_up.bitmap
-    cnd.makeproject/samples_src/freeway/callbacks.cc
-    cnd.makeproject/samples_src/freeway/main.cc
-    cnd.makeproject/samples_src/freeway/maniac.cc
-    cnd.makeproject/samples_src/freeway/maniac.h
-    cnd.makeproject/samples_src/freeway/police.cc
-    cnd.makeproject/samples_src/freeway/police.h
-    cnd.makeproject/samples_src/freeway/sports.cc
-    cnd.makeproject/samples_src/freeway/sports.h
-    cnd.makeproject/samples_src/freeway/traffic.cc
-    cnd.makeproject/samples_src/freeway/traffic.h
-    cnd.makeproject/samples_src/freeway/traffic.icon
-    cnd.makeproject/samples_src/freeway/traffic.mask
-    cnd.makeproject/samples_src/freeway/truck.cc
-    cnd.makeproject/samples_src/freeway/truck.h
-    cnd.makeproject/samples_src/freeway/vehicle.cc
-    cnd.makeproject/samples_src/freeway/vehicle.h
-    cnd.makeproject/samples_src/freeway/vehicle_list.cc
-    cnd.makeproject/samples_src/freeway/vehicle_list.h
-    cnd.makeproject/samples_src/helloapp/hello1lib/hello1.cc
-    cnd.makeproject/samples_src/helloapp/hello1lib/hello1.h
-    cnd.makeproject/samples_src/helloapp/hello2lib/hello2.cc
-    cnd.makeproject/samples_src/helloapp/hello2lib/hello2.h
-    cnd.makeproject/samples_src/helloapp/hello3lib/hello3.cc
-    cnd.makeproject/samples_src/helloapp/hello3lib/hello3.h
-    cnd.makeproject/samples_src/helloapp/hello4lib/hello4.cc
-    cnd.makeproject/samples_src/helloapp/hello4lib/hello4.h
-    cnd.makeproject/samples_src/helloapp/main/main.cc
-    cnd.makeproject/samples_src/hellocmake/src/welcome.cc
-    cnd.makeproject/samples_src/hellocmake/src/welcome.h
-    cnd.makeproject/samples_src/helloqt/HelloForm.cpp
-    cnd.makeproject/samples_src/helloqt/HelloForm.h
-    cnd.makeproject/samples_src/helloqt/newmain.cpp
-    cnd.makeproject/samples_src/io/src/io.c
-    cnd.makeproject/samples_src/lexyacc/token.l
-    cnd.makeproject/samples_src/lexyacc/token.y
-    cnd.makeproject/samples_src/mp/mp.cc
-    cnd.makeproject/samples_src/pi/pi2.c
-    cnd.makeproject/samples_src/pi/pi_omp.c
-    cnd.makeproject/samples_src/pi/pi_pthreads.c
-    cnd.makeproject/samples_src/pi/pi_pthreads_correct.c
-    cnd.makeproject/samples_src/pi/pi_pthreads_hot.c
-    cnd.makeproject/samples_src/pi/pi_serial.c
-    cnd.makeproject/samples_src/quote/cpu.cc
-    cnd.makeproject/samples_src/quote/cpu.h
-    cnd.makeproject/samples_src/quote/customer.cc
-    cnd.makeproject/samples_src/quote/customer.h
-    cnd.makeproject/samples_src/quote/disk.cc
-    cnd.makeproject/samples_src/quote/disk.h
-    cnd.makeproject/samples_src/quote/memory.cc
-    cnd.makeproject/samples_src/quote/memory.h
-    cnd.makeproject/samples_src/quote/module.cc
-    cnd.makeproject/samples_src/quote/module.h
-    cnd.makeproject/samples_src/quote/quote.cc
-    cnd.makeproject/samples_src/quote/readme.txt
-    cnd.makeproject/samples_src/quote/system.cc
-    cnd.makeproject/samples_src/quote/system.h
-    cnd.makeproject/samples_src/sample.cookbook.txt
-    cnd.makeproject/samples_src/welcome/welcome.cc
-    cnd.makeproject/samples_src/welcome/welcome.h
-    j2ee.samples/samples_src/AnnotOvdInterceptor/AnnotOvdInterceptor-app-client/src/java/enterprise/annot_ovd_interceptor_appclient/StatelessSessionAppClient.java
-    j2ee.samples/samples_src/AnnotOvdInterceptor/AnnotOvdInterceptor-ejb/src/java/enterprise/annot_ovd_interceptor_ejb/ArgumentsChecker.java
-    j2ee.samples/samples_src/AnnotOvdInterceptor/AnnotOvdInterceptor-ejb/src/java/enterprise/annot_ovd_interceptor_ejb/BadArgumentException.java
-    j2ee.samples/samples_src/AnnotOvdInterceptor/AnnotOvdInterceptor-ejb/src/java/enterprise/annot_ovd_interceptor_ejb/NullChecker.java
-    j2ee.samples/samples_src/AnnotOvdInterceptor/AnnotOvdInterceptor-ejb/src/java/enterprise/annot_ovd_interceptor_ejb/StatelessSession.java
-    j2ee.samples/samples_src/AnnotOvdInterceptor/AnnotOvdInterceptor-ejb/src/java/enterprise/annot_ovd_interceptor_ejb/StatelessSessionBean.java
-    j2ee.samples/samples_src/ApplicationScopedResources/ApplicationScopedResources-app-client/src/java/applicationscopedresources/appclient/Client.java
-    j2ee.samples/samples_src/ApplicationScopedResources/ApplicationScopedResources-ejb/src/java/org/glassfish/appscopedresources/Hello.java
-    j2ee.samples/samples_src/ApplicationScopedResources/ApplicationScopedResources-ejb/src/java/org/glassfish/appscopedresources/HelloBean.java
-    j2ee.samples/samples_src/ApplicationScopedResources/ApplicationScopedResources-ejb/src/java/org/glassfish/appscopedresources/Util.java
-    j2ee.samples/samples_src/DukeStateful/DukeStateful-app-client/src/java/enterprise/duke_stateful_appclient/StatefulSessionAppClient.java
-    j2ee.samples/samples_src/DukeStateful/DukeStateful-ejb/src/java/enterprise/duke_stateful_ejb/StatefulSession.java
-    j2ee.samples/samples_src/DukeStateful/DukeStateful-ejb/src/java/enterprise/duke_stateful_ejb/StatefulSessionBean.java
-    j2ee.samples/samples_src/EjbContainer/src/main/java/org/glassfish/embedded/tempconverter/TemperatureConverter.java
-    j2ee.samples/samples_src/EjbContainer/src/test/java/org/glassfish/embedded/tempconverter/TemperatureConverterTest.java
-    j2ee.samples/samples_src/EmbeddedGlassfish/src/main/java/embedded/telephonedirectory/client/EmbeddedTelephoneDirectory.java
-    j2ee.samples/samples_src/EmbeddedGlassfish/src/main/java/embedded/telephonedirectory/server/AddNewEntry.java
-    j2ee.samples/samples_src/EmbeddedGlassfish/src/main/java/embedded/telephonedirectory/server/PersistenceManager.java
-    j2ee.samples/samples_src/EmbeddedGlassfish/src/main/java/embedded/telephonedirectory/server/Person.java
-    j2ee.samples/samples_src/EmbeddedGlassfish/src/main/java/embedded/telephonedirectory/server/PersonEntity.java
-    j2ee.samples/samples_src/EmbeddedGlassfish/src/main/java/embedded/telephonedirectory/server/SearchLocation.java
-    j2ee.samples/samples_src/EmbeddedGlassfish/src/main/java/embedded/telephonedirectory/server/SearchName.java
-    j2ee.samples/samples_src/EmbeddedGlassfish/src/main/java/embedded/telephonedirectory/server/SortedList.java
-    j2ee.samples/samples_src/InterceptorStateless/InterceptorStateless-app-client/src/java/enterprise/interceptor_stateless_appclient/StatelessSessionAppClient.java
-    j2ee.samples/samples_src/InterceptorStateless/InterceptorStateless-ejb/src/java/enterprise/interceptor_stateless_ejb/ArgumentsChecker.java
-    j2ee.samples/samples_src/InterceptorStateless/InterceptorStateless-ejb/src/java/enterprise/interceptor_stateless_ejb/BadArgumentException.java
-    j2ee.samples/samples_src/InterceptorStateless/InterceptorStateless-ejb/src/java/enterprise/interceptor_stateless_ejb/NullChecker.java
-    j2ee.samples/samples_src/InterceptorStateless/InterceptorStateless-ejb/src/java/enterprise/interceptor_stateless_ejb/StatelessSession.java
-    j2ee.samples/samples_src/InterceptorStateless/InterceptorStateless-ejb/src/java/enterprise/interceptor_stateless_ejb/StatelessSessionBean.java
-    j2ee.samples/samples_src/JsfJpa/src/java/enterprise/jsf_jpa_war/AuthenticationPhaseListener.java
-    j2ee.samples/samples_src/JsfJpa/src/java/enterprise/jsf_jpa_war/UserManager.java
-    j2ee.samples/samples_src/JsfJpa/src/java/enterprise/jsf_jpa_war/Wuser.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/controllers/CustomerJpaController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/controllers/DiscountCodeJpaController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/controllers/ManufacturerJpaController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/controllers/MicroMarketJpaController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/controllers/ProductCodeJpaController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/controllers/ProductJpaController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/controllers/PurchaseOrderJpaController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/controllers/exceptions/IllegalOrphanException.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/controllers/exceptions/NonexistentEntityException.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/controllers/exceptions/PreexistingEntityException.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/controllers/exceptions/RollbackFailureException.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/entities/Customer.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/entities/DiscountCode.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/entities/Manufacturer.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/entities/MicroMarket.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/entities/Product.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/entities/ProductCode.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jpa/entities/PurchaseOrder.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/CustomerController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/CustomerConverter.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/DiscountCodeController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/DiscountCodeConverter.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/ManufacturerController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/ManufacturerConverter.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/MicroMarketController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/MicroMarketConverter.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/ProductCodeController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/ProductCodeConverter.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/ProductController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/ProductConverter.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/PurchaseOrderController.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/PurchaseOrderConverter.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/util/JsfCrudELResolver.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/util/JsfUtil.java
-    j2ee.samples/samples_src/JsfJpaCrud/src/java/jsf/util/PagingInfo.java
-    j2ee.samples/samples_src/JsfJpaCrud/web/jsfcrud.js
-    j2ee.samples/samples_src/LotteryAnnotation/LotteryAnnotation-app-client/src/java/enterprise/lottery_annotation_client/JavaClient.java
-    j2ee.samples/samples_src/LotteryAnnotation/LotteryAnnotation-ejb/src/java/enterprise/lottery_annotation_ejb_stateful/Lottery.java
-    j2ee.samples/samples_src/LotteryAnnotation/LotteryAnnotation-ejb/src/java/enterprise/lottery_annotation_ejb_stateful/LotteryBean.java
-    j2ee.samples/samples_src/LotteryAnnotation/LotteryAnnotation-ejb/src/java/enterprise/lottery_annotation_ejb_stateless/Date.java
-    j2ee.samples/samples_src/LotteryAnnotation/LotteryAnnotation-ejb/src/java/enterprise/lottery_annotation_ejb_stateless/DateBean.java
-    j2ee.samples/samples_src/LotteryAnnotation/LotteryAnnotation-ejb/src/java/enterprise/lottery_annotation_ejb_stateless/Dice.java
-    j2ee.samples/samples_src/LotteryAnnotation/LotteryAnnotation-ejb/src/java/enterprise/lottery_annotation_ejb_stateless/DiceBean.java
-    j2ee.samples/samples_src/LotteryAnnotation/LotteryAnnotation-war/src/java/enterprise/lottery_annotation_web_servlet/PlayLotteryServlet.java
-    j2ee.samples/samples_src/ServletStateless/src/java/servlet/stateless/Servlet2Stateless.java
-    j2ee.samples/samples_src/ServletStateless/src/java/servlet/stateless/StatelessSessionBean.java
-    j2ee.samples/samples_src/WebJpa/src/java/enterprise/web_jpa_war/entity/Person.java
-    j2ee.samples/samples_src/WebJpa/src/java/enterprise/web_jpa_war/servlet/CreatePersonServlet.java
-    j2ee.samples/samples_src/WebJpa/src/java/enterprise/web_jpa_war/servlet/ListPersonServlet.java
-    java.examples/GUIFormExamples/src/examples/Antenna.java
-    java.examples/GUIFormExamples/src/examples/ContactEditor.java
-    java.examples/GUIFormExamples/src/examples/Find.java
-    java.examples/anagrams/nbproject/genfiles.properties
-    java.examples/anagrams/nbproject/project.properties
-    maven.samples/samples_src/MavenCalculator/src/main/java/calc/CalculatorService.java
-    maven.samples/samples_src/MavenCalculator/src/main/java/calc/NegativeNumberException.java
-    maven.samples/samples_src/MavenCalculatorClient/src/main/java/com/mycompany/calculatorclient/App.java
-    maven.samples/samples_src/MavenCalculatorClient/src/test/java/com/mycompany/calculatorclient/AppTest.java
-    websvc.metro.samples/samples_src/CalculatorApp/src/java/org/me/calculator/CalculatorWS.java
-    websvc.metro.samples/samples_src/CalculatorClientApp/src/java/org/me/calculator/client/ClientServlet.java
-    websvc.metro.samples/samples_src/SecureCalculatorApp/src/java/org/me/calculator/CalculatorWS.java
-    websvc.metro.samples/samples_src/SecureCalculatorClientApp/src/java/org/me/calculator/client/ClientServlet.java
-    websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/boundary/OrderResource.java
-Copyright: 2009-2014 Oracle and/or its affiliates.
-           2010-2011 Oracle.
-License: BSD-3-Clause
-
-Files:     groovy.grailsproject/test/unit/data/projects/completion/web-app/js/prototype/rico.js
-           groovy.kit/test/qa-functional/data/projects/GrailsActions/web-app/js/prototype/rico.js
-           j2ee.samples/samples_src/ServletStateless/src/java/util/HTMLFilter.java
-           web.client.samples/EaselDemo/public_html/js/bootstrap-alert.js
-           web.client.samples/EaselDemo/public_html/js/bootstrap-button.js
-           web.client.samples/EaselDemo/public_html/js/bootstrap-carousel.js
-           web.client.samples/EaselDemo/public_html/js/bootstrap-collapse.js
-           web.client.samples/EaselDemo/public_html/js/bootstrap-dropdown.js
-           web.client.samples/EaselDemo/public_html/js/bootstrap-modal.js
-           web.client.samples/EaselDemo/public_html/js/bootstrap-popover.js
-           web.client.samples/EaselDemo/public_html/js/bootstrap-scrollspy.js
-           web.client.samples/EaselDemo/public_html/js/bootstrap-tab.js
-           web.client.samples/EaselDemo/public_html/js/bootstrap-tooltip.js
-           web.client.samples/EaselDemo/public_html/js/bootstrap-transition.js
-           web.client.samples/EaselDemo/public_html/js/bootstrap-typeahead.js
-           web.client.samples/EaselDemo/public_html/js/bootstrap.js
-           web.examples/appdev/src/mypackage/Hello.java
-           web.examples/jsp/src/cal/Entries.java
-           web.examples/jsp/src/cal/Entry.java
-           web.examples/jsp/src/cal/JspCalendar.java
-           web.examples/jsp/src/cal/TableBean.java
-           web.examples/jsp/src/checkbox/CheckTest.java
-           web.examples/jsp/src/colors/ColorGameBean.java
-           web.examples/jsp/src/compressionFilters/CompressionFilter.java
-           web.examples/jsp/src/compressionFilters/CompressionFilterTestServlet.java
-           web.examples/jsp/src/compressionFilters/CompressionResponseStream.java
-           web.examples/jsp/src/compressionFilters/CompressionServletResponseWrapper.java
-           web.examples/jsp/src/dates/JspCalendar.java
-           web.examples/jsp/src/error/Smart.java
-           web.examples/jsp/src/examples/ExampleTagBase.java
-           web.examples/jsp/src/examples/FooTag.java
-           web.examples/jsp/src/examples/FooTagExtraInfo.java
-           web.examples/jsp/src/examples/LogTag.java
-           web.examples/jsp/src/examples/ShowSource.java
-           web.examples/jsp/src/filters/ExampleFilter.java
-           web.examples/jsp/src/filters/RequestDumperFilter.java
-           web.examples/jsp/src/filters/SetCharacterEncodingFilter.java
-           web.examples/jsp/src/jsp2/examples/BookBean.java
-           web.examples/jsp/src/jsp2/examples/FooBean.java
-           web.examples/jsp/src/jsp2/examples/el/Functions.java
-           web.examples/jsp/src/jsp2/examples/simpletag/EchoAttributesTag.java
-           web.examples/jsp/src/jsp2/examples/simpletag/FindBookSimpleTag.java
-           web.examples/jsp/src/jsp2/examples/simpletag/HelloWorldSimpleTag.java
-           web.examples/jsp/src/jsp2/examples/simpletag/RepeatSimpleTag.java
-           web.examples/jsp/src/jsp2/examples/simpletag/ShuffleSimpleTag.java
-           web.examples/jsp/src/jsp2/examples/simpletag/TileSimpleTag.java
-           web.examples/jsp/src/listeners/ContextListener.java
-           web.examples/jsp/src/listeners/SessionListener.java
-           web.examples/jsp/src/servletToJsp.java
-           web.examples/jsp/src/sessions/DummyCart.java
-           web.examples/jsp/src/util/HTMLFilter.java
-           web.examples/jsp/src/validators/DebugValidator.java
-           web.examples/jsp/web/plugin/applet/Clock2.java
-           web.examples/servlets/src/compressionFilters/CompressionFilter.java
-           web.examples/servlets/src/compressionFilters/CompressionFilterTestServlet.java
-           web.examples/servlets/src/compressionFilters/CompressionResponseStream.java
-           web.examples/servlets/src/compressionFilters/CompressionServletResponseWrapper.java
-           web.examples/servlets/src/filters/ExampleFilter.java
-           web.examples/servlets/src/filters/RequestDumperFilter.java
-           web.examples/servlets/src/filters/SetCharacterEncodingFilter.java
-           web.examples/servlets/src/listeners/ContextListener.java
-           web.examples/servlets/src/listeners/SessionListener.java
-           web.examples/servlets/src/util/HTMLFilter.java
-           web.jspparser/test/unit/src/org/netbeans/modules/web/jspparser/data/goldenfiles/ParseTest/testAnalysisFunction.pass
-           web.jspparser/test/unit/src/org/netbeans/modules/web/jspparser/data/goldenfiles/ParseTest/testTagFileAttribute.pass
-Copyright: 1999-2004 The Apache Software Foundation.
-           2004 The Apache Software Foundation
-           2005 Sabre Airline Solutions
-           2012 Twitter, Inc.
-License:   Apache-2.0
-
-
-Files: web.examples/jstl/*
-Copyright: 1999-2003 The Apache Software Foundation
-License: Apache-1.1
- The Apache Software License, Version 1.1
- .
- Copyright (c) 1999-2003 The Apache Software Foundation.  All rights
- reserved.
- .
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions
- are met:
- .
- 1. Redistributions of source code must retain the above copyright
-    notice, this list of conditions and the following disclaimer.
- .
- 2. Redistributions in binary form must reproduce the above copyright
-    notice, this list of conditions and the following disclaimer in
-    the documentation and/or other materials provided with the
-    distribution.
- .
- 3. The end-user documentation included with the redistribution, if
-    any, must include the following acknowlegement:
-       "This product includes software developed by the
-        Apache Software Foundation (http://www.apache.org/)."
-    Alternately, this acknowlegement may appear in the software itself,
-    if and wherever such third-party acknowlegements normally appear.
- .
- 4. The names "The Jakarta Project", "Tomcat", and "Apache Software
-    Foundation" must not be used to endorse or promote products derived
-    from this software without prior written permission. For written
-    permission, please contact apache at apache.org.
- .
- 5. Products derived from this software may not be called "Apache"
-    nor may "Apache" appear in their names without prior written
-    permission of the Apache Group.
- .
- THIS SOFTWARE IS PROVIDED ``AS IS'' AND ANY EXPRESSED OR IMPLIED
- WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
- OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
- DISCLAIMED.  IN NO EVENT SHALL THE APACHE SOFTWARE FOUNDATION OR
- ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,
- SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT
- LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF
- USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND
- ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
- OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT
- OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
- SUCH DAMAGE.
- ====================================================================
- .
- This software consists of voluntary contributions made by many
- individuals on behalf of the Apache Software Foundation.  For more
- information on the Apache Software Foundation, please see
- <http://www.apache.org/>.
-
-
-
-Files: php.editor/src/org/netbeans/modules/php/editor/parser/astnodes/StateStack.java
- xml.jaxb/src/org/netbeans/modules/xml/jaxb/resources/eclipselink_oxm_2_3.xsd
- maven.coverage/src/org/netbeans/modules/maven/coverage/jacoco-1.0.dtd
-Copyright: 2006 Zend Corporation and IBM Corporation.
- 2009, 2012 Mountainminds GmbH & Co. KG and Contributors
- 1998, 2010 Oracle
-License: EPL-1
-
-
-Files: ./options.keymap/build.xml
- ./openide.awt/test/unit/src/org/openide/awt/ActionsTest.java
- ./o.n.bootstrap/test/unit/src/org/netbeans/ModuleMixedOnClasspathTest.java
- ./o.n.bootstrap/test/unit/src/org/netbeans/ModuleFactoryTest.java
- ./o.n.bootstrap/test/unit/src/org/netbeans/ModuleFactoryAlienTest.java
- ./o.n.bootstrap/src/org/netbeans/ModuleFactory.java
- ./apisupport.harness/jnlp-src/org/netbeans/modules/apisupport/jnlplauncher/RuntimePolicy.java
- ./apisupport.harness/test/unit/src/org/netbeans/modules/apisupport/jnlplauncher/FixPolicyTest.java
-Copyright: Copyright 1997-2010 Oracle and/or its affiliates. All rights reserved.
-           Portions Copyrihgt 2005-2006 Nokia
-License: CDDL-1 or GPL-2-with-CLASSPATH-exception
-
-
-Files: core.windows/test/unit/src/org/netbeans/core/windows/view/ui/CustomMenuBarTest.java
- core.startup/test/unit/src/org/netbeans/core/startup/layers/CustomWritableSystemFileSystemTest.java
-Copyright: Copyright 1997-2010 Oracle and/or its affiliates.
-    Portions Copyrighted 2007 Nokia Siemens Networks Oy
-License: CDDL-1 or GPL-2-with-CLASSPATH-exception
-
-Files:
- j2ee.ddloaders/src/org/netbeans/modules/j2ee/ddloaders/catalog/resources/xml.xsd
- javaee.wildfly/src/org/netbeans/modules/javaee/wildfly/resources/xml.xsd
- xml.catalog/src/org/netbeans/modules/xml/catalog/resources/XMLNamespace.xsd
- html.parser/test/unit/data/testfiles/w3c_org.html
- websvc.wsitmodelext/src/org/netbeans/modules/websvc/wsitmodelext/catalog/resources/ws-addr-wsdl.xsd
- websvc.wsitmodelext/src/org/netbeans/modules/websvc/wsitmodelext/catalog/resources/ws-addr.xsd
- websvc.wsitmodelext/src/org/netbeans/modules/websvc/wsitmodelext/catalog/resources/ws-policy-12.xsd
- websvc.wsitmodelext/src/org/netbeans/modules/websvc/wsitmodelext/catalog/resources/ws-addr-metadata.xsd
-Copyright: 2007, World Wide Web Consortium
-License: W3C-Software-License
-
-Files:     css.lib/test/unit/data/testfiles/scss/scss-tests-merged.scss
-           html.parser/external/htmlparser-1.2.1-license.txt
-           html.validation/external/html5-datatypes-license.txt
-           html.validation/external/isorelax-license.txt
-           html.validation/external/non-schema-license.txt
-           html.validation/external/validator-license.txt
-           html.validation/src/org/netbeans/modules/html/validation/NbMessageEmitter.java
-           html.validation/src/org/netbeans/modules/html/validation/ValidationTransaction.java
-           html.validation/src/org/netbeans/modules/html/validation/patched/BufferingRootNamespaceSniffer.java
-           html.validation/src/org/netbeans/modules/html/validation/patched/LocalCacheEntityResolver.java
-           html.validation/src/org/netbeans/modules/html/validation/patched/RootNamespaceSniffer.java
-           javascript2.jquery/external/jquery-api-license.txt
-           javascript2.nodejs/test/unit/data/NodeJsRuntime/fs.js
-           javascript2.nodejs/test/unit/data/NodeJsRuntime/path.js
-           javascript2.nodejs/test/unit/data/NodeJsRuntime/util.js
-           nbbuild/licenses/HttpUnit
-Copyright: 2000-2006 Russell Gold
-           2001-2002 SourceForge ISO-RELAX Project (ASAMI Tomoharu, Daisuke Okajima, Kohsuke Kawaguchi, and MURATA Makoto)
-           2004-2007 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA.
-           2005-2007 Henri Sivonen
-           2006-2009 Hampton Catlin, Nathan Weizenbaum, and Chris Eppstein
-           2007-2010 Mozilla Foundation
-           2011 John Resig, http://jquery.com/
-           Joyent, Inc. and other Node contributors.
-License:   Expat
-
-Files:     cnd.makeproject/samples_src/args/Makefile
-           cnd.makeproject/samples_src/fractal/Makefile
-           cnd.makeproject/samples_src/freeway/Makefile
-           cnd.makeproject/samples_src/hello/Makefile
-           cnd.makeproject/samples_src/helloapp/hello1lib/Makefile
-           cnd.makeproject/samples_src/helloapp/hello2lib/Makefile
-           cnd.makeproject/samples_src/helloapp/hello3lib/Makefile
-           cnd.makeproject/samples_src/helloapp/hello4lib/Makefile
-           cnd.makeproject/samples_src/helloapp/main/Makefile
-           cnd.makeproject/samples_src/helloqt/Makefile
-           cnd.makeproject/samples_src/io/Makefile
-           cnd.makeproject/samples_src/lexyacc/Makefile
-           cnd.makeproject/samples_src/mp/Makefile
-           cnd.makeproject/samples_src/pi/Makefile
-           cnd.makeproject/samples_src/quote/Makefile
-           cnd.makeproject/samples_src/welcome/Makefile
-Copyright: 2009-2010 Oracle and/or its affiliates.
-License:   BSD-3-Clause
-
-Files:     web.examples/servlets/src/CookieExample.java
-           web.examples/servlets/src/HelloWorldExample.java
-           web.examples/servlets/src/RequestHeaderExample.java
-           web.examples/servlets/src/RequestInfoExample.java
-           web.examples/servlets/src/RequestParamExample.java
-           web.examples/servlets/src/SessionExample.java
-Copyright: 2004 The Apache Software Foundation
-License:   Apache-2.0
-
-Files:     php.samples/samples_src/TodoList/web/css/redmond/jquery-ui-1.8.16.custom.css
-Copyright: 2011 AUTHORS.txt (http://jqueryui.com/about)
-License:   Expat or GPL-2+
-
-Files: html.parser/external/html5doc.zip
-Copyright: 2004-2010 Apple Computer, Inc., Mozilla Foundation, and Opera Software ASA.
-License: WHATWG-HTML-5-spec-License
- You are granted a license to use, reproduce and create derivative works of this document.
-
-License: GPL-2+
- On Debian systems the full text of the GNU General Public License can be
- found in the `/usr/share/common-licenses/GPL-2' file.
- .
- You can also use (at your option) any later version of the GNU General Public
- License 2.
-
-License: LGPL-2.1+
- On Debian systems the full text of the GNU Lesser General Public License can be found
- in the `/usr/share/common-licenses/LGPL-2.1' file.
-
-License: Apache-2.0
- On Debian systems the full text of the Apache License Version 2.0 can be
- found in the `/usr/share/common-licenses/Apache-2.0' file.
-
-
-License: CDDL-1
-    COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL)
-    Version 1.0
-    .
-    1. Definitions.
-    .
-    1.1. "Contributor" means each individual or entity that
-    creates or contributes to the creation of Modifications.
-    .
-    1.2. "Contributor Version" means the combination of the
-    Original Software, prior Modifications used by a Contributor
-    (if any), and the Modifications made by that particular
-    Contributor.
-    .
-    1.3. "Covered Software" means (a) the Original Software, or
-    (b) Modifications, or (c) the combination of files
-    containing Original Software with files containing
-    Modifications, in each case including portions thereof.
-    .
-    1.4. "Executable" means the Covered Software in any form
-    other than Source Code.
-    .
-    1.5. "Initial Developer" means the individual or entity that
-    first makes Original Software available under this License.
-    .
-    1.6. "Larger Work" means a work which combines Covered
-    Software or portions thereof with code not governed by the
-    terms of this License.
-    .
-    1.7. "License" means this document.
-    .
-    1.8. "Licensable" means having the right to grant, to the
-    maximum extent possible, whether at the time of the initial
-    grant or subsequently acquired, any and all of the rights
-    conveyed herein.
-    .
-    1.9. "Modifications" means the Source Code and Executable
-    form of any of the following:
-    .
-    A. Any file that results from an addition to, deletion from
-    or modification of the contents of a file containing
-    Original Software or previous Modifications;
-    .
-    B. Any new file that contains any part of the Original
-    Software or previous Modification; or
-    .
-    C. Any new file that is contributed or otherwise made
-    available under the terms of this License.
-    .
-    1.10. "Original Software" means the Source Code and
-    Executable form of computer software code that is originally
-    released under this License.
-    .
-    1.11. "Patent Claims" means any patent claim(s), now owned
-    or hereafter acquired, including without limitation, method,
-    process, and apparatus claims, in any patent Licensable by
-    grantor.
-    .
-    1.12. "Source Code" means (a) the common form of computer
-    software code in which modifications are made and (b)
-    associated documentation included in or with such code.
-    .
-    1.13. "You" (or "Your") means an individual or a legal
-    entity exercising rights under, and complying with all of
-    the terms of, this License. For legal entities, "You"
-    includes any entity which controls, is controlled by, or is
-    under common control with You. For purposes of this
-    definition, "control" means (a) the power, direct or
-    indirect, to cause the direction or management of such
-    entity, whether by contract or otherwise, or (b) ownership
-    of more than fifty percent (50%) of the outstanding shares
-    or beneficial ownership of such entity.
-    .
-    2. License Grants.
-    .
-    2.1. The Initial Developer Grant. Conditioned upon Your
-    compliance with Section 3.1 below and subject to third party
-    intellectual property claims, the Initial Developer hereby
-    grants You a world-wide, royalty-free, non-exclusive
-    license:
-    .
-    (a) under intellectual property rights (other than patent or
-    trademark) Licensable by Initial Developer, to use,
-    reproduce, modify, display, perform, sublicense and
-    distribute the Original Software (or portions thereof), with
-    or without Modifications, and/or as part of a Larger Work;
-    and
-    .
-    (b) under Patent Claims infringed by the making, using or
-    selling of Original Software, to make, have made, use,
-    practice, sell, and offer for sale, and/or otherwise dispose
-    of the Original Software (or portions thereof).
-    .
-    (c) The licenses granted in Sections 2.1(a) and (b) are
-    effective on the date Initial Developer first distributes or
-    otherwise makes the Original Software available to a third
-    party under the terms of this License.
-    .
-    (d) Notwithstanding Section 2.1(b) above, no patent license
-    is granted: (1) for code that You delete from the Original
-    Software, or (2) for infringements caused by: (i) the
-    modification of the Original Software, or (ii) the
-    combination of the Original Software with other software or
-    devices.
-    .
-    2.2. Contributor Grant. Conditioned upon Your compliance
-    with Section 3.1 below and subject to third party
-    intellectual property claims, each Contributor hereby grants
-    You a world-wide, royalty-free, non-exclusive license:
-    .
-    (a) under intellectual property rights (other than patent or
-    trademark) Licensable by Contributor to use, reproduce,
-    modify, display, perform, sublicense and distribute the
-    Modifications created by such Contributor (or portions
-    thereof), either on an unmodified basis, with other
-    Modifications, as Covered Software and/or as part of a
-    Larger Work; and
-    .
-    (b) under Patent Claims infringed by the making, using, or
-    selling of Modifications made by that Contributor either
-    alone and/or in combination with its Contributor Version (or
-    portions of such combination), to make, use, sell, offer for
-    sale, have made, and/or otherwise dispose of: (1)
-    Modifications made by that Contributor (or portions
-    thereof); and (2) the combination of Modifications made by
-    that Contributor with its Contributor Version (or portions
-    of such combination).
-    .
-    (c) The licenses granted in Sections 2.2(a) and 2.2(b) are
-    effective on the date Contributor first distributes or
-    otherwise makes the Modifications available to a third
-    party.
-    .
-    (d) Notwithstanding Section 2.2(b) above, no patent license
-    is granted: (1) for any code that Contributor has deleted
-    from the Contributor Version; (2) for infringements caused
-    by: (i) third party modifications of Contributor Version, or
-    (ii) the combination of Modifications made by that
-    Contributor with other software (except as part of the
-    Contributor Version) or other devices; or (3) under Patent
-    Claims infringed by Covered Software in the absence of
-    Modifications made by that Contributor.
-    .
-    3. Distribution Obligations.
-    .
-    3.1. Availability of Source Code.
-    .
-    Any Covered Software that You distribute or otherwise make
-    available in Executable form must also be made available in
-    Source Code form and that Source Code form must be
-    distributed only under the terms of this License. You must
-    include a copy of this License with every copy of the Source
-    Code form of the Covered Software You distribute or
-    otherwise make available. You must inform recipients of any
-    such Covered Software in Executable form as to how they can
-    obtain such Covered Software in Source Code form in a
-    reasonable manner on or through a medium customarily used
-    for software exchange.
-    .
-    3.2. Modifications.
-    .
-    The Modifications that You create or to which You contribute
-    are governed by the terms of this License. You represent
-    that You believe Your Modifications are Your original
-    creation(s) and/or You have sufficient rights to grant the
-    rights conveyed by this License.
-    .
-    3.3. Required Notices.
-    .
-    You must include a notice in each of Your Modifications that
-    identifies You as the Contributor of the Modification. You
-    may not remove or alter any copyright, patent or trademark
-    notices contained within the Covered Software, or any
-    notices of licensing or any descriptive text giving
-    attribution to any Contributor or the Initial Developer.
-    .
-    3.4. Application of Additional Terms.
-    .
-    You may not offer or impose any terms on any Covered
-    Software in Source Code form that alters or restricts the
-    applicable version of this License or the recipients' rights
-    hereunder. You may choose to offer, and to charge a fee for,
-    warranty, support, indemnity or liability obligations to one
-    or more recipients of Covered Software. However, you may do
-    so only on Your own behalf, and not on behalf of the Initial
-    Developer or any Contributor. You must make it absolutely
-    clear that any such warranty, support, indemnity or
-    liability obligation is offered by You alone, and You hereby
-    agree to indemnify the Initial Developer and every
-    Contributor for any liability incurred by the Initial
-    Developer or such Contributor as a result of warranty,
-    support, indemnity or liability terms You offer.
-    .
-    3.5. Distribution of Executable Versions.
-    .
-    You may distribute the Executable form of the Covered
-    Software under the terms of this License or under the terms
-    of a license of Your choice, which may contain terms
-    different from this License, provided that You are in
-    compliance with the terms of this License and that the
-    license for the Executable form does not attempt to limit or
-    alter the recipient's rights in the Source Code form from
-    the rights set forth in this License. If You distribute the
-    Covered Software in Executable form under a different
-    license, You must make it absolutely clear that any terms
-    which differ from this License are offered by You alone, not
-    by the Initial Developer or Contributor. You hereby agree to
-    indemnify the Initial Developer and every Contributor for
-    any liability incurred by the Initial Developer or such
-    Contributor as a result of any such terms You offer.
-    .
-    3.6. Larger Works.
-    .
-    You may create a Larger Work by combining Covered Software
-    with other code not governed by the terms of this License
-    and distribute the Larger Work as a single product. In such
-    a case, You must make sure the requirements of this License
-    are fulfilled for the Covered Software.
-    .
-    4. Versions of the License.
-    .
-    4.1. New Versions.
-    .
-    Oracle Corp. is the initial license steward and may publish
-    revised and/or new versions of this License from time to
-    time. Each version will be given a distinguishing version
-    number. Except as provided in Section 4.3, no one other than
-    the license steward has the right to modify this License.
-    .
-    4.2. Effect of New Versions.
-    .
-    You may always continue to use, distribute or otherwise make
-    the Covered Software available under the terms of the
-    version of the License under which You originally received
-    the Covered Software. If the Initial Developer includes a
-    notice in the Original Software prohibiting it from being
-    distributed or otherwise made available under any subsequent
-    version of the License, You must distribute and make the
-    Covered Software available under the terms of the version of
-    the License under which You originally received the Covered
-    Software. Otherwise, You may also choose to use, distribute
-    or otherwise make the Covered Software available under the
-    terms of any subsequent version of the License published by
-    the license steward.
-    .
-    4.3. Modified Versions.
-    .
-    When You are an Initial Developer and You want to create a
-    new license for Your Original Software, You may create and
-    use a modified version of this License if You: (a) rename
-    the license and remove any references to the name of the
-    license steward (except to note that the license differs
-    from this License); and (b) otherwise make it clear that the
-    license contains terms which differ from this License.
-    .
-    5. DISCLAIMER OF WARRANTY.
-    .
-    COVERED SOFTWARE IS PROVIDED UNDER THIS LICENSE ON AN "AS
-    IS" BASIS, WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR
-    IMPLIED, INCLUDING, WITHOUT LIMITATION, WARRANTIES THAT THE
-    COVERED SOFTWARE IS FREE OF DEFECTS, MERCHANTABLE, FIT FOR A
-    PARTICULAR PURPOSE OR NON-INFRINGING. THE ENTIRE RISK AS TO
-    THE QUALITY AND PERFORMANCE OF THE COVERED SOFTWARE IS WITH
-    YOU. SHOULD ANY COVERED SOFTWARE PROVE DEFECTIVE IN ANY
-    RESPECT, YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER
-    CONTRIBUTOR) ASSUME THE COST OF ANY NECESSARY SERVICING,
-    REPAIR OR CORRECTION. THIS DISCLAIMER OF WARRANTY
-    CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF ANY
-    COVERED SOFTWARE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS
-    DISCLAIMER.
-    .
-    6. TERMINATION.
-    .
-    6.1. This License and the rights granted hereunder will
-    terminate automatically if You fail to comply with terms
-    herein and fail to cure such breach within 30 days of
-    becoming aware of the breach. Provisions which, by their
-    nature, must remain in effect beyond the termination of this
-    License shall survive.
-    .
-    6.2. If You assert a patent infringement claim (excluding
-    declaratory judgment actions) against Initial Developer or a
-    Contributor (the Initial Developer or Contributor against
-    whom You assert such claim is referred to as "Participant")
-    alleging that the Participant Software (meaning the
-    Contributor Version where the Participant is a Contributor
-    or the Original Software where the Participant is the
-    Initial Developer) directly or indirectly infringes any
-    patent, then any and all rights granted directly or
-    indirectly to You by such Participant, the Initial Developer
-    (if the Initial Developer is not the Participant) and all
-    Contributors under Sections 2.1 and/or 2.2 of this License
-    shall, upon 60 days notice from Participant terminate
-    prospectively and automatically at the expiration of such 60
-    day notice period, unless if within such 60 day period You
-    withdraw Your claim with respect to the Participant Software
-    against such Participant either unilaterally or pursuant to
-    a written agreement with Participant.
-    .
-    6.3. In the event of termination under Sections 6.1 or 6.2
-    above, all end user licenses that have been validly granted
-    by You or any distributor hereunder prior to termination
-    (excluding licenses granted to You by any distributor) shall
-    survive termination.
-    .
-    7. LIMITATION OF LIABILITY.
-    .
-    UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER
-    TORT (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL
-    YOU, THE INITIAL DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY
-    DISTRIBUTOR OF COVERED SOFTWARE, OR ANY SUPPLIER OF ANY OF
-    SUCH PARTIES, BE LIABLE TO ANY PERSON FOR ANY INDIRECT,
-    SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
-    CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOST
-    PROFITS, LOSS OF GOODWILL, WORK STOPPAGE, COMPUTER FAILURE
-    OR MALFUNCTION, OR ANY AND ALL OTHER COMMERCIAL DAMAGES OR
-    LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN INFORMED OF THE
-    POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF LIABILITY
-    SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
-    RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT
-    APPLICABLE LAW PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS
-    DO NOT ALLOW THE EXCLUSION OR LIMITATION OF INCIDENTAL OR
-    CONSEQUENTIAL DAMAGES, SO THIS EXCLUSION AND LIMITATION MAY
-    NOT APPLY TO YOU.
-    .
-    8. U.S. GOVERNMENT END USERS.
-    .
-    The Covered Software is a "commercial item," as that term is
-    defined in 48 C.F.R. 2.101 (Oct. 1995), consisting of
-    "commercial computer software" (as that term is defined at
-    48 C.F.R. 252.227-7014(a)(1)) and "commercial computer
-    software documentation" as such terms are used in 48 C.F.R.
-    12.212 (Sept. 1995). Consistent with 48 C.F.R. 12.212 and 48
-    C.F.R. 227.7202-1 through 227.7202-4 (June 1995), all U.S.
-    Government End Users acquire Covered Software with only
-    those rights set forth herein. This U.S. Government Rights
-    clause is in lieu of, and supersedes, any other FAR, DFAR,
-    or other clause or provision that addresses Government
-    rights in computer software under this License.
-    .
-    9. MISCELLANEOUS.
-    .
-    This License represents the complete agreement concerning
-    subject matter hereof. If any provision of this License is
-    held to be unenforceable, such provision shall be reformed
-    only to the extent necessary to make it enforceable. This
-    License shall be governed by the law of the jurisdiction
-    specified in a notice contained within the Original Software
-    (except to the extent applicable law, if any, provides
-    otherwise), excluding such jurisdiction's conflict-of-law
-    provisions. Any litigation relating to this License shall be
-    subject to the jurisdiction of the courts located in the
-    jurisdiction and venue specified in a notice contained
-    within the Original Software, with the losing party
-    responsible for costs, including, without limitation, court
-    costs and reasonable attorneys' fees and expenses. The
-    application of the United Nations Convention on Contracts
-    for the International Sale of Goods is expressly excluded.
-    Any law or regulation which provides that the language of a
-    contract shall be construed against the drafter shall not
-    apply to this License. You agree that You alone are
-    responsible for compliance with the United States export
-    administration regulations (and the export control laws and
-    regulation of any other countries) when You use, distribute
-    or otherwise make available any Covered Software.
-    .
-    10. RESPONSIBILITY FOR CLAIMS.
-    .
-    As between Initial Developer and the Contributors, each
-    party is responsible for claims and damages arising,
-    directly or indirectly, out of its utilization of rights
-    under this License and You agree to work with Initial
-    Developer and Contributors to distribute such responsibility
-    on an equitable basis. Nothing herein is intended or shall
-    be deemed to constitute any admission of liability.
-
-License: GPL-2-with-CLASSPATH-exception
- "CLASSPATH" EXCEPTION TO THE GPL VERSION 2
- .
- Certain source files distributed by Oracle Corp. are subject
- to the following clarification and special exception to the
- GPL Version 2, but only where Oracle has expressly included
- in the particular source file's header the words  "Oracle
- designates this particular file as subject to the
- "Classpath" exception as provided by Oracle in the License
- file that accompanied this code."
- .
- Linking this library statically or dynamically with other
- modules is making a combined work based on this library.
- Thus, the terms and conditions of the GNU General Public
- License Version 2 cover the whole combination.
- .
- As a special exception, the copyright holders of this
- library give you  permission to link this library with
- independent modules to produce an  executable, regardless of
- the license terms of these independent modules,  and to copy
- and distribute the resulting executable under terms of your
- choice, provided that you also meet, for each linked
- independent module,  the terms and conditions of the license
- of that module. An independent  module is a module which is
- not derived from or based on this library. If  you modify
- this library, you may extend this exception to your version
- of  the library, but you are not obligated to do so. If you
- do not wish to do  so, delete this exception statement from
- your version.
- .
- On Debian systems the full license text of the GNU General Public License 2
- can be found in /usr/share/common-licenses/GPL-2.
-
-License: BSD-3-clause
- Redistribution and use in source and binary forms, with or without
- modification, are permitted provided that the following conditions are met:
- .
- * Redistributions of source code must retain the above copyright notice,
-   this list of conditions and the following disclaimer.
- .
- * Redistributions in binary form must reproduce the above copyright notice,
-   this list of conditions and the following disclaimer in the documentation
-   and/or other materials provided with the distribution.
- .
- * Neither the name of <copyright holder> nor the names of its contributors
-   may be used to endorse or promote products derived from this software without
-   specific prior written permission.
- .
- THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
- AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
- IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
- ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
- LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
- CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
- SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
- INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
- CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
- ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
- THE POSSIBILITY OF SUCH DAMAGE.
-
-License: EPL-1
- Eclipse Public License - v 1.0
- .
- THE ACCOMPANYING PROGRAM IS PROVIDED UNDER THE TERMS OF THIS ECLIPSE
- PUBLIC LICENSE ("AGREEMENT"). ANY USE, REPRODUCTION OR DISTRIBUTION OF
- THE PROGRAM CONSTITUTES RECIPIENT'S ACCEPTANCE OF THIS AGREEMENT.
- .
- 1. DEFINITIONS
- .
- "Contribution" means:
- .
- a) in the case of the initial Contributor, the initial code and
- documentation distributed under this Agreement, and
- .
- b) in the case of each subsequent Contributor:
- .
- i) changes to the Program, and
- .
- ii) additions to the Program;
- .
- where such changes and/or additions to the Program originate from and
- are distributed by that particular Contributor. A Contribution
- 'originates' from a Contributor if it was added to the Program by such
- Contributor itself or anyone acting on such Contributor's
- behalf. Contributions do not include additions to the Program which:
- (i) are separate modules of software distributed in conjunction with
- the Program under their own license agreement, and (ii) are not
- derivative works of the Program.
- .
- "Contributor" means any person or entity that distributes the Program.
- .
- "Licensed Patents" mean patent claims licensable by a Contributor
- which are necessarily infringed by the use or sale of its Contribution
- alone or when combined with the Program.
- .
- "Program" means the Contributions distributed in accordance with this
- Agreement.
- .
- "Recipient" means anyone who receives the Program under this
- Agreement, including all Contributors.
- .
- 2. GRANT OF RIGHTS
- .
- a) Subject to the terms of this Agreement, each Contributor hereby
- grants Recipient a non-exclusive, worldwide, royalty-free copyright
- license to reproduce, prepare derivative works of, publicly display,
- publicly perform, distribute and sublicense the Contribution of such
- Contributor, if any, and such derivative works, in source code and
- object code form.
- .
- b) Subject to the terms of this Agreement, each Contributor hereby
- grants Recipient a non-exclusive, worldwide, royalty-free patent
- license under Licensed Patents to make, use, sell, offer to sell,
- import and otherwise transfer the Contribution of such Contributor, if
- any, in source code and object code form. This patent license shall
- apply to the combination of the Contribution and the Program if, at
- the time the Contribution is added by the Contributor, such addition
- of the Contribution causes such combination to be covered by the
- Licensed Patents. The patent license shall not apply to any other
- combinations which include the Contribution. No hardware per se is
- licensed hereunder.
- .
- c) Recipient understands that although each Contributor grants the
- licenses to its Contributions set forth herein, no assurances are
- provided by any Contributor that the Program does not infringe the
- patent or other intellectual property rights of any other entity. Each
- Contributor disclaims any liability to Recipient for claims brought by
- any other entity based on infringement of intellectual property rights
- or otherwise. As a condition to exercising the rights and licenses
- granted hereunder, each Recipient hereby assumes sole responsibility
- to secure any other intellectual property rights needed, if any. For
- example, if a third party patent license is required to allow
- Recipient to distribute the Program, it is Recipient's responsibility
- to acquire that license before distributing the Program.
- .
- d) Each Contributor represents that to its knowledge it has sufficient
- copyright rights in its Contribution, if any, to grant the copyright
- license set forth in this Agreement.
- .
- 3. REQUIREMENTS
- .
- A Contributor may choose to distribute the Program in object code form
- under its own license agreement, provided that:
- .
- a) it complies with the terms and conditions of this Agreement; and
- .
- b) its license agreement:
- .
- i) effectively disclaims on behalf of all Contributors all warranties
- and conditions, express and implied, including warranties or
- conditions of title and non-infringement, and implied warranties or
- conditions of merchantability and fitness for a particular purpose;
- .
- ii) effectively excludes on behalf of all Contributors all liability
- for damages, including direct, indirect, special, incidental and
- consequential damages, such as lost profits;
- .
- iii) states that any provisions which differ from this Agreement are
- offered by that Contributor alone and not by any other party; and
- .
- iv) states that source code for the Program is available from such
- Contributor, and informs licensees how to obtain it in a reasonable
- manner on or through a medium customarily used for software exchange.
- .
- When the Program is made available in source code form:
- .
- a) it must be made available under this Agreement; and
- .
- b) a copy of this Agreement must be included with each copy of the
- Program.
- .
- Contributors may not remove or alter any copyright notices contained
- within the Program.
- .
- Each Contributor must identify itself as the originator of its
- Contribution, if any, in a manner that reasonably allows subsequent
- Recipients to identify the originator of the Contribution.
- .
- 4. COMMERCIAL DISTRIBUTION
- .
- Commercial distributors of software may accept certain
- responsibilities with respect to end users, business partners and the
- like. While this license is intended to facilitate the commercial use
- of the Program, the Contributor who includes the Program in a
- commercial product offering should do so in a manner which does not
- create potential liability for other Contributors. Therefore, if a
- Contributor includes the Program in a commercial product offering,
- such Contributor ("Commercial Contributor") hereby agrees to defend
- and indemnify every other Contributor ("Indemnified Contributor")
- against any losses, damages and costs (collectively "Losses") arising
- from claims, lawsuits and other legal actions brought by a third party
- against the Indemnified Contributor to the extent caused by the acts
- or omissions of such Commercial Contributor in connection with its
- distribution of the Program in a commercial product offering. The
- obligations in this section do not apply to any claims or Losses
- relating to any actual or alleged intellectual property
- infringement. In order to qualify, an Indemnified Contributor must: a)
- promptly notify the Commercial Contributor in writing of such claim,
- and b) allow the Commercial Contributor to control, and cooperate with
- the Commercial Contributor in, the defense and any related settlement
- negotiations. The Indemnified Contributor may participate in any such
- claim at its own expense.
- .
- For example, a Contributor might include the Program in a commercial
- product offering, Product X. That Contributor is then a Commercial
- Contributor. If that Commercial Contributor then makes performance
- claims, or offers warranties related to Product X, those performance
- claims and warranties are such Commercial Contributor's responsibility
- alone. Under this section, the Commercial Contributor would have to
- defend claims against the other Contributors related to those
- performance claims and warranties, and if a court requires any other
- Contributor to pay any damages as a result, the Commercial Contributor
- must pay those damages.
- .
- 5. NO WARRANTY
- .
- EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, THE PROGRAM IS
- PROVIDED ON AN "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
- KIND, EITHER EXPRESS OR IMPLIED INCLUDING, WITHOUT LIMITATION, ANY
- WARRANTIES OR CONDITIONS OF TITLE, NON-INFRINGEMENT, MERCHANTABILITY
- OR FITNESS FOR A PARTICULAR PURPOSE. Each Recipient is solely
- responsible for determining the appropriateness of using and
- distributing the Program and assumes all risks associated with its
- exercise of rights under this Agreement , including but not limited to
- the risks and costs of program errors, compliance with applicable
- laws, damage to or loss of data, programs or equipment, and
- unavailability or interruption of operations.
- .
- 6. DISCLAIMER OF LIABILITY
- .
- EXCEPT AS EXPRESSLY SET FORTH IN THIS AGREEMENT, NEITHER RECIPIENT NOR
- ANY CONTRIBUTORS SHALL HAVE ANY LIABILITY FOR ANY DIRECT, INDIRECT,
- INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING
- WITHOUT LIMITATION LOST PROFITS), HOWEVER CAUSED AND ON ANY THEORY OF
- LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
- NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OR
- DISTRIBUTION OF THE PROGRAM OR THE EXERCISE OF ANY RIGHTS GRANTED
- HEREUNDER, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.
- .
- 7. GENERAL
- .
- If any provision of this Agreement is invalid or unenforceable under
- applicable law, it shall not affect the validity or enforceability of
- the remainder of the terms of this Agreement, and without further
- action by the parties hereto, such provision shall be reformed to the
- minimum extent necessary to make such provision valid and enforceable.
- .
- If Recipient institutes patent litigation against any entity
- (including a cross-claim or counterclaim in a lawsuit) alleging that
- the Program itself (excluding combinations of the Program with other
- software or hardware) infringes such Recipient's patent(s), then such
- Recipient's rights granted under Section 2(b) shall terminate as of
- the date such litigation is filed.
- .
- All Recipient's rights under this Agreement shall terminate if it
- fails to comply with any of the material terms or conditions of this
- Agreement and does not cure such failure in a reasonable period of
- time after becoming aware of such noncompliance. If all Recipient's
- rights under this Agreement terminate, Recipient agrees to cease use
- and distribution of the Program as soon as reasonably
- practicable. However, Recipient's obligations under this Agreement and
- any licenses granted by Recipient relating to the Program shall
- continue and survive.
- .
- Everyone is permitted to copy and distribute copies of this Agreement,
- but in order to avoid inconsistency the Agreement is copyrighted and
- may only be modified in the following manner. The Agreement Steward
- reserves the right to publish new versions (including revisions) of
- this Agreement from time to time. No one other than the Agreement
- Steward has the right to modify this Agreement. The Eclipse Foundation
- is the initial Agreement Steward. The Eclipse Foundation may assign
- the responsibility to serve as the Agreement Steward to a suitable
- separate entity. Each new version of the Agreement will be given a
- distinguishing version number. The Program (including Contributions)
- may always be distributed subject to the version of the Agreement
- under which it was received. In addition, after a new version of the
- Agreement is published, Contributor may elect to distribute the
- Program (including its Contributions) under the new version. Except as
- expressly stated in Sections 2(a) and 2(b) above, Recipient receives
- no rights or licenses to the intellectual property of any Contributor
- under this Agreement, whether expressly, by implication, estoppel or
- otherwise. All rights in the Program not expressly granted under this
- Agreement are reserved.
- .
- This Agreement is governed by the laws of the State of New York and
- the intellectual property laws of the United States of America. No
- party to this Agreement will bring a legal action under this Agreement
- more than one year after the cause of action arose. Each party waives
- its rights to a jury trial in any resulting litigation.
-
-License: Expat
- Permission is hereby granted, free of charge, to any person obtaining a
- copy of this software and associated documentation files (the "Software"),
- to deal in the Software without restriction, including without limitation
- the rights to use, copy, modify, merge, publish, distribute, sublicense,
- and/or sell copies of the Software, and to permit persons to whom the
- Software is furnished to do so, subject to the following conditions:
- .
- The above copyright notice and this permission notice shall be included in
- all copies or substantial portions of the Software.
- .
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
- THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
- FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
- DEALINGS IN THE SOFTWARE.
-
-License: MPL-1.1
-                          MOZILLA PUBLIC LICENSE
-                                Version 1.1
- .
-                              ---------------
- .
- 1. Definitions.
- .
-     1.0.1. "Commercial Use" means distribution or otherwise making the
-     Covered Code available to a third party.
- .
-     1.1. "Contributor" means each entity that creates or contributes to
-     the creation of Modifications.
- .
-     1.2. "Contributor Version" means the combination of the Original
-     Code, prior Modifications used by a Contributor, and the Modifications
-     made by that particular Contributor.
- .
-     1.3. "Covered Code" means the Original Code or Modifications or the
-     combination of the Original Code and Modifications, in each case
-     including portions thereof.
- .
-     1.4. "Electronic Distribution Mechanism" means a mechanism generally
-     accepted in the software development community for the electronic
-     transfer of data.
- .
-     1.5. "Executable" means Covered Code in any form other than Source
-     Code.
- .
-     1.6. "Initial Developer" means the individual or entity identified
-     as the Initial Developer in the Source Code notice required by Exhibit
-     A.
- .
-     1.7. "Larger Work" means a work which combines Covered Code or
-     portions thereof with code not governed by the terms of this License.
- .
-     1.8. "License" means this document.
- .
-     1.8.1. "Licensable" means having the right to grant, to the maximum
-     extent possible, whether at the time of the initial grant or
-     subsequently acquired, any and all of the rights conveyed herein.
- .
-     1.9. "Modifications" means any addition to or deletion from the
-     substance or structure of either the Original Code or any previous
-     Modifications. When Covered Code is released as a series of files, a
-     Modification is:
-          A. Any addition to or deletion from the contents of a file
-          containing Original Code or previous Modifications.
- .
-          B. Any new file that contains any part of the Original Code or
-          previous Modifications.
- .
-     1.10. "Original Code" means Source Code of computer software code
-     which is described in the Source Code notice required by Exhibit A as
-     Original Code, and which, at the time of its release under this
-     License is not already Covered Code governed by this License.
- .
-     1.10.1. "Patent Claims" means any patent claim(s), now owned or
-     hereafter acquired, including without limitation,  method, process,
-     and apparatus claims, in any patent Licensable by grantor.
- .
-     1.11. "Source Code" means the preferred form of the Covered Code for
-     making modifications to it, including all modules it contains, plus
-     any associated interface definition files, scripts used to control
-     compilation and installation of an Executable, or source code
-     differential comparisons against either the Original Code or another
-     well known, available Covered Code of the Contributor's choice. The
-     Source Code can be in a compressed or archival form, provided the
-     appropriate decompression or de-archiving software is widely available
-     for no charge.
- .
-     1.12. "You" (or "Your")  means an individual or a legal entity
-     exercising rights under, and complying with all of the terms of, this
-     License or a future version of this License issued under Section 6.1.
-     For legal entities, "You" includes any entity which controls, is
-     controlled by, or is under common control with You. For purposes of
-     this definition, "control" means (a) the power, direct or indirect,
-     to cause the direction or management of such entity, whether by
-     contract or otherwise, or (b) ownership of more than fifty percent
-     (50%) of the outstanding shares or beneficial ownership of such
-     entity.
- .
- 2. Source Code License.
- .
-     2.1. The Initial Developer Grant.
-     The Initial Developer hereby grants You a world-wide, royalty-free,
-     non-exclusive license, subject to third party intellectual property
-     claims:
-          (a)  under intellectual property rights (other than patent or
-          trademark) Licensable by Initial Developer to use, reproduce,
-          modify, display, perform, sublicense and distribute the Original
-          Code (or portions thereof) with or without Modifications, and/or
-          as part of a Larger Work; and
- .
-          (b) under Patents Claims infringed by the making, using or
-          selling of Original Code, to make, have made, use, practice,
-          sell, and offer for sale, and/or otherwise dispose of the
-          Original Code (or portions thereof).
- .
-          (c) the licenses granted in this Section 2.1(a) and (b) are
-          effective on the date Initial Developer first distributes
-          Original Code under the terms of this License.
- .
-          (d) Notwithstanding Section 2.1(b) above, no patent license is
-          granted: 1) for code that You delete from the Original Code; 2)
-          separate from the Original Code;  or 3) for infringements caused
-          by: i) the modification of the Original Code or ii) the
-          combination of the Original Code with other software or devices.
- .
-     2.2. Contributor Grant.
-     Subject to third party intellectual property claims, each Contributor
-     hereby grants You a world-wide, royalty-free, non-exclusive license
- .
-          (a)  under intellectual property rights (other than patent or
-          trademark) Licensable by Contributor, to use, reproduce, modify,
-          display, perform, sublicense and distribute the Modifications
-          created by such Contributor (or portions thereof) either on an
-          unmodified basis, with other Modifications, as Covered Code
-          and/or as part of a Larger Work; and
- .
-          (b) under Patent Claims infringed by the making, using, or
-          selling of  Modifications made by that Contributor either alone
-          and/or in combination with its Contributor Version (or portions
-          of such combination), to make, use, sell, offer for sale, have
-          made, and/or otherwise dispose of: 1) Modifications made by that
-          Contributor (or portions thereof); and 2) the combination of
-          Modifications made by that Contributor with its Contributor
-          Version (or portions of such combination).
- .
-          (c) the licenses granted in Sections 2.2(a) and 2.2(b) are
-          effective on the date Contributor first makes Commercial Use of
-          the Covered Code.
- .
-          (d)    Notwithstanding Section 2.2(b) above, no patent license is
-          granted: 1) for any code that Contributor has deleted from the
-          Contributor Version; 2)  separate from the Contributor Version;
-          3)  for infringements caused by: i) third party modifications of
-          Contributor Version or ii)  the combination of Modifications made
-          by that Contributor with other software  (except as part of the
-          Contributor Version) or other devices; or 4) under Patent Claims
-          infringed by Covered Code in the absence of Modifications made by
-          that Contributor.
- .
- 3. Distribution Obligations.
- .
-     3.1. Application of License.
-     The Modifications which You create or to which You contribute are
-     governed by the terms of this License, including without limitation
-     Section 2.2. The Source Code version of Covered Code may be
-     distributed only under the terms of this License or a future version
-     of this License released under Section 6.1, and You must include a
-     copy of this License with every copy of the Source Code You
-     distribute. You may not offer or impose any terms on any Source Code
-     version that alters or restricts the applicable version of this
-     License or the recipients' rights hereunder. However, You may include
-     an additional document offering the additional rights described in
-     Section 3.5.
- .
-     3.2. Availability of Source Code.
-     Any Modification which You create or to which You contribute must be
-     made available in Source Code form under the terms of this License
-     either on the same media as an Executable version or via an accepted
-     Electronic Distribution Mechanism to anyone to whom you made an
-     Executable version available; and if made available via Electronic
-     Distribution Mechanism, must remain available for at least twelve (12)
-     months after the date it initially became available, or at least six
-     (6) months after a subsequent version of that particular Modification
-     has been made available to such recipients. You are responsible for
-     ensuring that the Source Code version remains available even if the
-     Electronic Distribution Mechanism is maintained by a third party.
- .
-     3.3. Description of Modifications.
-     You must cause all Covered Code to which You contribute to contain a
-     file documenting the changes You made to create that Covered Code and
-     the date of any change. You must include a prominent statement that
-     the Modification is derived, directly or indirectly, from Original
-     Code provided by the Initial Developer and including the name of the
-     Initial Developer in (a) the Source Code, and (b) in any notice in an
-     Executable version or related documentation in which You describe the
-     origin or ownership of the Covered Code.
- .
-     3.4. Intellectual Property Matters
-          (a) Third Party Claims.
-          If Contributor has knowledge that a license under a third party's
-          intellectual property rights is required to exercise the rights
-          granted by such Contributor under Sections 2.1 or 2.2,
-          Contributor must include a text file with the Source Code
-          distribution titled "LEGAL" which describes the claim and the
-          party making the claim in sufficient detail that a recipient will
-          know whom to contact. If Contributor obtains such knowledge after
-          the Modification is made available as described in Section 3.2,
-          Contributor shall promptly modify the LEGAL file in all copies
-          Contributor makes available thereafter and shall take other steps
-          (such as notifying appropriate mailing lists or newsgroups)
-          reasonably calculated to inform those who received the Covered
-          Code that new knowledge has been obtained.
- .
-          (b) Contributor APIs.
-          If Contributor's Modifications include an application programming
-          interface and Contributor has knowledge of patent licenses which
-          are reasonably necessary to implement that API, Contributor must
-          also include this information in the LEGAL file.
- .
-          (c) Representations.
-          Contributor represents that, except as disclosed pursuant to
-          Section 3.4(a) above, Contributor believes that Contributor's
-          Modifications are Contributor's original creation(s) and/or
-          Contributor has sufficient rights to grant the rights conveyed by
-          this License.
- .
-     3.5. Required Notices.
-     You must duplicate the notice in Exhibit A in each file of the Source
-     Code.  If it is not possible to put such notice in a particular Source
-     Code file due to its structure, then You must include such notice in a
-     location (such as a relevant directory) where a user would be likely
-     to look for such a notice.  If You created one or more Modification(s)
-     You may add your name as a Contributor to the notice described in
-     Exhibit A.  You must also duplicate this License in any documentation
-     for the Source Code where You describe recipients' rights or ownership
-     rights relating to Covered Code.  You may choose to offer, and to
-     charge a fee for, warranty, support, indemnity or liability
-     obligations to one or more recipients of Covered Code. However, You
-     may do so only on Your own behalf, and not on behalf of the Initial
-     Developer or any Contributor. You must make it absolutely clear than
-     any such warranty, support, indemnity or liability obligation is
-     offered by You alone, and You hereby agree to indemnify the Initial
-     Developer and every Contributor for any liability incurred by the
-     Initial Developer or such Contributor as a result of warranty,
-     support, indemnity or liability terms You offer.
- .
-     3.6. Distribution of Executable Versions.
-     You may distribute Covered Code in Executable form only if the
-     requirements of Section 3.1-3.5 have been met for that Covered Code,
-     and if You include a notice stating that the Source Code version of
-     the Covered Code is available under the terms of this License,
-     including a description of how and where You have fulfilled the
-     obligations of Section 3.2. The notice must be conspicuously included
-     in any notice in an Executable version, related documentation or
-     collateral in which You describe recipients' rights relating to the
-     Covered Code. You may distribute the Executable version of Covered
-     Code or ownership rights under a license of Your choice, which may
-     contain terms different from this License, provided that You are in
-     compliance with the terms of this License and that the license for the
-     Executable version does not attempt to limit or alter the recipient's
-     rights in the Source Code version from the rights set forth in this
-     License. If You distribute the Executable version under a different
-     license You must make it absolutely clear that any terms which differ
-     from this License are offered by You alone, not by the Initial
-     Developer or any Contributor. You hereby agree to indemnify the
-     Initial Developer and every Contributor for any liability incurred by
-     the Initial Developer or such Contributor as a result of any such
-     terms You offer.
- .
-     3.7. Larger Works.
-     You may create a Larger Work by combining Covered Code with other code
-     not governed by the terms of this License and distribute the Larger
-     Work as a single product. In such a case, You must make sure the
-     requirements of this License are fulfilled for the Covered Code.
- .
- 4. Inability to Comply Due to Statute or Regulation.
- .
-     If it is impossible for You to comply with any of the terms of this
-     License with respect to some or all of the Covered Code due to
-     statute, judicial order, or regulation then You must: (a) comply with
-     the terms of this License to the maximum extent possible; and (b)
-     describe the limitations and the code they affect. Such description
-     must be included in the LEGAL file described in Section 3.4 and must
-     be included with all distributions of the Source Code. Except to the
-     extent prohibited by statute or regulation, such description must be
-     sufficiently detailed for a recipient of ordinary skill to be able to
-     understand it.
- .
- 5. Application of this License.
- .
-     This License applies to code to which the Initial Developer has
-     attached the notice in Exhibit A and to related Covered Code.
- .
- 6. Versions of the License.
- .
-     6.1. New Versions.
-     Netscape Communications Corporation ("Netscape") may publish revised
-     and/or new versions of the License from time to time. Each version
-     will be given a distinguishing version number.
- .
-     6.2. Effect of New Versions.
-     Once Covered Code has been published under a particular version of the
-     License, You may always continue to use it under the terms of that
-     version. You may also choose to use such Covered Code under the terms
-     of any subsequent version of the License published by Netscape. No one
-     other than Netscape has the right to modify the terms applicable to
-     Covered Code created under this License.
- .
-     6.3. Derivative Works.
-     If You create or use a modified version of this License (which you may
-     only do in order to apply it to code which is not already Covered Code
-     governed by this License), You must (a) rename Your license so that
-     the phrases "Mozilla", "MOZILLAPL", "MOZPL", "Netscape",
-     "MPL", "NPL" or any confusingly similar phrase do not appear in your
-     license (except to note that your license differs from this License)
-     and (b) otherwise make it clear that Your version of the license
-     contains terms which differ from the Mozilla Public License and
-     Netscape Public License. (Filling in the name of the Initial
-     Developer, Original Code or Contributor in the notice described in
-     Exhibit A shall not of themselves be deemed to be modifications of
-     this License.)
- .
- 7. DISCLAIMER OF WARRANTY.
- .
-     COVERED CODE IS PROVIDED UNDER THIS LICENSE ON AN "AS IS" BASIS,
-     WITHOUT WARRANTY OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING,
-     WITHOUT LIMITATION, WARRANTIES THAT THE COVERED CODE IS FREE OF
-     DEFECTS, MERCHANTABLE, FIT FOR A PARTICULAR PURPOSE OR NON-INFRINGING.
-     THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE COVERED CODE
-     IS WITH YOU. SHOULD ANY COVERED CODE PROVE DEFECTIVE IN ANY RESPECT,
-     YOU (NOT THE INITIAL DEVELOPER OR ANY OTHER CONTRIBUTOR) ASSUME THE
-     COST OF ANY NECESSARY SERVICING, REPAIR OR CORRECTION. THIS DISCLAIMER
-     OF WARRANTY CONSTITUTES AN ESSENTIAL PART OF THIS LICENSE. NO USE OF
-     ANY COVERED CODE IS AUTHORIZED HEREUNDER EXCEPT UNDER THIS DISCLAIMER.
- .
- 8. TERMINATION.
- .
-     8.1.  This License and the rights granted hereunder will terminate
-     automatically if You fail to comply with terms herein and fail to cure
-     such breach within 30 days of becoming aware of the breach. All
-     sublicenses to the Covered Code which are properly granted shall
-     survive any termination of this License. Provisions which, by their
-     nature, must remain in effect beyond the termination of this License
-     shall survive.
- .
-     8.2.  If You initiate litigation by asserting a patent infringement
-     claim (excluding declatory judgment actions) against Initial Developer
-     or a Contributor (the Initial Developer or Contributor against whom
-     You file such action is referred to as "Participant")  alleging that:
- .
-     (a)  such Participant's Contributor Version directly or indirectly
-     infringes any patent, then any and all rights granted by such
-     Participant to You under Sections 2.1 and/or 2.2 of this License
-     shall, upon 60 days notice from Participant terminate prospectively,
-     unless if within 60 days after receipt of notice You either: (i)
-     agree in writing to pay Participant a mutually agreeable reasonable
-     royalty for Your past and future use of Modifications made by such
-     Participant, or (ii) withdraw Your litigation claim with respect to
-     the Contributor Version against such Participant.  If within 60 days
-     of notice, a reasonable royalty and payment arrangement are not
-     mutually agreed upon in writing by the parties or the litigation claim
-     is not withdrawn, the rights granted by Participant to You under
-     Sections 2.1 and/or 2.2 automatically terminate at the expiration of
-     the 60 day notice period specified above.
- .
-     (b)  any software, hardware, or device, other than such Participant's
-     Contributor Version, directly or indirectly infringes any patent, then
-     any rights granted to You by such Participant under Sections 2.1(b)
-     and 2.2(b) are revoked effective as of the date You first made, used,
-     sold, distributed, or had made, Modifications made by that
-     Participant.
- .
-     8.3.  If You assert a patent infringement claim against Participant
-     alleging that such Participant's Contributor Version directly or
-     indirectly infringes any patent where such claim is resolved (such as
-     by license or settlement) prior to the initiation of patent
-     infringement litigation, then the reasonable value of the licenses
-     granted by such Participant under Sections 2.1 or 2.2 shall be taken
-     into account in determining the amount or value of any payment or
-     license.
- .
-     8.4.  In the event of termination under Sections 8.1 or 8.2 above,
-     all end user license agreements (excluding distributors and resellers)
-     which have been validly granted by You or any distributor hereunder
-     prior to termination shall survive termination.
- .
- 9. LIMITATION OF LIABILITY.
- .
-     UNDER NO CIRCUMSTANCES AND UNDER NO LEGAL THEORY, WHETHER TORT
-     (INCLUDING NEGLIGENCE), CONTRACT, OR OTHERWISE, SHALL YOU, THE INITIAL
-     DEVELOPER, ANY OTHER CONTRIBUTOR, OR ANY DISTRIBUTOR OF COVERED CODE,
-     OR ANY SUPPLIER OF ANY OF SUCH PARTIES, BE LIABLE TO ANY PERSON FOR
-     ANY INDIRECT, SPECIAL, INCIDENTAL, OR CONSEQUENTIAL DAMAGES OF ANY
-     CHARACTER INCLUDING, WITHOUT LIMITATION, DAMAGES FOR LOSS OF GOODWILL,
-     WORK STOPPAGE, COMPUTER FAILURE OR MALFUNCTION, OR ANY AND ALL OTHER
-     COMMERCIAL DAMAGES OR LOSSES, EVEN IF SUCH PARTY SHALL HAVE BEEN
-     INFORMED OF THE POSSIBILITY OF SUCH DAMAGES. THIS LIMITATION OF
-     LIABILITY SHALL NOT APPLY TO LIABILITY FOR DEATH OR PERSONAL INJURY
-     RESULTING FROM SUCH PARTY'S NEGLIGENCE TO THE EXTENT APPLICABLE LAW
-     PROHIBITS SUCH LIMITATION. SOME JURISDICTIONS DO NOT ALLOW THE
-     EXCLUSION OR LIMITATION OF INCIDENTAL OR CONSEQUENTIAL DAMAGES, SO
-     THIS EXCLUSION AND LIMITATION MAY NOT APPLY TO YOU.
- .
- 10. U.S. GOVERNMENT END USERS.
- .
-     The Covered Code is a "commercial item," as that term is defined in
-     48 C.F.R. 2.101 (Oct. 1995), consisting of "commercial computer
-     software" and "commercial computer software documentation," as such
-     terms are used in 48 C.F.R. 12.212 (Sept. 1995). Consistent with 48
-     C.F.R. 12.212 and 48 C.F.R. 227.7202-1 through 227.7202-4 (June 1995),
-     all U.S. Government End Users acquire Covered Code with only those
-     rights set forth herein.
- .
- 11. MISCELLANEOUS.
- .
-     This License represents the complete agreement concerning subject
-     matter hereof. If any provision of this License is held to be
-     unenforceable, such provision shall be reformed only to the extent
-     necessary to make it enforceable. This License shall be governed by
-     California law provisions (except to the extent applicable law, if
-     any, provides otherwise), excluding its conflict-of-law provisions.
-     With respect to disputes in which at least one party is a citizen of,
-     or an entity chartered or registered to do business in the United
-     States of America, any litigation relating to this License shall be
-     subject to the jurisdiction of the Federal Courts of the Northern
-     District of California, with venue lying in Santa Clara County,
-     California, with the losing party responsible for costs, including
-     without limitation, court costs and reasonable attorneys' fees and
-     expenses. The application of the United Nations Convention on
-     Contracts for the International Sale of Goods is expressly excluded.
-     Any law or regulation which provides that the language of a contract
-     shall be construed against the drafter shall not apply to this
-     License.
- .
- 12. RESPONSIBILITY FOR CLAIMS.
- .
-     As between Initial Developer and the Contributors, each party is
-     responsible for claims and damages arising, directly or indirectly,
-     out of its utilization of rights under this License and You agree to
-     work with Initial Developer and Contributors to distribute such
-     responsibility on an equitable basis. Nothing herein is intended or
-     shall be deemed to constitute any admission of liability.
- .
- 13. MULTIPLE-LICENSED CODE.
- .
-     Initial Developer may designate portions of the Covered Code as
-     "Multiple-Licensed".  "Multiple-Licensed" means that the Initial
-     Developer permits you to utilize portions of the Covered Code under
-     Your choice of the NPL or the alternative licenses, if any, specified
-     by the Initial Developer in the file described in Exhibit A.
- .
- EXHIBIT A -Mozilla Public License.
- .
-     ``The contents of this file are subject to the Mozilla Public License
-     Version 1.1 (the "License"); you may not use this file except in
-     compliance with the License. You may obtain a copy of the License at
-     http://www.mozilla.org/MPL/
- .
-     Software distributed under the License is distributed on an "AS IS"
-     basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
-     License for the specific language governing rights and limitations
-     under the License.
- .
-     The Original Code is ______________________________________.
- .
-     The Initial Developer of the Original Code is ________________________.
-     Portions created by ______________________ are Copyright (C) ______
-     _______________________. All Rights Reserved.
- .
-     Contributor(s): ______________________________________.
- .
-     Alternatively, the contents of this file may be used under the terms
-     of the _____ license (the  "[___] License"), in which case the
-     provisions of [______] License are applicable instead of those
-     above.  If you wish to allow use of your version of this file only
-     under the terms of the [____] License and not to allow others to use
-     your version of this file under the MPL, indicate your decision by
-     deleting  the provisions above and replace  them with the notice and
-     other provisions required by the [___] License.  If you do not delete
-     the provisions above, a recipient may use your version of this file
-     under either the MPL or the [___] License."
- .
-     [NOTE: The text of this Exhibit A may differ slightly from the text of
-     the notices in the Source Code files of the Original Code. You should
-     use the text of this Exhibit A rather than the text found in the
-     Original Code Source Code for Your Modifications.]
-
-License: W3C-Software-License
- All Rights Reserved. This program is distributed under the W3C's Software
- Intellectual Property License. This program is distributed in the
- hope that it will be useful, but WITHOUT ANY WARRANTY; without even
- the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
- PURPOSE.
- .
-    W3C(R) SOFTWARE NOTICE AND LICENSE
-    http://www.w3.org/Consortium/Legal/2002/copyright-software-20021231
- .
-    This work (and included software, documentation such as READMEs, or
-    other related items) is being provided by the copyright holders under
-    the following license. By obtaining, using and/or copying this work,
-    you (the licensee) agree that you have read, understood, and will comply
-    with the following terms and conditions.
- .
-    Permission to copy, modify, and distribute this software and its
-    documentation, with or without modification, for any purpose and
-    without fee or royalty is hereby granted, provided that you include
-    the following on ALL copies of the software and documentation or
-    portions thereof, including modifications:
- .
-       1. The full text of this NOTICE in a location viewable to users
-          of the redistributed or derivative work.
- .
-       2. Any pre-existing intellectual property disclaimers, notices,
-          or terms and conditions. If none exist, the W3C Software Short
-          Notice should be included (hypertext is preferred, text is
-          permitted) within the body of any redistributed or derivative code.
- .
-       3. Notice of any changes or modifications to the files, including
-          the date changes were made. (We recommend you provide URIs to the
-          location from which the code is derived.)
- .
-    THIS SOFTWARE AND DOCUMENTATION IS PROVIDED "AS IS," AND COPYRIGHT
-    HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
-    INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS
-    FOR ANY PARTICULAR PURPOSE OR THAT THE USE OF THE SOFTWARE OR
-    DOCUMENTATION WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS,
-    TRADEMARKS OR OTHER RIGHTS.
- .
-    COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL
-    OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE SOFTWARE OR
-    DOCUMENTATION.
- .
-    The name and trademarks of copyright holders may NOT be used in
-    advertising or publicity pertaining to the software without specific,
-    written prior permission. Title to copyright in this software and
-    any associated documentation will at all times remain with
-    copyright holders.
diff --git a/debian/icons/netbeans.xpm b/debian/icons/netbeans.xpm
deleted file mode 100644
index 0b63050..0000000
--- a/debian/icons/netbeans.xpm
+++ /dev/null
@@ -1,205 +0,0 @@
-/* XPM */
-static char *netbeans[] = {
-/* columns rows colors chars-per-pixel */
-"32 32 167 2 ",
-"   c #1C214D",
-".  c #1D2153",
-"X  c #21254E",
-"o  c #212A4E",
-"O  c #202550",
-"+  c #252C51",
-"@  c #282D51",
-"#  c #263054",
-"$  c #2B3253",
-"%  c #273158",
-"&  c #2A365C",
-"*  c #2C385C",
-"=  c #333957",
-"-  c #343B5A",
-";  c #393F5C",
-":  c #2F3D61",
-">  c #313F68",
-",  c #3D445E",
-"<  c #34436A",
-"1  c #38486F",
-"2  c #3A4B74",
-"3  c #414A65",
-"4  c #465069",
-"5  c #4B556D",
-"6  c #465C7A",
-"7  c #545E70",
-"8  c #4C637D",
-"9  c #576172",
-"0  c #566278",
-"q  c #626D7B",
-"w  c #4E6581",
-"e  c #577392",
-"r  c #636F83",
-"t  c #677586",
-"y  c #667A85",
-"u  c #6B7F89",
-"i  c #6D7985",
-"p  c #717D87",
-"a  c #717F90",
-"s  c #77919E",
-"d  c #7E929A",
-"f  c #6382AE",
-"g  c #7E8DA0",
-"h  c #6684B3",
-"j  c #6987B7",
-"k  c #6C8BB6",
-"l  c #6887B8",
-"z  c #6D8BBC",
-"x  c #6E91B1",
-"c  c #6F90B9",
-"v  c #7296B5",
-"b  c #7293BE",
-"n  c #789CBD",
-"m  c #6F8DC0",
-"M  c #708EC1",
-"N  c #718FC8",
-"B  c #7291C5",
-"V  c #7695CA",
-"C  c #7897CD",
-"Z  c #7A98CF",
-"A  c #7997D0",
-"S  c #7C9BD3",
-"D  c #7F9ED9",
-"F  c #7F9EE0",
-"G  c #818F96",
-"H  c #818F9F",
-"J  c #839297",
-"K  c #83959C",
-"L  c #8296A1",
-"P  c #95A5A6",
-"I  c #97AAB4",
-"U  c #9AABB6",
-"Y  c #9DAEB8",
-"T  c #9FB0B1",
-"R  c #9EB3BA",
-"E  c #A5B7B5",
-"W  c #A4B4BE",
-"Q  c #A1BABC",
-"!  c #ABBFBE",
-"~  c #ADC1BD",
-"^  c #809FD9",
-"/  c #80A0D4",
-"(  c #82A2DC",
-")  c #82AFDD",
-"_  c #8FBBD6",
-"`  c #8ABADC",
-"'  c #95BFD1",
-"]  c #A7B6C0",
-"[  c #A6B9C0",
-"{  c #ABBBC4",
-"}  c #AFBFC8",
-"|  c #B0BFC7",
-" . c #85A5E4",
-".. c #88A7E5",
-"X. c #89A9E6",
-"o. c #85A5EA",
-"O. c #8BABE8",
-"+. c #8DBFE6",
-"@. c #8AACF1",
-"#. c #94B5F6",
-"$. c #9BBBF6",
-"%. c #93B9FA",
-"&. c #97C0D5",
-"*. c #9BC4D4",
-"=. c #9CC6D9",
-"-. c #92C0DC",
-";. c #ABC4C5",
-":. c #B3C3CB",
-">. c #B8C7CF",
-",. c #B8C8CF",
-"<. c #ACCFD6",
-"1. c #A5CBDC",
-"2. c #A6CAD8",
-"3. c #BCCBD2",
-"4. c #AED1DC",
-"5. c #B2D4DA",
-"6. c #B7D8DE",
-"7. c #BCDBDD",
-"8. c #8FC1E3",
-"9. c #9EC2EF",
-"0. c #93C6ED",
-"q. c #99CCF6",
-"w. c #9CC2FC",
-"e. c #9DCBFE",
-"r. c #94C5F1",
-"t. c #B8D8E7",
-"y. c #A3CEFF",
-"u. c #A3D1FF",
-"i. c #B2E6FC",
-"p. c #C0CED6",
-"a. c #C1D4D5",
-"s. c #C4D3DA",
-"d. c #C8D7DE",
-"f. c #C3DFDC",
-"g. c #C9D8DE",
-"h. c #C3D9D2",
-"j. c #C6E0DC",
-"k. c #C9E2DE",
-"l. c #C0DEE0",
-"z. c #CCDAE0",
-"x. c #D0DEE5",
-"c. c #C4E1E1",
-"v. c #CBE5E1",
-"b. c #CFEAE5",
-"n. c #C4E1ED",
-"m. c #D3E1E7",
-"M. c #D0E9E4",
-"N. c #D6E3EA",
-"B. c #D9E6ED",
-"V. c #DBE9EE",
-"C. c #CCE6F0",
-"Z. c #C9EBF7",
-"A. c #C5E1F8",
-"S. c #CCE4FF",
-"D. c #DFEBF3",
-"F. c #D1E7FF",
-"G. c #D9EAFF",
-"H. c #DBF1F7",
-"J. c #E1EEF5",
-"K. c #E1EFF8",
-"L. c #E2F1F4",
-"P. c #E5F4FB",
-"I. c #E8F6FD",
-"U. c #EDFBFE",
-"Y. c #F2FEFF",
-"T. c #FDFFFF",
-"R. c None",
-/* pixels */
-"R.R.R.R.R.R.R.R.R.R.R.R.R.R.. . . R.R.R.R.R.R.R.R.R.R.R.R.R.R.R.",
-"R.R.R.R.R.R.R.R.R.R.R.. . . . O . . . . R.R.R.R.R.R.R.R.R.R.R.R.",
-"R.R.R.R.R.R.R.R.. . . . O = p P p ; O . . . O R.R.R.R.R.R.R.R.R.",
-"R.R.R.R.R.R.. . . . @ 9 Y j.k.k.M.k.E 7 @ . . X O R.R.R.R.R.R.R.",
-"R.R.R.. . . . X , J h.k.k.j.j.k.f.k.k.M.h.J , o . . . . R.R.R.R.",
-"R.. . . . $ q ! k.k.k.f.k.j.j.k.f.f.j.f.k.k.k.~ q @ . . . . R.R.",
-"R.. . = L f.M.v.j.j.f.j.j.j.f.g.k.f.f.j.j.j.j.k.M.f.K = . . R.R.",
-"R.. o ) 8.-.5.c.k.j.j.j.j.j.k.f.f.k.j.j.j.j.k.k.5.2.1.1.- . . R.",
-". . 2 %.e.r.` ` 2.7.v.k.k.f.f.k.j.j.j.j.c.d.<.' *.t.P.U.g . . R.",
-". . 1 F @.%.e.q.+.` =.6.l.k.k.f.j.j.j.7.2.' 1.C.U.Y.I.B.L . . R.",
-". . 2 N F o.o.#.e.e.0.` =.4.l.f.j.4.*.&.t.H.Y.Y.I.D.x.:.a . . R.",
-". . 2 m A F F  .o. at .w.y.q.8.` =.=.1.n.I.Y.I.K.J.N.s.>.{ t . . R.",
-". . > m V A D  . . .o. at .%.u.i.Z.P.Y.Y.I.K.K.x.z.3.>.:.] r . . R.",
-". . : m V A S D  ... . . . at .y.Y.T.P.J.J.B.z.z.3.,.:.} { 0 . . R.",
-". . < l N A A S (  .X.X. .o.#.G.U.J.D.N.z.s.p.3.>.:.} W 0 . . R.",
-". . < l m V A S D (  .O.O.O.#.F.U.J.N.g.z.s.3.,.:.} { ] 5 . . R.",
-". . & l M V C A S (  .X.X.X.$.F.U.L.m.g.s.p.3.>.:.{ { W 4 . . R.",
-". . & l m B B C S ^ ( ..O.X.$.S.U.J.x.s.p.p.>.:.| { ] W 4 . . R.",
-". . > h z M B C C S ^ ( ..O.$.F.U.J.x.s.p.,.:.:.| { ] Y < . . R.",
-". . & h j m M V C S ^ (  .O.$.F.U.J.d.p.3.>.:.| { ] W Y 3 . . R.",
-". . @ h j z M B V C S ( ( O.$.F.U.D.s.p.,.>.;.{ { ] W Y = . . R.",
-"R.. % h k j M M B C Z S ( O.$.F.Y.V.s.,.>.:.:.{ ] W R U ,   R.R.",
-"R.. + f j j z M B V Z S ^ ..$.S.U.V.a.>.:.:.{ { W W Y U $ . R.R.",
-"R..   e k j j b b B C Z ^ ..$.S.Y.N.3.>.:.{ { W W Y R J   . R.R.",
-"R.. .   6 x k k z B V C Z X.$.S.U.B.,.:.:.;.W W W R y X . . R.R.",
-"R.R.. . . % w x c k B V / ) $.S.U.m.,.:.{ W W R u $ . . . R.R.R.",
-"R.R.R.R.. . . o 8 v b B V ( 9.S.U.m.:.W ! R u $ . . . . R.R.R.R.",
-"R.R.R.R.R.. . . . o 8 v b ^ w.S.Y.d.Q T s $ . . . . R.R.R.R.R.R.",
-"R.R.R.R.R.R.R.. . . . + 8 n 9.A.L.;.s o . . . . R.R.R.R.R.R.R.R.",
-"R.R.R.R.R.R.R.R.R.. . . . o 8 s y $     . . R.R.R.R.R.R.R.R.R.R.",
-"R.R.R.R.R.R.R.R.R.R.R.. . . . . . .     R.R.R.R.R.R.R.R.R.R.R.R.",
-"R.R.R.R.R.R.R.R.R.R.R.R.R.R.. . . R.R.R.R.R.R.R.R.R.R.R.R.R.R.R."
-};
diff --git a/debian/libnb-apisupport3-java.lintian-overrides b/debian/libnb-apisupport3-java.lintian-overrides
deleted file mode 100644
index bf06dee..0000000
--- a/debian/libnb-apisupport3-java.lintian-overrides
+++ /dev/null
@@ -1,10 +0,0 @@
-# Netbeans builds lots of codeless jars on purpose, so don't warn us about them
-libnb-apisupport3-java: codeless-jar
-
-# Netbeans has it's own way to set the classpath, and it breaks things if we
-# set it separately.
-libnb-apisupport3-java: missing-classpath
-
-# It is a library of sorts, although it installs as a netbeans cluster rather
-# than in /usr/share/java
-libnb-apisupport3-java: javalib-but-no-public-jars
diff --git a/debian/libnb-ide14-java.lintian-overrides b/debian/libnb-ide14-java.lintian-overrides
deleted file mode 100644
index 171cd4e..0000000
--- a/debian/libnb-ide14-java.lintian-overrides
+++ /dev/null
@@ -1,9 +0,0 @@
-# Netbeans builds lots of codeless jars on purpose, so don't warn us about them
-libnb-ide14-java: codeless-jar
-
-# It is a library of sorts, although it installs as a netbeans cluster rather
-# than in /usr/share/java
-libnb-ide14-java: javalib-but-no-public-jars
-
-# activation.jar is part of JDK7 and the other file is not needed
-classpath-contains-relative-path
diff --git a/debian/libnb-java5-java.lintian-overrides b/debian/libnb-java5-java.lintian-overrides
deleted file mode 100644
index 579a139..0000000
--- a/debian/libnb-java5-java.lintian-overrides
+++ /dev/null
@@ -1,6 +0,0 @@
-# Netbeans builds lots of codeless jars on purpose, so don't warn us about them
-libnb-java5-java: codeless-jar
-
-# It is a library of sorts, although it installs as a netbeans cluster rather
-# than in /usr/share/java
-libnb-java5-java: javalib-but-no-public-jars
diff --git a/debian/linked-jars b/debian/linked-jars
deleted file mode 100644
index f0879a5..0000000
--- a/debian/linked-jars
+++ /dev/null
@@ -1,77 +0,0 @@
-$JAVADIR/jemmy2.jar jemmy/external harness/modules/ext jemmy-2.3.1.1.jar
-$JAVADIR/jsearch.jar apisupport.harness/external harness/antlib jsearch-2.0_05.jar
-$JAVADIR/bindex.jar apisupport.harness/external harness/antlib bindex-2.2.jar
-$JAVADIR/jnlp-servlet.jar apisupport.harness/external harness/jnlp jnlp-servlet.jar
-
-$JAVADIR/swing-layout.jar o.jdesktop.layout/external platform/modules/ext swing-layout-1.0.4.jar
-$JAVADIR/jhall.jar javahelp/external platform/modules/ext jhall-2.0_05.jar
-$JAVADIR/jna.jar libs.jna/external platform/modules/ext jna-4.1.0.jar
-$JAVADIR/jna-platform.jar libs.jna.platform/external platform/modules/ext jna-platform-4.1.0.jar
-$JAVADIR/org.apache.felix.framework.jar libs.felix/external platform/modules/ext felix-4.2.1.jar
-$JAVADIR/org.apache.felix.main.jar libs.felix/external platform/modules/ext felix-main-4.2.1.jar
-$JAVADIR/osgi.compendium.jar libs.osgi/external platform/modules/ext osgi.cmpn-4.2.jar
-$JAVADIR/osgi.core.jar libs.osgi/external platform/modules/ext osgi.core-5.0.0.jar
-$JAVADIR/antlr3.jar libs.antlr3.devel/external platform/modules/ext antlr-3.4.jar
-$JAVADIR/stringtemplate.jar libs.antlr3.devel/external platform/modules/ext stringtemplate-3.2.jar
-$JAVADIR/junit4.jar libs.junit4/external platform/modules/ext junit-4.12.jar
-$JAVADIR/hamcrest-core.jar libs.junit4/external platform/modules/ext hamcrest-core-1.3.jar
-$JAVADIR/openjfx/jre/lib/ext/jfxrt.jar libs.javafx/external platform/modules/ext jfxrt.jar
-$JAVADIR/testng.jar libs.testng/external platform/modules/ext testng-6.8.1-dist.jar
-$JAVADIR/org.eclipse.osgi.jar netbinox/external platform/modules/ext org.eclipse.osgi_3.9.1.v20140110-1610.jar
-
-$JAVADIR/antlr3-runtime.jar libs.antlr3.runtime/external ide/modules/ext antlr-runtime-3.4.jar
-$JAVADIR/asm4-all.jar libs.asm/external ide/modules/ext asm-all-5.0.1.jar
-$JAVADIR/commons-codec.jar o.apache.commons.codec/external ide/modules/ext apache-commons-codec-1.3.jar
-$JAVADIR/bytelist.jar libs.bytelist/external ide/modules/ext bytelist-0.1.jar
-$JAVADIR/commons-logging.jar o.apache.commons.logging/external ide/modules/ext commons-logging-1.1.1.jar
-$JAVADIR/commons-net.jar libs.commons_net/external ide/modules/ext commons-net-3.3.jar
-$JAVADIR/freemarker.jar libs.freemarker/external ide/modules/ext freemarker-2.3.19.jar
-$JAVADIR/ini4j.jar libs.ini4j/external ide/modules/ext ini4j-0.5.1.jar
-$JAVADIR/jsch.jar c.jcraft.jsch/external ide/modules/ext jsch-0.1.53.jar
-$JAVADIR/jsch.agentproxy.core.jar libs.jsch.agentproxy/external ide/modules/ext jsch.agentproxy.core-0.0.7.jar
-$JAVADIR/jsch.agentproxy.sshagent.jar libs.jsch.agentproxy/external ide/modules/ext jsch.agentproxy.sshagent-0.0.7.jar
-$JAVADIR/jsch.agentproxy.pageant.jar libs.jsch.agentproxy/external ide/modules/ext jsch.agentproxy.pageant-0.0.7.jar
-$JAVADIR/jsch.agentproxy.usocket-jna.jar libs.jsch.agentproxy/external ide/modules/ext jsch.agentproxy.usocket-jna-0.0.7.jar
-$JAVADIR/jvyamlb.jar libs.jvyamlb/external ide/modules/ext jvyamlb-0.2.7.jar
-$JAVADIR/jzlib.jar c.jcraft.jzlib/external ide/modules/ext jzlib-1.0.7.jar
-$JAVADIR/lucene3-core.jar libs.lucene/external ide/modules/ext lucene-core-3.5.0.jar
-$JAVADIR/xml-resolver-1.2.jar o.apache.xml.resolver/external ide/modules/ext resolver-1.2.jar
-$JAVADIR/servlet-api-3.1.jar servletapi/external ide/modules/ext servlet-2.2.jar
-$JAVADIR/svnClientAdapter.jar libs.svnClientAdapter/external ide/modules/ext svnClientAdapter-main-1.10.3.jar
-$JAVADIR/svnClientAdapter.jar libs.svnClientAdapter.javahl/external ide/modules/ext svnClientAdapter-javahl-1.10.3.jar
-$JAVADIR/svn-javahl.jar libs.svnClientAdapter.javahl/external ide/modules/ext svnjavahl-1.8.4.jar
-$JAVADIR/svnkit-javahl16.jar libs.svnClientAdapter.svnkit/external ide/modules/ext org.tmatesoft.svnkit_1.8.10.r10446_v20150526_1454.jar
-$JAVADIR/svnClientAdapter.jar libs.svnClientAdapter.svnkit/external ide/modules/ext svnClientAdapter-svnkit-1.10.3.jar
-$JAVADIR/svnkit.jar libs.svnClientAdapter.svnkit/external ide/modules/ext svnkit.jar
-$JAVADIR/sqljet.jar libs.svnClientAdapter.svnkit/external ide/modules/ext sqljet-1.1.10.jar
-$JAVADIR/swingx.jar libs.swingx/external ide/modules/ext swingx-all-1.6.4.jar
-$JAVADIR/trilead-ssh2.jar libs.svnClientAdapter.svnkit/external ide/modules/ext com.trilead.ssh2_1.0.0.build219_t20150519_2322.jar
-$JAVADIR/simple-validation.jar swing.validation/external ide/modules/ext ValidationAPI.jar
-$JAVADIR/xercesImpl.jar libs.xerces/external ide/modules/ext xerces-2.8.0.jar
-$JAVADIR/jaxp-1.4.jar libs.xerces/external ide/modules/ext jaxp-1.4.jar
-$JAVADIR/postgresql-jdbc3.jar db.drivers/external ide/modules/ext postgresql-9.2-1002.jdbc4.jar
-$JAVADIR/mysql-connector-java.jar db.drivers/external ide/modules/ext mysql-connector-java-5.1.23-bin.jar
-$JAVADIR/json-simple.jar libs.json_simple/external ide/modules/ext json-simple-1.1.1.jar
-$JAVADIR/JavaEWAH.jar c.googlecode.javaewah.JavaEWAH/external ide/modules/ext JavaEWAH-0.7.9.jar
-$JAVADIR/org.eclipse.jgit.java7.jar o.eclipse.jgit.java7/external ide/modules/ext org.eclipse.jgit.java7-3.6.2.201501210735-r_nosignature.jar
-$JAVADIR/org.eclipse.jgit.jar o.eclipse.jgit/external ide/modules/ext org.eclipse.jgit-3.6.2.201501210735-r_nosignature.jar
-$JAVADIR/httpclient.jar o.apache.commons.httpclient/external ide/modules/ext commons-httpclient-3.1.jar
-$JAVADIR/commons-io.jar o.apache.commons.io/external ide/modules/ext commons-io-1.4.jar
-$JAVADIR/commons-lang.jar o.apache.commons.lang/external ide/modules/ext commons-lang-2.4.jar
-$JAVADIR/ws-commons-util.jar o.apache.ws.commons.util/external ide/modules/ext ws-commons-util-1.0.1.jar
-$JAVADIR/jaxb-xjc.jar libs.jaxb/external ide/modules/ext/jaxb jaxb-xjc.jar
-$JAVADIR/jaxb-impl.jar libs.jaxb/external ide/modules/ext/jaxb jaxb-impl.jar
-$JAVADIR/jaxb-api.jar xml.jaxb.api/external ide/modules/ext/jaxb/api jaxb-api.jar
-$JAVADIR/htmlparser.jar html.parser/external ide/modules/ext htmlparser-1.2.1.jar
-$JAVADIR/com.ibm.icu-4.4.jar html.parser/external ide/modules/ext icu4j-4_4_2.jar
-
-$JAVADIR/beansbinding.jar o.jdesktop.beansbinding/external java/modules/ext beansbinding-1.2.1.jar
-$JAVADIR/org.eclipse.persistence.jpa.modelgen.processor.jar j2ee.eclipselinkmodelgen/external java/modules/ext/eclipselink org.eclipse.persistence.jpa.modelgen_2.5.2.v20140319-9ad6abd.jar
-$JAVADIR/cglib3.jar libs.cglib/external java/modules/ext cglib-2.2.jar
-$JAVADIR/javac-api.jar libs.javacapi/external java/modules/ext nb-javac-api.jar
-$JAVADIR/javac-impl.jar libs.javacimpl/external java/modules/ext nb-javac-impl.jar
-$JAVADIR/eclipselink.jar j2ee.eclipselink/external java/modules/ext/eclipselink eclipselink.jar
-$JAVADIR/eclipselink-jpa-2.1-spec.jar j2ee.eclipselink/external java/modules/ext/eclipselink javax.persistence_2.1.0.v201304241213.jar
-$JAVADIR/org.eclipse.persistence.jpa.jpql.jar j2ee.eclipselink/external java/modules/ext/eclipselink org.eclipse.persistence.jpa.jpql_2.5.2.v20140319-9ad6abd.jar
-$JAVADIR/junit.jar junitlib/external java/modules/ext junit-3.8.2.jar
-
diff --git a/debian/netbeans.1 b/debian/netbeans.1
deleted file mode 100644
index d2ea6ec..0000000
--- a/debian/netbeans.1
+++ /dev/null
@@ -1,95 +0,0 @@
-.\" Hey, EMACS: -*- nroff -*-
-.\" The first parameter, NAME, should be all caps
-.\" The second parameter, SECTION, should be 1-8, maybe with subsection
-.\" Other parameters are allowed: see man(7), man(1)
-.\" Please adjust this date whenever revising the manpage.
-.\"
-.\" Some roff macros, for reference:
-.\" .nh        disable hyphenation
-.\" .hy        enable hyphenation
-.\" .ad l      left justify
-.\" .ad b      justify to both left and right margins
-.\" .nf        disable filling
-.\" .fi        enable filling
-.\" .br        insert line break
-.\" .sp <n>    insert n+1 empty lines
-.\" for manpage-specific macros, see man(7)
-.TH "NETBEANS" "1" "January  18, 2008" "" "Java IDE and More"
-.SH "NAME"
-NetBeans \- Java IDE
-.SH "SYNOPSIS"
-.LP
-.nf
-\f3
-.fl
-\fP\f3netbeans\fP [ \f2options\fP ] [ \f2files\fP ]
-.br
-
-.fl
-.fi
-
-.LP
-.SH "PARAMETERS"
-.LP
-
-.LP
-.TP 3
-options
-Command\-line options.
-.TP 3
-files
-Files to be opened in NetBeans IDE.
-.LP
-.SH "DESCRIPTION"
-.B NetBeans
-is a cross\-platform IDE written in Java. It supports development in Java, and support for other languages can be added. The whole IDE is built around a core framework with APIs, and features are implemented in the form of plugin modules. This clean, modular architecture makes NetBeans a good platform for building development tools and custom IDEs.
-.SH "OPTIONS"
-.LP
-General options:
-.TP 3
-\-\-help
-List available command line options
-.TP 3
-\-\-jdkhome <path>
-Path to JDK home used to run IDE
-.TP 3
-\-J<jvm_option>
-Pass <jvm_option> to JVM
-.TP 3
-\-\-cp:p <classpath>
-Prepend <classpath> to classpath
-.TP 3
-\-\-cp:a <classpath>
-Append <classpath> to classpath
-.LP
-Core options:
-.TP 3
-  \-\-laf <LaF classname>
-Use given LookAndFeel class instead of the default
-.TP 3
-  \-\-fontsize <size>
-Set the base font size of the user interface, in points
-.TP 3
-  \-\-locale <language[:country[:variant]]>
-Use specified locale
-.TP 3
-  \-\-userdir <path>
-Use specified directory to store user settings
-.LP
-Module reload options:
-.TP 3
-  \-\-reload /path/to/module.jar
-Installs or reinstalls a module JAR file.
-.LP
-OpenFile module options:
-.TP 3
-  \-\-open FILE
-Open FILE.
-.TP 3
-  \-\-open FILE:LINE
-Open FILE at line LINE (starting from 1).
-.SH "AUTHOR"
-NetBeans was written by the NetBeans Community <http://www.netbeans.org/>.
-.PP
-This manual page was written by Marek Slama <mslama at netbeans.org>,
-for the Debian project (but may be used by others).
diff --git a/debian/netbeans.desktop b/debian/netbeans.desktop
deleted file mode 100644
index 280c2b4..0000000
--- a/debian/netbeans.desktop
+++ /dev/null
@@ -1,10 +0,0 @@
-[Desktop Entry]
-Name=NetBeans
-Comment=Integrated Development Environment
-Comment[de]=Integrierte Entwicklungsumgebung
-Exec=netbeans
-Icon=netbeans
-Categories=Development;IDE;Java;
-Terminal=false
-Type=Application
-Keywords=development;Java;IDE;platform;javafx;javase;
diff --git a/debian/netbeans.lintian-overrides b/debian/netbeans.lintian-overrides
deleted file mode 100644
index c8e02f2..0000000
--- a/debian/netbeans.lintian-overrides
+++ /dev/null
@@ -1,3 +0,0 @@
-# Netbeans builds lots of codeless jars on purpose, so don't warn us about them
-netbeans: codeless-jar
-
diff --git a/debian/netbeans.manpages b/debian/netbeans.manpages
deleted file mode 100644
index 31be3a6..0000000
--- a/debian/netbeans.manpages
+++ /dev/null
@@ -1 +0,0 @@
-debian/netbeans.1
diff --git a/debian/netbeans.menu b/debian/netbeans.menu
deleted file mode 100644
index cda9e71..0000000
--- a/debian/netbeans.menu
+++ /dev/null
@@ -1,5 +0,0 @@
-?package(netbeans):needs="x11" \
- section="Applications/Programming" \
- title="NetBeans IDE" \
- command="/usr/bin/netbeans" \
- icon="/usr/share/pixmaps/netbeans.xpm"
diff --git a/debian/orig-tar.sh b/debian/orig-tar.sh
deleted file mode 100755
index 4831ad0..0000000
--- a/debian/orig-tar.sh
+++ /dev/null
@@ -1,149 +0,0 @@
-#!/bin/sh
-
-set -e
-
-VERSION=$1
-FILE=$2
-
-FILENAME=`basename $FILE`
-BASE=`basename $FILE .zip`
-DIR=`dirname $FILE`
-
-if [ "x$BASE.zip" != "x$FILENAME" ]
-then
-# The file isn't the real file, but we can use it to find the real
-# file and download it.
-    SITE="http://dlc.sun.com.edgesuite.net/netbeans/$VERSION/final/zip/"
-    DL_FILE=`perl -ne 'if(/HREF="(netbeans-[0-9.]+-\d+-src.zip)"/) {print $1."\n" }' $FILE | tail -n 1`
-    rm -f $FILE
-    FILE="$DIR/$DL_FILE"
-
-    if [ ! -e $FILE ]
-    then
-    echo "Downloading real file $DL_FILE from $SITE"
-    wget -O "$FILE" "$SITE/$DL_FILE"
-    fi
-
-fi
-
-TAR=../netbeans_$VERSION+dfsg1.orig.tar.xz
-# Resolve symbolic links
-FILE=`readlink -f $FILE`
-BASE="netbeans-$VERSION"
-
-echo "Extracting zip file..."
-mkdir $BASE
-unzip -q -d $BASE $FILE
-
-echo "Cleaning source code..."
-
-# Remove jar files - we'll use debian packaged jars from
-# /usr/share/java
-find $BASE/ -name "*.jar" -type f -delete
-
-# Remove windows executables and libraries - we'll try and build those
-# which we need.
-find $BASE/ \( -name "*.exe" -o -name "*.dll" -o -name "*.res" \) -delete
-
-# Remove Visual Studio files
-find $BASE/ \( -name "*.sln" -o -name "*.suo" -o -name "*.ncb" -o -name "*.idb" \) -delete
-
-# Remove Mac specific files. We can't regenerate these.
-find $BASE/ \( -name "*.dylib" -o -name "*.dmg" -o -name "objects.nib" \) -delete
-
-# Remove shared library (.so) files. Hopefully we don't need them
-find $BASE/ -name "*.so" -type f -delete
-
-# remove unzipsfx binaries
-find $BASE/ -name "unzipsfx" -type f -delete
-
-# Remove files containing serialized java objects (maybe we can
-# re-create these if we need)
-find $BASE/ -name "*.ser" -type f -delete
-
-# Remove class files
-find $BASE/ -name "*.class" -type f -delete
-
-# Remove some files where it's not clear how they were generated, and
-# which we (hopefully) don't need
-find $BASE/ -name "url.url" -type f -delete
-find $BASE/ -name "unrecognized" -type f -delete
-
-# Remove all the .nbm files. They are only used in unit testing, and
-# we'd ideally need to generate them as part of the build.
-find $BASE/ -name "*.nbm" -type f -delete
-
-# Remove object files
-find $BASE/ -name "*.o" -type f -delete
-
-# Remove .data files
-find $BASE/ -name "*.data" -type f -delete
-
-# Remove data files
-find $BASE/ -name "data" -type f -delete
-
-# Remove .bin files
-find $BASE/ -name "*.bin" -type f -delete
-
-# Remove .cfs files
-find $BASE/ -name "*.cfs" -type f -delete
-
-# Remove .gen files
-find $BASE/ -name "*.gen" -type f -delete
-
-# Remove .gen files
-find $BASE/ -name "segments_2" -type f -delete
-
-# Remove some ELF binaries
-rm -rf $BASE/dlight.tools/release/tools/*
-
-find $BASE/ -name "*.sl" -type f -delete
-find $BASE/ -name "*.jnilib" -type f -delete
-
-rm -f $BASE/cnd.dwarfdiscovery/test/unit/data/org/netbeans/modules/cnd/dwarfdiscovery/provider/*
-
-# Remove framemaker files and the pdf they build, since we can't edit them
-# with software in Debian.
-rm -f $BASE/usersguide/tutorials/j2ee-tut/fm/*
-
-# remove .gz files. We could re-create at least some if we need, but they're only
-# used in unit tests.
-find $BASE/ -name "*.gz" -type f -delete
-
-# Remove .warContent files since they are binary files we can't build.
-find $BASE/ -name "*.warContent" -type f -delete
-
-# Remove .jts media files as we don't appear to have a codec for them
-find $BASE/ -name "*.jts" -type f -delete
-
-# Remove .pdf media files. We can recreate the ones in ide.branding
-find $BASE/ -name "*.pdf" -type f -delete
-
-# Remove binary .out files.
-find $BASE/ -name "*.out" -type f -delete
-
-# Remove minified Javascript files.
-find $BASE/ -name "*min.js" -type f -delete
-
-# Remove embedded jquery versions
-find $BASE/ -name "jquery.js" -type f -delete
-
-# Remove zip files. We'll have to reproduce some.
-find $BASE/ -name "*.zip" -type f -delete
-find $BASE/ -name "*.cap" -type f -delete
-find $BASE/ -name "*.eap" -type f -delete
-find $BASE/ -name "*.war" -type f -delete
-find $BASE/ -name "*.ear" -type f -delete
-
-
-# Remove bits of a version control repository
-rm -rf $BASE/versioning.util/test/unit/data/
-
-
-# Make our ".orig.tar.xz"
-tar caf $TAR $BASE
-
-# Remove our unpack directory
-rm -rf $BASE
-
-echo "Done."
diff --git a/debian/patches/antlr-3.5.2.patch b/debian/patches/antlr-3.5.2.patch
deleted file mode 100644
index e364c6d..0000000
--- a/debian/patches/antlr-3.5.2.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Fri, 25 Dec 2015 22:56:09 +0100
-Subject: antlr 3.5.2
-
-Fix a FTBFS with Debian's version of antlr.
-
-Forwarded: not-needed
----
- css.lib/src/org/netbeans/modules/css/lib/NbParseTreeBuilder.java | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/css.lib/src/org/netbeans/modules/css/lib/NbParseTreeBuilder.java b/css.lib/src/org/netbeans/modules/css/lib/NbParseTreeBuilder.java
-index bbb50fa..965481e 100644
---- a/css.lib/src/org/netbeans/modules/css/lib/NbParseTreeBuilder.java
-+++ b/css.lib/src/org/netbeans/modules/css/lib/NbParseTreeBuilder.java
-@@ -226,7 +226,7 @@ public class NbParseTreeBuilder extends BlankDebugEventListener {
- 
-         RuleNode ruleNode = callStack.peek();
-         TokenNode elementNode = new TokenNode(source, (CommonToken) token);
--        elementNode.hiddenTokens = this.hiddenTokens;
-+        elementNode.hiddenTokens = (List) this.hiddenTokens;
-         hiddenTokens.clear();
-         ruleNode.addChild(elementNode);
- 
diff --git a/debian/patches/db.dataview-setRowFilter-method.patch b/debian/patches/db.dataview-setRowFilter-method.patch
deleted file mode 100644
index c970b6f..0000000
--- a/debian/patches/db.dataview-setRowFilter-method.patch
+++ /dev/null
@@ -1,58 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Fri, 25 Dec 2015 23:20:55 +0100
-Subject: db.dataview setRowFilter method
-
-Fix for another compilation failure due to missing symbols.
-
-Forwarded: not-needed
----
- .../netbeans/modules/db/dataview/output/DataViewTableUI.java   |  1 -
- .../org/netbeans/modules/db/dataview/output/DataViewUI.java    |  1 -
- .../netbeans/modules/db/dataview/table/ResultSetJXTable.java   | 10 ----------
- 3 files changed, 12 deletions(-)
-
-diff --git a/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewTableUI.java b/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewTableUI.java
-index e0d8a70..09fd256 100644
---- a/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewTableUI.java
-+++ b/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewTableUI.java
-@@ -134,7 +134,6 @@ final class DataViewTableUI extends ResultSetJXTable {
-         }
-         super.setModel(dataModel);
-         dataModel.addTableModelListener(dataChangedListener); // Add new change listener
--        setRowFilter((RowFilter) oldFilter);
-         if (dataviewUI != null) {
-             dataviewUI.handleColumnUpdated();
-         }
-diff --git a/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewUI.java b/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewUI.java
-index b0eb987..5ce28c2 100644
---- a/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewUI.java
-+++ b/db.dataview/src/org/netbeans/modules/db/dataview/output/DataViewUI.java
-@@ -504,7 +504,6 @@ class DataViewUI extends JXPanel {
-         {
-             MultiColPatternFilter filterP = new MultiColPatternFilter(rows);
-             filterP.setFilterStr(matchBoxField.getText(), LITERAL_FIND);
--            table.setRowFilter(filterP);
-         }
-     }
- 
-diff --git a/db.dataview/src/org/netbeans/modules/db/dataview/table/ResultSetJXTable.java b/db.dataview/src/org/netbeans/modules/db/dataview/table/ResultSetJXTable.java
-index 88a9b3a..e1dd566 100644
---- a/db.dataview/src/org/netbeans/modules/db/dataview/table/ResultSetJXTable.java
-+++ b/db.dataview/src/org/netbeans/modules/db/dataview/table/ResultSetJXTable.java
-@@ -161,16 +161,6 @@ public class ResultSetJXTable extends JXTableDecorator {
-     }
- 
-     @Override
--    @SuppressWarnings("unchecked")
--    public <R extends TableModel> void setRowFilter(RowFilter<? super R, ? super Integer> filter) {
--        if(getRowSorter() instanceof DefaultRowSorter) {
--            ((DefaultRowSorter) getRowSorter()).setRowFilter(filter);
--        } else {
--            super.setRowFilter(filter);
--        }
--    }
--
--    @Override
-     public void setModel(TableModel dataModel) {
-         if(! (dataModel instanceof ResultSetTableModel)) {
-             throw new IllegalArgumentException(
diff --git a/debian/patches/javaewah-version.patch b/debian/patches/javaewah-version.patch
deleted file mode 100644
index da5855e..0000000
--- a/debian/patches/javaewah-version.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Sat, 26 Dec 2015 19:27:27 +0100
-Subject: javaewah version
-
-Debian's javaewah package is currently outdated, so adjust the version
-accordingly to avoid another FTBFS.
-
-Forwarded: not-needed
----
- o.eclipse.jgit/nbproject/project.xml | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/o.eclipse.jgit/nbproject/project.xml b/o.eclipse.jgit/nbproject/project.xml
-index 897d09c..f31a978 100644
---- a/o.eclipse.jgit/nbproject/project.xml
-+++ b/o.eclipse.jgit/nbproject/project.xml
-@@ -14,7 +14,7 @@
-                     <code-name-base>com.googlecode.javaewah.JavaEWAH</code-name-base>
-                     <compile-dependency/>
-                     <run-dependency>
--                        <specification-version>0.7.9</specification-version>
-+                        <specification-version>0.6.12</specification-version>
-                     </run-dependency>
-                 </dependency>
-             </module-dependencies>
diff --git a/debian/patches/netbeans-CommandLineParser.patch b/debian/patches/netbeans-CommandLineParser.patch
deleted file mode 100644
index d87054c..0000000
--- a/debian/patches/netbeans-CommandLineParser.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Sat, 26 Dec 2015 20:42:56 +0100
-Subject: netbeans CommandLineParser
-
-Work around FTBFS error: no suitable method found for addAll(List<CAP#1>
-
-Forwarded: not-needed
----
- .../api/common/project/ui/customizer/vmo/gen/CommandLineParser.java   | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/vmo/gen/CommandLineParser.java b/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/vmo/gen/CommandLineParser.java
-index c3b9a82..5fa2145 100644
---- a/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/vmo/gen/CommandLineParser.java
-+++ b/java.api.common/src/org/netbeans/modules/java/api/common/project/ui/customizer/vmo/gen/CommandLineParser.java
-@@ -203,7 +203,7 @@ public class CommandLineParser extends Parser {
-                 if (root instanceof JavaVMOption<?>) {
-                     result.add((JavaVMOption<?>) root);
-                 } else if (root != null) {
--                    result.addAll(root.getChildren());
-+                    //result.addAll(root.getChildren());
-                 }                                       
-             } catch (RecognitionException e) {
-                 e.printStackTrace();
-@@ -1282,4 +1282,4 @@ public class CommandLineParser extends Parser {
-     public static final BitSet FOLLOW_TEXT_in_eText347 = new BitSet(new long[]{0x0000000000000002L});
-     public static final BitSet FOLLOW_TEXT_in_nonSwitchOption359 = new BitSet(new long[]{0x0000000000000002L});
- 
--}
-\ No newline at end of file
-+}
diff --git a/debian/patches/netbeans-build.patch b/debian/patches/netbeans-build.patch
deleted file mode 100644
index ddf0f17..0000000
--- a/debian/patches/netbeans-build.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Wed, 10 Jun 2015 13:02:05 +0200
-Subject: netbeans build
-
-Fix FTBFS since we changed the build system in regard to build the windows
-executables.
-
-Forwarded: not-needed
----
- nbbuild/build.xml | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/nbbuild/build.xml b/nbbuild/build.xml
-index 90c7a1a..e008f57 100644
---- a/nbbuild/build.xml
-+++ b/nbbuild/build.xml
-@@ -145,7 +145,7 @@ made subject to such option by the copyright holder.
- 
-   <target name="init-module-list" depends="bootstrap,init-tasks">
-     <!-- Define modules. -->
--    <checkmoduleconfigs nbroot=".."/>
-+    <!--<checkmoduleconfigs nbroot=".."/>-->
-     <resolvelist name="allmodules" list="${nb.clusters.list}"/>
-     <pathconvert property="modules.fullpath" >
-         <path>
-@@ -314,8 +314,8 @@ made subject to such option by the copyright holder.
-     <mkdir dir="${netbeans.dest.dir}/bin" />
-     <copy file="../ide/launcher/unix/netbeans" todir="${netbeans.dest.dir}/bin" />
-     <chmod file="${netbeans.dest.dir}/bin/netbeans" perm="ugo+rx"/>
--    <copy file="../ide/launcher/windows/netbeans.exe" todir="${netbeans.dest.dir}/bin" />
--    <copy file="../ide/launcher/windows/netbeans64.exe" todir="${netbeans.dest.dir}/bin" />
-+    <!--<copy file="../ide/launcher/windows/netbeans.exe" todir="${netbeans.dest.dir}/bin" />
-+    <copy file="../ide/launcher/windows/netbeans64.exe" todir="${netbeans.dest.dir}/bin" />-->
-     <!-- if anybody knows better place for icons, let me know: jtulach at netbeans.org -->
- 
-     <mkdir dir="${netbeans.dest.dir}/etc" />
diff --git a/debian/patches/netbeans-cluster-properties.patch b/debian/patches/netbeans-cluster-properties.patch
deleted file mode 100644
index bea046c..0000000
--- a/debian/patches/netbeans-cluster-properties.patch
+++ /dev/null
@@ -1,340 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Fri, 25 Dec 2015 18:39:51 +0100
-Subject: netbeans cluster properties
-
-Disable modules which are either not supported by us, depend on packages which
-are not in Debian yet or cause other build failures.
-
-Forwarded: not-needed
----
- nbbuild/cluster.properties | 104 ++-------------------------------------------
- 1 file changed, 3 insertions(+), 101 deletions(-)
-
-diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
-index 4d3337a..a552b65 100644
---- a/nbbuild/cluster.properties
-+++ b/nbbuild/cluster.properties
-@@ -107,10 +107,8 @@ clusters.config.java.list=\
-         ${clusters.config.platform.list},\
-         nb.cluster.ide,\
-         nb.cluster.extide,\
--        nb.cluster.websvccommon,\
-         nb.cluster.java,\
-         nb.cluster.javafx,\
--        nb.cluster.profiler,\
-         nb.cluster.nb
- 
- clusters.config.enterprise.list=\
-@@ -297,16 +295,11 @@ nb.cluster.ide=\
-         api.knockout,\
-         api.xml,\
-         api.xml.ui,\
--        bugtracking,\
--        bugtracking.bridge,\
--        bugtracking.commons,\
--        bugzilla,\
-         c.googlecode.javaewah.JavaEWAH,\
-         c.jcraft.jsch,\
-         c.jcraft.jzlib,\
-         code.analysis,\
-         core.browser,\
--        core.browser.webview,\
-         core.ide,\
-         core.multitabs.project,\
-         csl.api,\
-@@ -364,7 +357,6 @@ nb.cluster.ide=\
-         extbrowser,\
-         extexecution,\
-         extexecution.base,\
--        extexecution.impl,\
-         extexecution.process,\
-         git,\
-         gototest,\
-@@ -372,15 +364,11 @@ nb.cluster.ide=\
-         gsf.testrunner,\
-         gsf.testrunner.ui,\
-         html,\
--        html.angular,\
-         html.custom,\
-         html.editor,\
-         html.editor.lib,\
--        html.knockout,\
-         html.lexer,\
-         html.parser,\
--        html.validation,\
--        httpserver,\
-         hudson,\
-         hudson.git,\
-         hudson.mercurial,\
-@@ -390,15 +378,6 @@ nb.cluster.ide=\
-         ide.kit,\
-         image,\
-         javascript2.debug,\
--        javascript2.editor,\
--        javascript2.extjs,\
--	javascript2.jade,\
--        javascript2.jquery,\
--        javascript2.kit,\
--        javascript2.knockout,\
--	javascript2.nodejs,\
--        javascript2.prototypejs,\
--	javascript2.requirejs,\
-         jellytools.ide,\
-         jumpto,\
-         languages,\
-@@ -419,17 +398,13 @@ nb.cluster.ide=\
-         libs.json_simple,\
-         libs.jvyamlb,\
-         libs.lucene,\
--        libs.nashorn,\
--        libs.smack,\
-         libs.svnClientAdapter,\
-         libs.svnClientAdapter.javahl,\
-         libs.svnClientAdapter.svnkit,\
-         libs.swingx,\
-         libs.xerces,\
-         localhistory,\
--        localtasks,\
-         mercurial,\
--        mylyn.util,\
-         notifications,\
-         o.apache.commons.codec,\
-         o.apache.commons.httpclient,\
-@@ -438,28 +413,8 @@ nb.cluster.ide=\
-         o.apache.commons.logging,\
-         o.apache.ws.commons.util,\
-         o.apache.xml.resolver,\
--        o.apache.xmlrpc,\
--        o.eclipse.core.contenttype,\
--        o.eclipse.core.jobs,\
--        o.eclipse.core.net,\
--        o.eclipse.core.runtime,\
--        o.eclipse.core.runtime.compatibility.auth,\
--        o.eclipse.equinox.app,\
--        o.eclipse.equinox.common,\
--        o.eclipse.equinox.preferences,\
--        o.eclipse.equinox.registry,\
--        o.eclipse.equinox.security,\
-         o.eclipse.jgit,\
-         o.eclipse.jgit.java7,\
--        o.eclipse.mylyn.bugzilla.core,\
--        o.eclipse.mylyn.commons.core,\
--        o.eclipse.mylyn.commons.net,\
--        o.eclipse.mylyn.commons.repositories.core,\
--        o.eclipse.mylyn.commons.xmlrpc,\
--        o.eclipse.mylyn.tasks.core,\
--        o.eclipse.mylyn.wikitext.confluence.core,\
--        o.eclipse.mylyn.wikitext.core,\
--        o.eclipse.mylyn.wikitext.textile.core,\
-         o.n.swing.dirchooser,\
-         o.openidex.util,\
-         options.editor,\
-@@ -491,11 +446,11 @@ nb.cluster.ide=\
-         selenium2.server,\
-         server,\
-         servletapi,\
-+        slf4j.dummy,\
-         spellchecker,\
-         spellchecker.apimodule,\
-         spellchecker.bindings.htmlxml,\
-         spellchecker.bindings.properties,\
--        spellchecker.dictionary_en,\
-         spellchecker.kit,\
-         spi.debugger.ui,\
-         spi.editor.hints,\
-@@ -554,7 +509,6 @@ nb.cluster.java.depends=\
-         nb.cluster.ide,\
-         nb.cluster.extide,\
-         nb.cluster.platform,\
--        nb.cluster.websvccommon,\
-         nb.cluster.harness
- nb.cluster.java=\
-         ant.browsetask,\
-@@ -564,7 +518,6 @@ nb.cluster.java=\
-         ant.kit,\
-         api.debugger.jpda,\
-         api.java,\
--        api.maven,\
-         beans,\
-         classfile,\
-         dbschema,\
-@@ -583,21 +536,15 @@ nb.cluster.java=\
-         form.kit,\
-         form.nb,\
-         form.refactoring,\
--        hibernate,\
--        hibernate4lib,\
-         hudson.ant,\
--        hudson.maven,\
-         i18n,\
-         i18n.form,\
-         j2ee.core.utilities,\
-         j2ee.eclipselink,\
-         j2ee.eclipselinkmodelgen,\
--        j2ee.jpa.refactoring,\
--        j2ee.jpa.verification,\
-         j2ee.metadata,\
-         j2ee.metadata.model.support,\
-         j2ee.persistence,\
--        j2ee.persistence.kit,\
-         j2ee.persistenceapi,\
-         java.api.common,\
-         java.completion,\
-@@ -650,26 +597,6 @@ nb.cluster.java=\
-         libs.cglib,\
-         libs.javacapi,\
-         libs.javacimpl,\
--        libs.springframework,\
--        maven,\
--        maven.checkstyle,\
--        maven.coverage,\
--        maven.embedder,\
--        maven.grammar,\
--        maven.graph,\
--        maven.hints,\
--        maven.indexer,\
--        maven.indexer.ui,\
--        maven.junit,\
--        maven.junit.ui,\
--        maven.kit,\
--        maven.model,\
--        maven.osgi,\
--        maven.persistence,\
--        maven.refactoring,\
--        maven.repository,\
--        maven.search,\
--        maven.spring,\
-         nashorn.execution,\
-         o.jdesktop.beansbinding,\
-         performance,\
-@@ -678,18 +605,12 @@ nb.cluster.java=\
-         projectimport.eclipse.j2se,\
-         refactoring.java,\
-         selenium2.java,\
--        selenium2.maven,\
-         spellchecker.bindings.java,\
-         spi.debugger.jpda.ui,\
-         spi.java.hints,\
--        spring.beans,\
-         testng,\
-         testng.ant,\
--        testng.maven,\
-         testng.ui,\
--        websvc.jaxws21,\
--        websvc.jaxws21api,\
--        websvc.saas.codegen.java,\
-         whitelist,\
-         xml.jaxb,\
-         xml.tools.java
-@@ -707,16 +628,12 @@ nb.cluster.apisupport.depends=\
- nb.cluster.apisupport=\
-         apisupport.ant,\
-         apisupport.crudsample,\
--        apisupport.feedreader,\
--        apisupport.installer,\
--        apisupport.installer.maven,\
-         apisupport.kit,\
-         apisupport.osgidemo,\
-         apisupport.paintapp,\
-         apisupport.project,\
-         apisupport.refactoring,\
--        apisupport.wizards,\
--        maven.apisupport
-+        apisupport.wizards
- 
- nb.cluster.enterprise.dir=enterprise
- nb.cluster.enterprise.depends=\
-@@ -730,7 +647,6 @@ nb.cluster.enterprise.depends=\
-         nb.cluster.harness
- nb.cluster.enterprise=\
-         api.web.webmodule,\
--        apisupport.restsample,\
-         cloud.amazon,\
-         cloud.common,\
-         el.lexer,\
-@@ -778,9 +694,6 @@ nb.cluster.enterprise=\
-         libs.elimpl,\
-         libs.glassfish_logging,\
-         libs.jstl,\
--        maven.j2ee,\
--        maven.jaxws,\
--        maven.samples,\
-         performance.javaee,\
-         performance.scripting,\
-         performance.web,\
-@@ -858,7 +771,6 @@ nb.cluster.nb.depends=\
-         nb.cluster.harness
- nb.cluster.nb=\
-         autoupdate.pluginimporter,\
--        bugzilla.exceptionreporter,\
-         deadlock.detector,\
-         ide.branding,\
-         ide.branding.kit,\
-@@ -888,7 +800,6 @@ nb.cluster.profiler=\
-         lib.profiler.charts,\
-         lib.profiler.common,\
-         lib.profiler.ui,\
--        maven.profiler,\
-         profiler,\
-         profiler.api,\
-         profiler.attach,\
-@@ -972,9 +883,7 @@ nb.cluster.groovy=\
-         groovy.kit,\
-         groovy.refactoring,\
-         groovy.samples,\
--        groovy.support,\
--        libs.groovy,\
--        maven.groovy
-+        groovy.support
- 
- nb.cluster.mobility.dir=mobility
- nb.cluster.mobility.depends=\
-@@ -1068,7 +977,6 @@ nb.cluster.cnd=\
-         cnd.toolchain,\
-         cnd.utils,\
-         jellytools.cnd,\
--        libs.clank
- validation.nb.cluster.cnd=\
-         cnd.kit
- 
-@@ -1121,8 +1029,6 @@ nb.cluster.jira=\
-         o.apache.axis,\
-         o.apache.commons.discovery,\
-         o.codehaus.jettison,\
--        o.eclipse.mylyn.commons.soap,\
--        o.eclipse.mylyn.monitor.ui.dummy,\
-         o.joda.time
- 
- nb.cluster.team.dir=extra
-@@ -1131,7 +1037,6 @@ nb.cluster.team.depends=\
-         nb.cluster.platform,\
-         nb.cluster.ide
- nb.cluster.team=\
--        bugtracking.kenai,\
-         c.tasktop.c2c.server.cloud.api,\
-         c.tasktop.c2c.server.common.api,\
-         c.tasktop.c2c.server.profile.api,\
-@@ -1140,7 +1045,6 @@ nb.cluster.team=\
-         c.tasktop.c2c.server.wiki.api,\
-         kenai,\
-         kenai.kit,\
--        kenai.maven,\
-         kenai.ui,\
-         lib.cvsclient,\
-         o.codehaus.jackson.core,\
-@@ -1194,7 +1098,6 @@ nb.cluster.stableuc=\
-         libs.oracle.cloud,\
-         libs.ppawtlayout,\
-         loadgenerator,\
--	maven.util,\
-         mobility.antext,\
-         mobility.cldcplatform.catalog,\
-         mobility.deployment.ftpscp,\
-@@ -1267,7 +1170,6 @@ nb.cluster.betauc=\
-         contrib/modulemanager,\
-         contrib/quickfilechooser,\
-         contrib/selenium,\
--        contrib/selenium.maven,\
-         contrib/selenium.php,\
-         contrib/selenium.server,\
-         o.apache.jmeter.module,\
diff --git a/debian/patches/netbeans-com.sun.tools.hc.patch b/debian/patches/netbeans-com.sun.tools.hc.patch
deleted file mode 100644
index 7650c81..0000000
--- a/debian/patches/netbeans-com.sun.tools.hc.patch
+++ /dev/null
@@ -1,25 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Sat, 26 Dec 2015 20:07:41 +0100
-Subject: netbeans com.sun.tools.hc
-
-Fix a compilation error due to missing package com.sun.tools.hc
-
-Forwarded: http://hg.netbeans.org/main-silver/diff/e332ef83926a/java.source.base/src/org/netbeans/modules/java/source/parsing/CachingArchiveClassLoader.java
----
- .../modules/java/source/parsing/CachingArchiveClassLoader.java         | 3 ++-
- 1 file changed, 2 insertions(+), 1 deletion(-)
-
-diff --git a/java.source.base/src/org/netbeans/modules/java/source/parsing/CachingArchiveClassLoader.java b/java.source.base/src/org/netbeans/modules/java/source/parsing/CachingArchiveClassLoader.java
-index a4b8abc..d4df87c 100644
---- a/java.source.base/src/org/netbeans/modules/java/source/parsing/CachingArchiveClassLoader.java
-+++ b/java.source.base/src/org/netbeans/modules/java/source/parsing/CachingArchiveClassLoader.java
-@@ -106,7 +106,8 @@ public final class CachingArchiveClassLoader extends ClassLoader {
-                             }
-                             return defineClass(
-                                     name,
--                                    com.sun.tools.hc.LambdaMetafactory.translateClassFile(buffer,0,len),
-+                                    //com.sun.tools.hc.LambdaMetafactory.translateClassFile(buffer,0,len),
-+                                    buffer,
-                                     0,
-                                     len);
-                         } catch (FileNotFoundException fnf) {
diff --git a/debian/patches/netbeans-commons-net.patch b/debian/patches/netbeans-commons-net.patch
deleted file mode 100644
index f97ea80..0000000
--- a/debian/patches/netbeans-commons-net.patch
+++ /dev/null
@@ -1,33 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Tue, 9 Jun 2015 13:52:39 +0200
-Subject: netbeans commons net
-
-Workaround for missing class org.apache.commons.net.util.Base64 in
-libcommons-net1-java. This package should be upgraded.
-
-Forwarded: not-needed
----
- .../netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.java    | 3 +--
- 1 file changed, 1 insertion(+), 2 deletions(-)
-
-diff --git a/hudson.ui/src/org/netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.java b/hudson.ui/src/org/netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.java
-index b02755d..b3f8d8b 100644
---- a/hudson.ui/src/org/netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.java
-+++ b/hudson.ui/src/org/netbeans/modules/hudson/ui/APITokenConnectionAuthenticator.java
-@@ -47,7 +47,6 @@ import java.util.Map;
- import java.util.logging.Level;
- import java.util.logging.Logger;
- import javax.swing.JPanel;
--import org.apache.commons.net.util.Base64;
- import org.netbeans.api.keyring.Keyring;
- import org.netbeans.modules.hudson.api.HudsonManager;
- import org.netbeans.modules.hudson.api.HudsonVersion;
-@@ -127,7 +126,7 @@ public class APITokenConnectionAuthenticator extends JPanel {
-             String token = new String(panel.tokField.getPassword());
-             panel.tokField.setText("");
-             Keyring.save(key, token.toCharArray(), Bundle.APITokenConnectionAuthenticator_password_description(home, username));
--            BASIC_AUTH.put(home.toString(), new Base64(0).encodeToString((username + ':' + token).getBytes()).trim());
-+            //BASIC_AUTH.put(home.toString(), new Base64(0).encodeToString((username + ':' + token).getBytes()).trim());
-             try {
-                 return conn.getURL().openConnection();
-             } catch (IOException x) {
diff --git a/debian/patches/netbeans-dlight.nativeexecution.patch b/debian/patches/netbeans-dlight.nativeexecution.patch
deleted file mode 100644
index 7195942..0000000
--- a/debian/patches/netbeans-dlight.nativeexecution.patch
+++ /dev/null
@@ -1,96 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Sat, 26 Dec 2015 00:00:02 +0100
-Subject: netbeans dlight.nativeexecution
-
-Fix another FTBFS since we don't build the nativeexecution module.
-
-Forwarded: not-needed
----
- .../nbproject/project.properties                   | 77 ----------------------
- 1 file changed, 77 deletions(-)
-
-diff --git a/dlight.nativeexecution/nbproject/project.properties b/dlight.nativeexecution/nbproject/project.properties
-index 33908a3..12ea4cf 100644
---- a/dlight.nativeexecution/nbproject/project.properties
-+++ b/dlight.nativeexecution/nbproject/project.properties
-@@ -24,80 +24,3 @@ test.config.stableBTD.excludes=\
-     **/TerminalConfigurationProviderTest.class,\
-     **/WindowsSupportTest.class
- 
--release.external/exechlp-1.0.zip!/Linux-x86/process_start       = bin/nativeexecution/Linux-x86/process_start
--release.external/exechlp-1.0.zip!/Linux-x86/pty                 = bin/nativeexecution/Linux-x86/pty
--release.external/exechlp-1.0.zip!/Linux-x86/pty_open            = bin/nativeexecution/Linux-x86/pty_open
--release.external/exechlp-1.0.zip!/Linux-x86/sigqueue            = bin/nativeexecution/Linux-x86/sigqueue
--release.external/exechlp-1.0.zip!/Linux-x86/stat                = bin/nativeexecution/Linux-x86/stat
--release.external/exechlp-1.0.zip!/Linux-x86/unbuffer.so         = bin/nativeexecution/Linux-x86/unbuffer.so
--release.external/exechlp-1.0.zip!/Linux-x86/killall             = bin/nativeexecution/Linux-x86/killall
--release.external/exechlp-1.0.zip!/Linux-x86_64/process_start    = bin/nativeexecution/Linux-x86_64/process_start
--release.external/exechlp-1.0.zip!/Linux-x86_64/pty              = bin/nativeexecution/Linux-x86_64/pty
--release.external/exechlp-1.0.zip!/Linux-x86_64/pty_open         = bin/nativeexecution/Linux-x86_64/pty_open
--release.external/exechlp-1.0.zip!/Linux-x86_64/sigqueue         = bin/nativeexecution/Linux-x86_64/sigqueue
--release.external/exechlp-1.0.zip!/Linux-x86_64/stat             = bin/nativeexecution/Linux-x86_64/stat
--release.external/exechlp-1.0.zip!/Linux-x86_64/unbuffer.so      = bin/nativeexecution/Linux-x86_64/unbuffer.so
--release.external/exechlp-1.0.zip!/Linux-x86_64/killall          = bin/nativeexecution/Linux-x86_64/killall
--release.external/exechlp-1.0.zip!/Linux-sparc_64/process_start  = bin/nativeexecution/Linux-sparc_64/process_start
--release.external/exechlp-1.0.zip!/Linux-sparc_64/pty            = bin/nativeexecution/Linux-sparc_64/pty
--release.external/exechlp-1.0.zip!/Linux-sparc_64/pty_open       = bin/nativeexecution/Linux-sparc_64/pty_open
--release.external/exechlp-1.0.zip!/Linux-sparc_64/sigqueue       = bin/nativeexecution/Linux-sparc_64/sigqueue
--release.external/exechlp-1.0.zip!/Linux-sparc_64/stat           = bin/nativeexecution/Linux-sparc_64/stat
--release.external/exechlp-1.0.zip!/Linux-sparc_64/unbuffer.so    = bin/nativeexecution/Linux-sparc_64/unbuffer.so
--release.external/exechlp-1.0.zip!/Linux-sparc_64/killall        = bin/nativeexecution/Linux-sparc_64/killall
--release.external/exechlp-1.0.zip!/Windows-x86/process_start     = bin/nativeexecution/Windows-x86/process_start
--release.external/exechlp-1.0.zip!/Windows-x86/pty               = bin/nativeexecution/Windows-x86/pty
--release.external/exechlp-1.0.zip!/Windows-x86/pty_open          = bin/nativeexecution/Windows-x86/pty_open
--release.external/exechlp-1.0.zip!/Windows-x86/sigqueue          = bin/nativeexecution/Windows-x86/sigqueue
--release.external/exechlp-1.0.zip!/Windows-x86/unbuffer.dll      = bin/nativeexecution/Windows-x86/unbuffer.dll
--release.external/exechlp-1.0.zip!/Windows-x86/killall           = bin/nativeexecution/Windows-x86/killall
--release.external/exechlp-1.0.zip!/Windows-x86_64/process_start  = bin/nativeexecution/Windows-x86_64/process_start
--release.external/exechlp-1.0.zip!/Windows-x86_64/pty            = bin/nativeexecution/Windows-x86_64/pty
--release.external/exechlp-1.0.zip!/Windows-x86_64/pty_open       = bin/nativeexecution/Windows-x86_64/pty_open
--release.external/exechlp-1.0.zip!/Windows-x86_64/sigqueue       = bin/nativeexecution/Windows-x86_64/sigqueue
--release.external/exechlp-1.0.zip!/Windows-x86_64/killall        = bin/nativeexecution/Windows-x86_64/killall
--release.external/exechlp-1.0.zip!/Windows-x86_64/unbuffer.dll   = bin/nativeexecution/Windows-x86_64/unbuffer.dll
--release.external/exechlp-1.0.zip!/MacOSX-x86/process_start      = bin/nativeexecution/MacOSX-x86/process_start
--release.external/exechlp-1.0.zip!/MacOSX-x86/pty                = bin/nativeexecution/MacOSX-x86/pty
--release.external/exechlp-1.0.zip!/MacOSX-x86/pty_open           = bin/nativeexecution/MacOSX-x86/pty_open
--release.external/exechlp-1.0.zip!/MacOSX-x86/stat               = bin/nativeexecution/MacOSX-x86/stat
--release.external/exechlp-1.0.zip!/MacOSX-x86/unbuffer.dylib     = bin/nativeexecution/MacOSX-x86/unbuffer.dylib
--release.external/exechlp-1.0.zip!/MacOSX-x86/killall            = bin/nativeexecution/MacOSX-x86/killall
--release.external/exechlp-1.0.zip!/MacOSX-x86_64/process_start   = bin/nativeexecution/MacOSX-x86_64/process_start
--release.external/exechlp-1.0.zip!/MacOSX-x86_64/pty             = bin/nativeexecution/MacOSX-x86_64/pty
--release.external/exechlp-1.0.zip!/MacOSX-x86_64/pty_open        = bin/nativeexecution/MacOSX-x86_64/pty_open
--release.external/exechlp-1.0.zip!/MacOSX-x86_64/stat            = bin/nativeexecution/MacOSX-x86_64/stat
--release.external/exechlp-1.0.zip!/MacOSX-x86_64/unbuffer.dylib  = bin/nativeexecution/MacOSX-x86_64/unbuffer.dylib
--release.external/exechlp-1.0.zip!/MacOSX-x86_64/killall         = bin/nativeexecution/MacOSX-x86_64/killall
--release.external/exechlp-1.0.zip!/SunOS-sparc/privp             = bin/nativeexecution/SunOS-sparc/privp
--release.external/exechlp-1.0.zip!/SunOS-sparc/process_start     = bin/nativeexecution/SunOS-sparc/process_start
--release.external/exechlp-1.0.zip!/SunOS-sparc/pty               = bin/nativeexecution/SunOS-sparc/pty
--release.external/exechlp-1.0.zip!/SunOS-sparc/pty_open          = bin/nativeexecution/SunOS-sparc/pty_open
--release.external/exechlp-1.0.zip!/SunOS-sparc/sigqueue          = bin/nativeexecution/SunOS-sparc/sigqueue
--release.external/exechlp-1.0.zip!/SunOS-sparc/stat              = bin/nativeexecution/SunOS-sparc/stat
--release.external/exechlp-1.0.zip!/SunOS-sparc/unbuffer.so       = bin/nativeexecution/SunOS-sparc/unbuffer.so
--release.external/exechlp-1.0.zip!/SunOS-sparc/killall           = bin/nativeexecution/SunOS-sparc/killall
--release.external/exechlp-1.0.zip!/SunOS-sparc_64/privp          = bin/nativeexecution/SunOS-sparc_64/privp
--release.external/exechlp-1.0.zip!/SunOS-sparc_64/process_start  = bin/nativeexecution/SunOS-sparc_64/process_start
--release.external/exechlp-1.0.zip!/SunOS-sparc_64/pty            = bin/nativeexecution/SunOS-sparc_64/pty
--release.external/exechlp-1.0.zip!/SunOS-sparc_64/pty_open       = bin/nativeexecution/SunOS-sparc_64/pty_open
--release.external/exechlp-1.0.zip!/SunOS-sparc_64/sigqueue       = bin/nativeexecution/SunOS-sparc_64/sigqueue
--release.external/exechlp-1.0.zip!/SunOS-sparc_64/stat           = bin/nativeexecution/SunOS-sparc_64/stat
--release.external/exechlp-1.0.zip!/SunOS-sparc_64/unbuffer.so    = bin/nativeexecution/SunOS-sparc_64/unbuffer.so
--release.external/exechlp-1.0.zip!/SunOS-sparc_64/killall        = bin/nativeexecution/SunOS-sparc_64/killall
--release.external/exechlp-1.0.zip!/SunOS-x86/privp               = bin/nativeexecution/SunOS-x86/privp
--release.external/exechlp-1.0.zip!/SunOS-x86/process_start       = bin/nativeexecution/SunOS-x86/process_start
--release.external/exechlp-1.0.zip!/SunOS-x86/pty                 = bin/nativeexecution/SunOS-x86/pty
--release.external/exechlp-1.0.zip!/SunOS-x86/pty_open            = bin/nativeexecution/SunOS-x86/pty_open
--release.external/exechlp-1.0.zip!/SunOS-x86/sigqueue            = bin/nativeexecution/SunOS-x86/sigqueue
--release.external/exechlp-1.0.zip!/SunOS-x86/stat                = bin/nativeexecution/SunOS-x86/stat
--release.external/exechlp-1.0.zip!/SunOS-x86/unbuffer.so         = bin/nativeexecution/SunOS-x86/unbuffer.so
--release.external/exechlp-1.0.zip!/SunOS-x86/killall             = bin/nativeexecution/SunOS-x86/killall
--release.external/exechlp-1.0.zip!/SunOS-x86_64/process_start    = bin/nativeexecution/SunOS-x86_64/process_start
--release.external/exechlp-1.0.zip!/SunOS-x86_64/pty              = bin/nativeexecution/SunOS-x86_64/pty
--release.external/exechlp-1.0.zip!/SunOS-x86_64/pty_open         = bin/nativeexecution/SunOS-x86_64/pty_open
--release.external/exechlp-1.0.zip!/SunOS-x86_64/sigqueue         = bin/nativeexecution/SunOS-x86_64/sigqueue
--release.external/exechlp-1.0.zip!/SunOS-x86_64/stat             = bin/nativeexecution/SunOS-x86_64/stat
--release.external/exechlp-1.0.zip!/SunOS-x86_64/unbuffer.so      = bin/nativeexecution/SunOS-x86_64/unbuffer.so
--release.external/exechlp-1.0.zip!/SunOS-x86_64/killall          = bin/nativeexecution/SunOS-x86_64/killall
--
diff --git a/debian/patches/netbeans-empty-binaries-list.patch b/debian/patches/netbeans-empty-binaries-list.patch
deleted file mode 100644
index edec358..0000000
--- a/debian/patches/netbeans-empty-binaries-list.patch
+++ /dev/null
@@ -1,1140 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Tue, 15 Dec 2015 01:08:12 +0100
-Subject: netbeans empty binaries list
-
-Empty all the binaries-list files so nothing gets downloaded.
-Forwarded: not-needed
----
- apisupport.feedreader/external/binaries-list                     | 3 ---
- apisupport.harness/external/binaries-list                        | 4 ----
- c.googlecode.javaewah.JavaEWAH/external/binaries-list            | 1 -
- c.jcraft.jsch/external/binaries-list                             | 1 -
- c.jcraft.jzlib/external/binaries-list                            | 1 -
- cnd.discovery/external/binaries-list                             | 1 -
- cnd.modelimpl/external/binaries-list                             | 1 -
- cnd.remote/external/binaries-list                                | 1 -
- cordova.platforms.ios/external/binaries-list                     | 5 -----
- css.editor/external/binaries-list                                | 2 --
- db.drivers/external/binaries-list                                | 3 ---
- db.sql.visualeditor/external/binaries-list                       | 1 -
- db/external/binaries-list                                        | 2 --
- derby/external/binaries-list                                     | 2 --
- dlight.nativeexecution/external/binaries-list                    | 2 --
- dlight.remote.impl/external/binaries-list                        | 6 ------
- extexecution.process/external/binaries-list                      | 3 ---
- hibernate4lib/external/binaries-list                             | 1 -
- html.editor/external/binaries-list                               | 1 -
- html.parser/external/binaries-list                               | 3 ---
- html.validation/external/binaries-list                           | 9 ---------
- httpserver/external/binaries-list                                | 1 -
- j2ee.dd/external/binaries-list                                   | 1 -
- j2ee.eclipselink/external/binaries-list                          | 4 ----
- j2ee.eclipselinkmodelgen/external/binaries-list                  | 2 --
- j2ee.platform/external/binaries-list                             | 1 -
- j2eeapis/external/binaries-list                                  | 1 -
- javacard.apdu.io/external/binaries-list                          | 1 -
- javacard.ri.bundle/external/binaries-list                        | 1 -
- javacard.ri.platform/external/binaries-list                      | 1 -
- javaee.api/external/binaries-list                                | 5 -----
- javaee7.api/external/binaries-list                               | 7 -------
- javahelp/external/binaries-list                                  | 1 -
- javascript2.editor/external/binaries-list                        | 3 ---
- jemmy/external/binaries-list                                     | 3 ---
- junitlib/external/binaries-list                                  | 2 --
- libs.amazon/external/binaries-list                               | 5 -----
- libs.antlr3.devel/external/binaries-list                         | 1 -
- libs.antlr3.runtime/external/binaries-list                       | 1 -
- libs.asm/external/binaries-list                                  | 1 -
- libs.bytelist/external/binaries-list                             | 1 -
- libs.cglib/external/binaries-list                                | 1 -
- libs.clank/external/binaries-list                                | 6 ------
- libs.commons_compress/external/binaries-list                     | 1 -
- libs.commons_fileupload/external/binaries-list                   | 1 -
- libs.commons_net/external/binaries-list                          | 1 -
- libs.elimpl/external/binaries-list                               | 1 -
- libs.felix/external/binaries-list                                | 1 -
- libs.freemarker/external/binaries-list                           | 1 -
- libs.glassfish_logging/external/binaries-list                    | 1 -
- libs.groovy/external/binaries-list                               | 1 -
- libs.ini4j/external/binaries-list                                | 1 -
- libs.javacapi/external/binaries-list                             | 1 -
- libs.javacimpl/external/binaries-list                            | 1 -
- libs.javacup/external/binaries-list                              | 1 -
- libs.javafx/external/binaries-list                               | 1 -
- libs.jaxb/external/binaries-list                                 | 4 ----
- libs.jna.platform/external/binaries-list                         | 1 -
- libs.jna/external/binaries-list                                  | 1 -
- libs.jsch.agentproxy/external/binaries-list                      | 4 ----
- libs.json_simple/external/binaries-list                          | 1 -
- libs.jstestdriver/external/binaries-list                         | 1 -
- libs.jstl/external/binaries-list                                 | 2 --
- libs.junit4/external/binaries-list                               | 2 --
- libs.jvyamlb/external/binaries-list                              | 1 -
- libs.lucene/external/binaries-list                               | 1 -
- libs.nashorn/external/binaries-list                              | 2 --
- libs.osgi/external/binaries-list                                 | 2 --
- libs.plist/external/binaries-list                                | 1 -
- libs.smack/external/binaries-list                                | 2 --
- libs.springframework/external/binaries-list                      | 2 --
- libs.svnClientAdapter.javahl/external/binaries-list              | 2 --
- libs.svnClientAdapter.svnkit/external/binaries-list              | 4 ----
- libs.svnClientAdapter/external/binaries-list                     | 1 -
- libs.swingx/external/binaries-list                               | 1 -
- libs.testng/external/binaries-list                               | 2 --
- libs.xerces/external/binaries-list                               | 1 -
- maven.embedder/external/binaries-list                            | 4 ----
- maven.indexer/external/binaries-list                             | 4 ----
- maven/external/binaries-list                                     | 2 --
- nbbuild/external/binaries-list                                   | 2 --
- net.java.html.boot.fx/external/binaries-list                     | 1 -
- net.java.html.boot.script/external/binaries-list                 | 1 -
- net.java.html.boot/external/binaries-list                        | 1 -
- net.java.html.geo/external/binaries-list                         | 1 -
- net.java.html.json/external/binaries-list                        | 1 -
- net.java.html.sound/external/binaries-list                       | 1 -
- net.java.html/external/binaries-list                             | 1 -
- netbinox/external/binaries-list                                  | 2 --
- o.apache.commons.codec/external/binaries-list                    | 1 -
- o.apache.commons.httpclient/external/binaries-list               | 1 -
- o.apache.commons.io/external/binaries-list                       | 1 -
- o.apache.commons.lang/external/binaries-list                     | 1 -
- o.apache.commons.logging/external/binaries-list                  | 1 -
- o.apache.tools.ant.module/external/binaries-list                 | 3 ---
- o.apache.ws.commons.util/external/binaries-list                  | 1 -
- o.apache.xml.resolver/external/binaries-list                     | 1 -
- o.apache.xmlrpc/external/binaries-list                           | 3 ---
- o.eclipse.core.contenttype/external/binaries-list                | 1 -
- o.eclipse.core.jobs/external/binaries-list                       | 1 -
- o.eclipse.core.net/external/binaries-list                        | 1 -
- o.eclipse.core.runtime.compatibility.auth/external/binaries-list | 1 -
- o.eclipse.core.runtime/external/binaries-list                    | 1 -
- o.eclipse.equinox.app/external/binaries-list                     | 1 -
- o.eclipse.equinox.common/external/binaries-list                  | 1 -
- o.eclipse.equinox.preferences/external/binaries-list             | 1 -
- o.eclipse.equinox.registry/external/binaries-list                | 1 -
- o.eclipse.equinox.security/external/binaries-list                | 1 -
- o.eclipse.jgit.java7/external/binaries-list                      | 1 -
- o.eclipse.jgit/external/binaries-list                            | 1 -
- o.eclipse.mylyn.bugzilla.core/external/binaries-list             | 1 -
- o.eclipse.mylyn.commons.core/external/binaries-list              | 1 -
- o.eclipse.mylyn.commons.net/external/binaries-list               | 1 -
- o.eclipse.mylyn.commons.repositories.core/external/binaries-list | 1 -
- o.eclipse.mylyn.commons.xmlrpc/external/binaries-list            | 1 -
- o.eclipse.mylyn.tasks.core/external/binaries-list                | 1 -
- o.eclipse.mylyn.wikitext.confluence.core/external/binaries-list  | 1 -
- o.eclipse.mylyn.wikitext.core/external/binaries-list             | 1 -
- o.eclipse.mylyn.wikitext.textile.core/external/binaries-list     | 1 -
- o.jdesktop.beansbinding/external/binaries-list                   | 2 --
- o.jdesktop.layout/external/binaries-list                         | 3 ---
- o.n.html.ko4j/external/binaries-list                             | 1 -
- php.editor/external/binaries-list                                | 1 -
- php.phpdoc.documentation/external/binaries-list                  | 1 -
- php.project/external/binaries-list                               | 1 -
- servletapi/external/binaries-list                                | 1 -
- servletjspapi/external/binaries-list                             | 1 -
- spellchecker.dictionary_en/external/binaries-list                | 1 -
- swing.validation/external/binaries-list                          | 1 -
- web.core.syntax/external/binaries-list                           | 1 -
- web.jsf.editor/external/binaries-list                            | 1 -
- web.jsf12/external/binaries-list                                 | 1 -
- web.jsf20/external/binaries-list                                 | 1 -
- web.jspparser/external/binaries-list                             | 1 -
- web.monitor/external/binaries-list                               | 1 -
- web.primefaces/external/binaries-list                            | 1 -
- web.struts/external/binaries-list                                | 2 --
- websvc.jaxws21/external/binaries-list                            | 2 --
- websvc.jaxws21api/external/binaries-list                         | 1 -
- websvc.metro.lib/external/binaries-list                          | 2 --
- websvc.restlib/external/binaries-list                            | 1 -
- xml.jaxb.api/external/binaries-list                              | 3 ---
- 142 files changed, 240 deletions(-)
-
-diff --git a/apisupport.feedreader/external/binaries-list b/apisupport.feedreader/external/binaries-list
-index 2ba5c4d..e69de29 100644
---- a/apisupport.feedreader/external/binaries-list
-+++ b/apisupport.feedreader/external/binaries-list
-@@ -1,3 +0,0 @@
--A2AC1CD690AB4C80DEFE7F9BCE14D35934C35CEC jdom-1.0.jar
--EA66BB8EBA805BAD567DB5A6730F96AC89062601 rome-0.6.jar
--7408D747109A701926646E859C8907D3A7C9B26E rome-fetcher-0.6.jar
-diff --git a/apisupport.harness/external/binaries-list b/apisupport.harness/external/binaries-list
-index fb7dd1e..e69de29 100644
---- a/apisupport.harness/external/binaries-list
-+++ b/apisupport.harness/external/binaries-list
-@@ -1,4 +0,0 @@
--D4EF66C1CC8A5B3C97E0CC7C210227AAEC1F1086 jsearch-2.0_05.jar
--A806D99716C5E9441BFD8B401176FDDEFC673022 bindex-2.2.jar
--20D826CC819A5A969CF3F7204E2E26CB6263EC43 jnlp-servlet.jar
--
-diff --git a/c.googlecode.javaewah.JavaEWAH/external/binaries-list b/c.googlecode.javaewah.JavaEWAH/external/binaries-list
-index 0a93fdd..e69de29 100644
---- a/c.googlecode.javaewah.JavaEWAH/external/binaries-list
-+++ b/c.googlecode.javaewah.JavaEWAH/external/binaries-list
-@@ -1 +0,0 @@
--ECEAF316A8FAF0E794296EBE158AE110C7D72A5A JavaEWAH-0.7.9.jar
-\ No newline at end of file
-diff --git a/c.jcraft.jsch/external/binaries-list b/c.jcraft.jsch/external/binaries-list
-index 8f19c44..e69de29 100644
---- a/c.jcraft.jsch/external/binaries-list
-+++ b/c.jcraft.jsch/external/binaries-list
-@@ -1 +0,0 @@
--28B183F2DB44DE2CA82F324EA996593DC6931B12 jsch-0.1.53.jar
-\ No newline at end of file
-diff --git a/c.jcraft.jzlib/external/binaries-list b/c.jcraft.jzlib/external/binaries-list
-index 4702320..e69de29 100644
---- a/c.jcraft.jzlib/external/binaries-list
-+++ b/c.jcraft.jzlib/external/binaries-list
-@@ -1 +0,0 @@
--F406B7784A0DA5C4670B038BF55A4DCD4AF30AEB jzlib-1.0.7.jar
-diff --git a/cnd.discovery/external/binaries-list b/cnd.discovery/external/binaries-list
-index d2c8c3a..e69de29 100644
---- a/cnd.discovery/external/binaries-list
-+++ b/cnd.discovery/external/binaries-list
-@@ -1 +0,0 @@
--BF2C234985CF9BD6CDE18114406C67EC7C32B84A cnd-build-trace-1.0.zip
-\ No newline at end of file
-diff --git a/cnd.modelimpl/external/binaries-list b/cnd.modelimpl/external/binaries-list
-index cc2a892..e69de29 100644
---- a/cnd.modelimpl/external/binaries-list
-+++ b/cnd.modelimpl/external/binaries-list
-@@ -1 +0,0 @@
--C51780D99464CBF45B0495C7646B442AB3C7B463 open-fortran-parser-0.7.1.2.zip
-\ No newline at end of file
-diff --git a/cnd.remote/external/binaries-list b/cnd.remote/external/binaries-list
-index fbbe9d5..e69de29 100644
---- a/cnd.remote/external/binaries-list
-+++ b/cnd.remote/external/binaries-list
-@@ -1 +0,0 @@
--BB83D4F8047D608858154CB041054F5CAE35B903 cnd-rfs-1.0.zip
-diff --git a/cordova.platforms.ios/external/binaries-list b/cordova.platforms.ios/external/binaries-list
-index fd5af85..e69de29 100644
---- a/cordova.platforms.ios/external/binaries-list
-+++ b/cordova.platforms.ios/external/binaries-list
-@@ -1,5 +0,0 @@
--7C4A82593A85524A3541E55A4A9C906B773ABAD6 ios-sim
--9D29F2A9722C91A403F32971E97DD0E49E97B02E libiDeviceNativeBinding.dylib
--480C9E376169E21EA3BDA5D5841425BD7CC054D7 libplist.1.dylib
--D05B7274396C8EED185207399B6D0400DE347DB7 libusbmuxd.2.dylib
--9F0D0D95F57E73C0110FA023813A4F9756D543B1 libimobiledevice.4.dylib
-diff --git a/css.editor/external/binaries-list b/css.editor/external/binaries-list
-index 7776400..e69de29 100644
---- a/css.editor/external/binaries-list
-+++ b/css.editor/external/binaries-list
-@@ -1,2 +0,0 @@
--901D8F815922C435D985DA3814D20E34CC7622CB css21-spec.zip
--83E794DFF9A39401AC65252C8E10157761584224 css3-spec.zip
-\ No newline at end of file
-diff --git a/db.drivers/external/binaries-list b/db.drivers/external/binaries-list
-index d69f4f6..e69de29 100644
---- a/db.drivers/external/binaries-list
-+++ b/db.drivers/external/binaries-list
-@@ -1,3 +0,0 @@
--C264E2114579474D13DD808A510FC74E762DDA8C mysql-connector-java-5.1.23-bin.jar
--65B528162F7CF20B4D44BC31A446724E217BA35B postgresql-9.2-1002.jdbc4.jar
--
-diff --git a/db.sql.visualeditor/external/binaries-list b/db.sql.visualeditor/external/binaries-list
-index e4b97c1..e69de29 100644
---- a/db.sql.visualeditor/external/binaries-list
-+++ b/db.sql.visualeditor/external/binaries-list
-@@ -1 +0,0 @@
--EE416CB5D6AA88473EFE487F42DC1410360F7948 javacc-3.2.jar
-diff --git a/db/external/binaries-list b/db/external/binaries-list
-index 79aa981..e69de29 100644
---- a/db/external/binaries-list
-+++ b/db/external/binaries-list
-@@ -1,2 +0,0 @@
--F787C9B484CD7526F866C21D8925C4DACE467F8A derby-10.2.2.0.jar
--97771BE04E7452FC197EB875D2591A7E91F274D0 derby-10.2.2.0.zip
-diff --git a/derby/external/binaries-list b/derby/external/binaries-list
-index 9ecddbe..e69de29 100644
---- a/derby/external/binaries-list
-+++ b/derby/external/binaries-list
-@@ -1,2 +0,0 @@
--C9A6304FAA121C97CB2458B93D30B1FD6F0F7691 derbysampledb.zip
--
-diff --git a/dlight.nativeexecution/external/binaries-list b/dlight.nativeexecution/external/binaries-list
-index 2abd5ce..e69de29 100644
---- a/dlight.nativeexecution/external/binaries-list
-+++ b/dlight.nativeexecution/external/binaries-list
-@@ -1,2 +0,0 @@
--3502EB7D4A72C2C684D23AFC241CCF50797079D1 exechlp-1.0.zip
--
-diff --git a/dlight.remote.impl/external/binaries-list b/dlight.remote.impl/external/binaries-list
-index 875f788..e69de29 100644
---- a/dlight.remote.impl/external/binaries-list
-+++ b/dlight.remote.impl/external/binaries-list
-@@ -1,6 +0,0 @@
--#source change:
--#changeset:   292853:94e815a553de
--#user:        Vladimir Kvashin <vkvashin at netbeans.org>
--#date:        Fri Oct 09 23:32:45 2015 +0300
--#summary:     addfix (increment fs_server version) #255826 - Open Remote File/Project Dialog is empty in certain cases
--51AC4960C19CF4C2CCA636765BFBC09A5029BFC5 fs_server-1.0.zip
-diff --git a/extexecution.process/external/binaries-list b/extexecution.process/external/binaries-list
-index 33dd192..e69de29 100644
---- a/extexecution.process/external/binaries-list
-+++ b/extexecution.process/external/binaries-list
-@@ -1,3 +0,0 @@
--C9757EFB2CFBA523A7375A78FA9ECFAF0D0AC505 winp-1.14-patched.jar
--2E07375E5CA3A452472F0E87FB33F243F7A5C08C libpam4j-1.1.jar
--E90EF50215FFD23928B3308DC76A17B7DADE5F33 processtreekiller-1.0.5.jar
-diff --git a/hibernate4lib/external/binaries-list b/hibernate4lib/external/binaries-list
-index f4a4067..e69de29 100644
---- a/hibernate4lib/external/binaries-list
-+++ b/hibernate4lib/external/binaries-list
-@@ -1 +0,0 @@
--A9A0648BD7D9FD2CDFBD22C25366E71DA72438DA hibernate-release-4.3.1-lib.zip
-\ No newline at end of file
-diff --git a/html.editor/external/binaries-list b/html.editor/external/binaries-list
-index a600ee9..e69de29 100644
---- a/html.editor/external/binaries-list
-+++ b/html.editor/external/binaries-list
-@@ -1 +0,0 @@
--23123BB29025254556B6E573023FCDF0F6715A66 html-4.01.zip
-diff --git a/html.parser/external/binaries-list b/html.parser/external/binaries-list
-index b4d8ead..e69de29 100644
---- a/html.parser/external/binaries-list
-+++ b/html.parser/external/binaries-list
-@@ -1,3 +0,0 @@
--D528B44AE7593D2275927396BF930B28078C5220 htmlparser-1.2.1.jar
--2541D025F428A361110C4D656CDD99B5C5C5DFCE html5doc.zip
--F6C205D05BE87DF2A64FB501E08AC9ED38519353 icu4j-4_4_2.jar
-diff --git a/html.validation/external/binaries-list b/html.validation/external/binaries-list
-index 3bd81de..e69de29 100644
---- a/html.validation/external/binaries-list
-+++ b/html.validation/external/binaries-list
-@@ -1,9 +0,0 @@
--F4A1696661E6233F8C27EE323CAEF9CB052666F1 html5-datatypes.jar
--A2862B7795EF0E0F0716BEC84528FA3B629E479C io-xml-util.jar
--0DCC973606CBD9737541AA5F3E76DED6E3F4D0D0 iri.jar
--483A61B688B13C62BB201A683D98A6688B5373B6 jing.jar
--F0A0D2E29ED910808C33135A3A5A51BBA6358F7B log4j-1.2.15.jar
--010FC8BD229B7F68C8C4D5BDE399475373096601 non-schema.jar
--6FC6098C230D7CBA5730106D379CBBB42F6EC48A validator.jar
--85A67D883A879E7BF767758A8413B690DEF29735 saxon9B.jar
--FACC6D84B0B0A650B1D44FED941E9ADD9F326862 isorelax.jar
-diff --git a/httpserver/external/binaries-list b/httpserver/external/binaries-list
-index c9ddf06..e69de29 100644
---- a/httpserver/external/binaries-list
-+++ b/httpserver/external/binaries-list
-@@ -1 +0,0 @@
--CD5B5996B46CB8D96C8F0F89A7A734B3C01F3DF7 tomcat-webserver-3.2.jar
-diff --git a/j2ee.dd/external/binaries-list b/j2ee.dd/external/binaries-list
-index 7af9f73..e69de29 100644
---- a/j2ee.dd/external/binaries-list
-+++ b/j2ee.dd/external/binaries-list
-@@ -1 +0,0 @@
--D2F2B34B7D0A13256D491B14590ED23CA0E49B46 javaee-api-5.jar
-diff --git a/j2ee.eclipselink/external/binaries-list b/j2ee.eclipselink/external/binaries-list
-index 274a71e..e69de29 100644
---- a/j2ee.eclipselink/external/binaries-list
-+++ b/j2ee.eclipselink/external/binaries-list
-@@ -1,4 +0,0 @@
--CD2211635F3011E300CA8FEDC1CE0E1CF61C175B eclipselink.jar
--5BAB675816DBE0F64BB86004B108BF2A00292358 javax.persistence_2.1.0.v201304241213.jar
--29AF1D338CBB76290D1A96F5A6610F1E8C319AE5 org.eclipse.persistence.jpa.jpql_2.5.2.v20140319-9ad6abd.jar
--A8BD39C5B88571B4D4697E78DD1A56566E44B1DD JPAjavadocs04032013.zip
-diff --git a/j2ee.eclipselinkmodelgen/external/binaries-list b/j2ee.eclipselinkmodelgen/external/binaries-list
-index 042b33b..e69de29 100644
---- a/j2ee.eclipselinkmodelgen/external/binaries-list
-+++ b/j2ee.eclipselinkmodelgen/external/binaries-list
-@@ -1,2 +0,0 @@
--3CE04BDB48FE315736B1DCE407362C57DFAE286D org.eclipse.persistence.jpa.modelgen_2.5.2.v20140319-9ad6abd.jar
--
-diff --git a/j2ee.platform/external/binaries-list b/j2ee.platform/external/binaries-list
-index 1a843ca..e69de29 100644
---- a/j2ee.platform/external/binaries-list
-+++ b/j2ee.platform/external/binaries-list
-@@ -1 +0,0 @@
--27E9711AA35C39EF455BFD900D544BACB99C0E89 javaee-doc-api.jar
-diff --git a/j2eeapis/external/binaries-list b/j2eeapis/external/binaries-list
-index 8f48f90..e69de29 100644
---- a/j2eeapis/external/binaries-list
-+++ b/j2eeapis/external/binaries-list
-@@ -1 +0,0 @@
--EC24BF46E047E735ED802DFA8B9FCA2ED8FB11B0 jsr88javax.jar
-diff --git a/javacard.apdu.io/external/binaries-list b/javacard.apdu.io/external/binaries-list
-index c767da3..e69de29 100644
---- a/javacard.apdu.io/external/binaries-list
-+++ b/javacard.apdu.io/external/binaries-list
-@@ -1 +0,0 @@
--9C1A8BC9D3270D184F1D1BCC5F60AA81D46E1ADF apduio.jar
-diff --git a/javacard.ri.bundle/external/binaries-list b/javacard.ri.bundle/external/binaries-list
-index e49fa6f..e69de29 100644
---- a/javacard.ri.bundle/external/binaries-list
-+++ b/javacard.ri.bundle/external/binaries-list
-@@ -1 +0,0 @@
--6243337E93F5841D4FFB404011AA076BFEB1590A javacard_ri.zip
-diff --git a/javacard.ri.platform/external/binaries-list b/javacard.ri.platform/external/binaries-list
-index 5e56afd..e69de29 100644
---- a/javacard.ri.platform/external/binaries-list
-+++ b/javacard.ri.platform/external/binaries-list
-@@ -1 +0,0 @@
--33DCFAE258453BDD3D8A042F6ECF80656A82B8DD anttasks.jar
-diff --git a/javaee.api/external/binaries-list b/javaee.api/external/binaries-list
-index 55d5314..e69de29 100644
---- a/javaee.api/external/binaries-list
-+++ b/javaee.api/external/binaries-list
-@@ -1,5 +0,0 @@
--D6F416983EA13C334D5C599A9045414ECAF5D66D javaee-api-6.0.jar
--EBEC44255251E6D3B8DDBAF701F732DAF0238CBF javaee-web-api-6.0.jar
--B290091E71DEED6CE7F9EB40523D49C26399A2B4 javax.annotation.jar
--EB77D3664EEA27D67B799ED28CB766B4D0971505 jaxb-api-osgi.jar
--A5744971ACE1F44A0FC71CCB93DE530CB3022965 webservices-api-osgi.jar
-diff --git a/javaee7.api/external/binaries-list b/javaee7.api/external/binaries-list
-index 4391715..e69de29 100644
---- a/javaee7.api/external/binaries-list
-+++ b/javaee7.api/external/binaries-list
-@@ -1,7 +0,0 @@
--51399F902CC27A808122EDCBEBFAA1AD989954BA javaee-api-7.0.jar
--B1FCE45BA94108EBF7E1CACE6427EC8761CABEC1 javaee-web-api-7.0.jar
--1DEEA980904E39C3D7AA240B72CDBBEB8E4860F9 javax.annotation-api.jar
--E11C0F07A92F6D02A347DD9C55EE56692A6D9F7E javax.xml.soap-api.jar
--45EBA8B0520A70787D5DD2EA154ACE152F817C0D jaxb-api-osgi.jar
--D4C96D968F87B1BFEF138E91E06C8FD4A1904208 jaxws-api.jar
--401CC1D0E5F0D8F4D0532A54928CEAA27EC21258 jsr181-api.jar
-diff --git a/javahelp/external/binaries-list b/javahelp/external/binaries-list
-index 357a938..e69de29 100644
---- a/javahelp/external/binaries-list
-+++ b/javahelp/external/binaries-list
-@@ -1 +0,0 @@
--CA70822C47A67FC3A11670270567C2D01566DAE1 jhall-2.0_05.jar
-diff --git a/javascript2.editor/external/binaries-list b/javascript2.editor/external/binaries-list
-index ff22b85..e69de29 100644
---- a/javascript2.editor/external/binaries-list
-+++ b/javascript2.editor/external/binaries-list
-@@ -1,3 +0,0 @@
--3699DFFE17089F9B9C73857EDA9B8669AAD657D3 js-corestubs.zip
--2AA13ACCC4059C930C4AD3B6ABD8E1C0FC06235C js-domstubs.zip
--7C0C3CFD989EE775198337C11715C1ACD6C84F41 js-reststubs.zip
-diff --git a/jemmy/external/binaries-list b/jemmy/external/binaries-list
-index f3c2082..e69de29 100644
---- a/jemmy/external/binaries-list
-+++ b/jemmy/external/binaries-list
-@@ -1,3 +0,0 @@
--D325D3913CBC0F9A8D73A466FABB98EDEEC014AB jemmy-2.3.1.1.jar
--D06C8980C9025183C044202419EA29E69FBD4B99 jemmy-2.3.1.1-doc.zip
--49197106637CCA8C337AF16CC01BB5D9DEC7E179 jemmy-2.3.1.1-src.zip
-\ No newline at end of file
-diff --git a/junitlib/external/binaries-list b/junitlib/external/binaries-list
-index bc0a581..e69de29 100644
---- a/junitlib/external/binaries-list
-+++ b/junitlib/external/binaries-list
-@@ -1,2 +0,0 @@
--A6C32B40BF3D76ECA54E3C601E5D1470C86FCDFA junit-4.12-sources.jar
--941A8BE4506C65F0A9001C08812FB7DA1E505E21 junit-4.12-javadoc.jar
-diff --git a/libs.amazon/external/binaries-list b/libs.amazon/external/binaries-list
-index e1207a0..e69de29 100644
---- a/libs.amazon/external/binaries-list
-+++ b/libs.amazon/external/binaries-list
-@@ -1,5 +0,0 @@
--8BFEBCD4B39B87BBE788B4EECED068C8DBE75822 aws-java-sdk-1.2.1.jar
--2D859791FBF7D880591864BD4004D8442A8A3B81 commons-logging-1.1.1.jar
--FD32786786E2ADB664D5ECC965DA47629DCA14BA commons-codec-1.3.jar
--3D74BFB229C259E2398F2B383D5425CB81C643F0 httpclient-4.1.1.jar
--33FC26C02F8043AB0EDE19EADC8C9885386B255C httpcore-4.1.jar
-diff --git a/libs.antlr3.devel/external/binaries-list b/libs.antlr3.devel/external/binaries-list
-index 87aff10..e69de29 100644
---- a/libs.antlr3.devel/external/binaries-list
-+++ b/libs.antlr3.devel/external/binaries-list
-@@ -1 +0,0 @@
--5CAB59D859CAA6598E28131D30DD2E89806DB57F antlr-3.4.jar
-diff --git a/libs.antlr3.runtime/external/binaries-list b/libs.antlr3.runtime/external/binaries-list
-index ce15f24..e69de29 100644
---- a/libs.antlr3.runtime/external/binaries-list
-+++ b/libs.antlr3.runtime/external/binaries-list
-@@ -1 +0,0 @@
--4E74C6BE42FE89871A878C7C4D6158F21A6D8010 antlr-runtime-3.4.jar
-diff --git a/libs.asm/external/binaries-list b/libs.asm/external/binaries-list
-index c982df1..e69de29 100644
---- a/libs.asm/external/binaries-list
-+++ b/libs.asm/external/binaries-list
-@@ -1 +0,0 @@
--2F7553F50B0D14ED811B849C282DA8C1FFC32AAE asm-all-5.0.1.jar
-diff --git a/libs.bytelist/external/binaries-list b/libs.bytelist/external/binaries-list
-index a8570bf..e69de29 100644
---- a/libs.bytelist/external/binaries-list
-+++ b/libs.bytelist/external/binaries-list
-@@ -1 +0,0 @@
--886FAF4B85054DD6E50D9B3438542F432B5F9251 bytelist-0.1.jar
-diff --git a/libs.cglib/external/binaries-list b/libs.cglib/external/binaries-list
-index c3de176..e69de29 100644
---- a/libs.cglib/external/binaries-list
-+++ b/libs.cglib/external/binaries-list
-@@ -1 +0,0 @@
--97D03461DC1C04FFC636DCB2579AAE7724A78EF2 cglib-2.2.jar
-diff --git a/libs.clank/external/binaries-list b/libs.clank/external/binaries-list
-index 0edcef2..e69de29 100644
---- a/libs.clank/external/binaries-list
-+++ b/libs.clank/external/binaries-list
-@@ -1,6 +0,0 @@
--#changeset:   15883:d69fda690151
--#tag:         tip
--#user:        Vladimir Voskresensky <vv159170 at netbeans.org>
--#date:        Thu Oct 22 16:03:23 2015 +0300
--#summary:     extra fix #253863 - [newcodemodel] broken code model in file if file has been excluded from project
--99529DC0E1426A102A98EF5494B6F6AA6E497F62 clank_0.3.6.zip
-diff --git a/libs.commons_compress/external/binaries-list b/libs.commons_compress/external/binaries-list
-index ffb03b6..e69de29 100644
---- a/libs.commons_compress/external/binaries-list
-+++ b/libs.commons_compress/external/binaries-list
-@@ -1 +0,0 @@
--A698750C16740FD5B3871425F4CB3BBAA87F529D commons-compress-1.8.1.jar
-diff --git a/libs.commons_fileupload/external/binaries-list b/libs.commons_fileupload/external/binaries-list
-index 0c1e632..e69de29 100644
---- a/libs.commons_fileupload/external/binaries-list
-+++ b/libs.commons_fileupload/external/binaries-list
-@@ -1 +0,0 @@
--C89E540E4A12CB034FB973E12135839B5DE9A87E commons-fileupload-1.3.jar
-diff --git a/libs.commons_net/external/binaries-list b/libs.commons_net/external/binaries-list
-index 16d19e5..e69de29 100644
---- a/libs.commons_net/external/binaries-list
-+++ b/libs.commons_net/external/binaries-list
-@@ -1 +0,0 @@
--CD0D5510908225F76C5FE5A3F1DF4FA44866F81E commons-net-3.3.jar
-\ No newline at end of file
-diff --git a/libs.elimpl/external/binaries-list b/libs.elimpl/external/binaries-list
-index a757565..e69de29 100644
---- a/libs.elimpl/external/binaries-list
-+++ b/libs.elimpl/external/binaries-list
-@@ -1 +0,0 @@
--BA8A45A96AFE07D914DE153E0BB137DCDC7734F6 el-impl.jar
-diff --git a/libs.felix/external/binaries-list b/libs.felix/external/binaries-list
-index 1cac7b8..e69de29 100644
---- a/libs.felix/external/binaries-list
-+++ b/libs.felix/external/binaries-list
-@@ -1 +0,0 @@
--1BA97A9FFD4A1DFF3E75B76CD3AE3D0EFF8493B7 felix-4.2.1.jar
-diff --git a/libs.freemarker/external/binaries-list b/libs.freemarker/external/binaries-list
-index d7191f4..e69de29 100644
---- a/libs.freemarker/external/binaries-list
-+++ b/libs.freemarker/external/binaries-list
-@@ -1 +0,0 @@
--5EEAAC41164FEBCB79C73BEBD678A7B6C10C3E80 freemarker-2.3.19.jar
-diff --git a/libs.glassfish_logging/external/binaries-list b/libs.glassfish_logging/external/binaries-list
-index 09c420b..e69de29 100644
---- a/libs.glassfish_logging/external/binaries-list
-+++ b/libs.glassfish_logging/external/binaries-list
-@@ -1 +0,0 @@
--D813E05A06B587CD0FE36B00442EAB03C1431AA9 glassfish-logging-2.0.jar
-diff --git a/libs.groovy/external/binaries-list b/libs.groovy/external/binaries-list
-index b854e32..e69de29 100644
---- a/libs.groovy/external/binaries-list
-+++ b/libs.groovy/external/binaries-list
-@@ -1 +0,0 @@
--C136AE67C3C40740AE986582BAF65BA5C5CE69A0 groovy-all-2.1.7.jar
-diff --git a/libs.ini4j/external/binaries-list b/libs.ini4j/external/binaries-list
-index 87c05af..e69de29 100644
---- a/libs.ini4j/external/binaries-list
-+++ b/libs.ini4j/external/binaries-list
-@@ -1 +0,0 @@
--8E737D82ECAC9BA6100A9BBA71E92A381B75EFDC ini4j-0.5.1.jar
-diff --git a/libs.javacapi/external/binaries-list b/libs.javacapi/external/binaries-list
-index 7781ef5..e69de29 100644
---- a/libs.javacapi/external/binaries-list
-+++ b/libs.javacapi/external/binaries-list
-@@ -1 +0,0 @@
--B2EB2006BCDB022420BDB4C2D596564539C65699 nb-javac-api.jar
-diff --git a/libs.javacimpl/external/binaries-list b/libs.javacimpl/external/binaries-list
-index b10fc92..e69de29 100644
---- a/libs.javacimpl/external/binaries-list
-+++ b/libs.javacimpl/external/binaries-list
-@@ -1 +0,0 @@
--FBC85B83A93F76A159C8C0D782F02AF7E68E8ECF nb-javac-impl.jar
-diff --git a/libs.javacup/external/binaries-list b/libs.javacup/external/binaries-list
-index 812c479..e69de29 100644
---- a/libs.javacup/external/binaries-list
-+++ b/libs.javacup/external/binaries-list
-@@ -1 +0,0 @@
--1DE46CC85D147D9F91AF59D4A0107091C8B112D6 java-cup-11a.jar
-diff --git a/libs.javafx/external/binaries-list b/libs.javafx/external/binaries-list
-index b01c319..e69de29 100644
---- a/libs.javafx/external/binaries-list
-+++ b/libs.javafx/external/binaries-list
-@@ -1 +0,0 @@
--5E40984A55F6FFF704F05D511A119CA5B456DDB1 jfxrt.jar
-diff --git a/libs.jaxb/external/binaries-list b/libs.jaxb/external/binaries-list
-index 8f3e419..e69de29 100644
---- a/libs.jaxb/external/binaries-list
-+++ b/libs.jaxb/external/binaries-list
-@@ -1,4 +0,0 @@
--387BE740EAEF52B3F6E6EE2F140757E7632584CE jaxb-impl.jar
--F4DB465F207907A2406B0BF5C8FFEE22A5C3E4E3 jaxb1-impl.jar
--C3787DAB0DDFBD9E98086ED2F219859B0CB77EF7 jaxb-xjc.jar
--27FAE927B5B9AE53A5B0ED825575DD8217CE7042 jaxb-api-doc.zip
-diff --git a/libs.jna.platform/external/binaries-list b/libs.jna.platform/external/binaries-list
-index 7373694..e69de29 100644
---- a/libs.jna.platform/external/binaries-list
-+++ b/libs.jna.platform/external/binaries-list
-@@ -1 +0,0 @@
--23457AD1CF75C2C16763330DE5565A0E67B4BC0A jna-platform-4.1.0.jar
-\ No newline at end of file
-diff --git a/libs.jna/external/binaries-list b/libs.jna/external/binaries-list
-index 535d54a..e69de29 100644
---- a/libs.jna/external/binaries-list
-+++ b/libs.jna/external/binaries-list
-@@ -1 +0,0 @@
--1C12D070E602EFD8021891CDD7FD18BC129372D4 jna-4.1.0.jar
-diff --git a/libs.jsch.agentproxy/external/binaries-list b/libs.jsch.agentproxy/external/binaries-list
-index e7d855e..e69de29 100644
---- a/libs.jsch.agentproxy/external/binaries-list
-+++ b/libs.jsch.agentproxy/external/binaries-list
-@@ -1,4 +0,0 @@
--036FA0032B44AD06A1F13504D97B3685B1C88961 jsch.agentproxy.core-0.0.7.jar
--9F31964104D71855DF6B73F0C761CDEB3FA3C49C jsch.agentproxy.sshagent-0.0.7.jar
--3FA59A536F3DC2197826DC7F224C0823C1534203 jsch.agentproxy.pageant-0.0.7.jar
--F759114E5A9F9AE907EADB59DBF65189AA399B45 jsch.agentproxy.usocket-jna-0.0.7.jar
-diff --git a/libs.json_simple/external/binaries-list b/libs.json_simple/external/binaries-list
-index 04a84d6..e69de29 100644
---- a/libs.json_simple/external/binaries-list
-+++ b/libs.json_simple/external/binaries-list
-@@ -1 +0,0 @@
--5D6F9B6A9DDCA2A28C0216CC44EFB2E20D9C23B5 json-simple-1.1.1.jar
-diff --git a/libs.jstestdriver/external/binaries-list b/libs.jstestdriver/external/binaries-list
-index f39c548..e69de29 100644
---- a/libs.jstestdriver/external/binaries-list
-+++ b/libs.jstestdriver/external/binaries-list
-@@ -1 +0,0 @@
--08FE518AB60FFA2E5440B75B4D9F8502E0791B3C libs.jstestdriver-ext.jar
-diff --git a/libs.jstl/external/binaries-list b/libs.jstl/external/binaries-list
-index 0e4ca21..e69de29 100644
---- a/libs.jstl/external/binaries-list
-+++ b/libs.jstl/external/binaries-list
-@@ -1,2 +0,0 @@
--F072F63AB1689E885AC40C221DF3E6BB3E64A84A jstl-api.jar
--5B2E83EF42B4EEF0A7E41D43BB1D4B835F59AC7A jstl-impl.jar
-diff --git a/libs.junit4/external/binaries-list b/libs.junit4/external/binaries-list
-index cf7e327..e69de29 100644
---- a/libs.junit4/external/binaries-list
-+++ b/libs.junit4/external/binaries-list
-@@ -1,2 +0,0 @@
--2973D150C0DC1FEFE998F834810D68F278EA58EC junit-4.12.jar
--42A25DC3219429F0E5D060061F71ACB49BF010A0 hamcrest-core-1.3.jar
-diff --git a/libs.jvyamlb/external/binaries-list b/libs.jvyamlb/external/binaries-list
-index fa83c54..e69de29 100644
---- a/libs.jvyamlb/external/binaries-list
-+++ b/libs.jvyamlb/external/binaries-list
-@@ -1 +0,0 @@
--ED45F5C56EC70CC77936E92B43B6F32F46E6F4B3 jvyamlb-0.2.7.jar
-diff --git a/libs.lucene/external/binaries-list b/libs.lucene/external/binaries-list
-index ecbff95..e69de29 100644
---- a/libs.lucene/external/binaries-list
-+++ b/libs.lucene/external/binaries-list
-@@ -1 +0,0 @@
--90FF0731FAFB05C01FEE4F2247140D56E9C30A3B lucene-core-3.5.0.jar
-diff --git a/libs.nashorn/external/binaries-list b/libs.nashorn/external/binaries-list
-index 6793db7..e69de29 100644
---- a/libs.nashorn/external/binaries-list
-+++ b/libs.nashorn/external/binaries-list
-@@ -1,2 +0,0 @@
--98308890597ACB64047F7E896638E0D98753AE82 asm-all-4.0.jar
--76E901A1F432323E7E90FC86FDB2534A28952293 nashorn-02f810c26ff9-patched.jar
-diff --git a/libs.osgi/external/binaries-list b/libs.osgi/external/binaries-list
-index c0ac1f0..e69de29 100644
---- a/libs.osgi/external/binaries-list
-+++ b/libs.osgi/external/binaries-list
-@@ -1,2 +0,0 @@
--972E6455724DC6ADB1C1912F53B5E3D7DF20C5FD osgi.cmpn-4.2.jar
--2F2FBFF3FB80F91B159A7FA9F0C42A894BB8BCC5 osgi.core-5.0.0.jar
-diff --git a/libs.plist/external/binaries-list b/libs.plist/external/binaries-list
-index 09aeeb4..e69de29 100644
---- a/libs.plist/external/binaries-list
-+++ b/libs.plist/external/binaries-list
-@@ -1 +0,0 @@
--59631804B5A7FF3CEAA3F0E113584AF7E1BB6E9B dd-plist.jar
-diff --git a/libs.smack/external/binaries-list b/libs.smack/external/binaries-list
-index 3f5f295..e69de29 100644
---- a/libs.smack/external/binaries-list
-+++ b/libs.smack/external/binaries-list
-@@ -1,2 +0,0 @@
--916A0FE08D840A08C950F49FB59B961E14D673B8 smack.jar
--BA1365C7E5F3CF7F7641B354677B3F54A6EA5A15 smackx.jar
-diff --git a/libs.springframework/external/binaries-list b/libs.springframework/external/binaries-list
-index 8d8a184..e69de29 100644
---- a/libs.springframework/external/binaries-list
-+++ b/libs.springframework/external/binaries-list
-@@ -1,2 +0,0 @@
--7666B94C1004AFFFE88E5328BD70EBA6F60125F4 spring-framework-3.2.7.RELEASE.zip
--91B55CDAC59BC4DDDF0AF9A54EAAE4304EDEF266 spring-framework-4.0.1.RELEASE.zip
-diff --git a/libs.svnClientAdapter.javahl/external/binaries-list b/libs.svnClientAdapter.javahl/external/binaries-list
-index 75bcb0e..e69de29 100644
---- a/libs.svnClientAdapter.javahl/external/binaries-list
-+++ b/libs.svnClientAdapter.javahl/external/binaries-list
-@@ -1,2 +0,0 @@
--D08E473A4D0510FB329D64E4CC4F2963D000699C svnClientAdapter-javahl-1.10.3.jar
--24CEAE4A9A2AAAA0BD78FF001914BA06B59CEDF2 svnjavahl-1.8.4.jar
-diff --git a/libs.svnClientAdapter.svnkit/external/binaries-list b/libs.svnClientAdapter.svnkit/external/binaries-list
-index 14d07b3..e69de29 100644
---- a/libs.svnClientAdapter.svnkit/external/binaries-list
-+++ b/libs.svnClientAdapter.svnkit/external/binaries-list
-@@ -1,4 +0,0 @@
--5D37A7FE167A1D44731192748C79B2D7905D474F svnClientAdapter-svnkit-1.10.3.jar
--8307A44D3F150F1BB317532097A0C7D125C00F2D org.tmatesoft.svnkit_1.8.10.r10446_v20150526_1454.jar
--EDE7FBABD4C96D34E48FDA0E8FECED24C98CEDCA sqljet-1.1.10.jar
--ACAB7C860DF78C4A528FD8A64F2C62A0A96639E5 com.trilead.ssh2_1.0.0.build219_t20150519_2322.jar
-diff --git a/libs.svnClientAdapter/external/binaries-list b/libs.svnClientAdapter/external/binaries-list
-index d9527ab..e69de29 100644
---- a/libs.svnClientAdapter/external/binaries-list
-+++ b/libs.svnClientAdapter/external/binaries-list
-@@ -1 +0,0 @@
--2CD487DCDE4C4FC38D1C9EBCD45418A1B5EF188D svnClientAdapter-main-1.10.3.jar
-\ No newline at end of file
-diff --git a/libs.swingx/external/binaries-list b/libs.swingx/external/binaries-list
-index 136f7d4..e69de29 100644
---- a/libs.swingx/external/binaries-list
-+++ b/libs.swingx/external/binaries-list
-@@ -1 +0,0 @@
--C0D8A3265D194CC886BAFD585117B6465FD97DCE swingx-all-1.6.4.jar
-diff --git a/libs.testng/external/binaries-list b/libs.testng/external/binaries-list
-index 574feaa..e69de29 100644
---- a/libs.testng/external/binaries-list
-+++ b/libs.testng/external/binaries-list
-@@ -1,2 +0,0 @@
--AC97B566699146713B3CF0ABC226B5C08EF7CF33 testng-6.8.1-dist.jar
--AF022CBCACD8CBFCF946816441D1E7568D817745 testng-6.8.1-javadoc.zip
-diff --git a/libs.xerces/external/binaries-list b/libs.xerces/external/binaries-list
-index c515207..e69de29 100644
---- a/libs.xerces/external/binaries-list
-+++ b/libs.xerces/external/binaries-list
-@@ -1 +0,0 @@
--6E60617C9D81EA1EF96913C226900BC2D1E69C37 xerces-2.8.0.jar
-diff --git a/maven.embedder/external/binaries-list b/maven.embedder/external/binaries-list
-index c26fbd3..e69de29 100644
---- a/maven.embedder/external/binaries-list
-+++ b/maven.embedder/external/binaries-list
-@@ -1,4 +0,0 @@
--A2AC1CD690AB4C80DEFE7F9BCE14D35934C35CEC jdom-1.0.jar
--BF206C4AA93C74A739FBAF1F1C78E3AD5F167245 maven-dependency-tree-2.0.jar
--694F57282D92C434800F79218E64704E5947008A apache-maven-3.0.5-bin.zip
--B572007A07023ADF7ECBDB7FC2D572BF1BDED20D wagon-http-2.8-shaded.jar
-\ No newline at end of file
-diff --git a/maven.indexer/external/binaries-list b/maven.indexer/external/binaries-list
-index b605d5b..e69de29 100644
---- a/maven.indexer/external/binaries-list
-+++ b/maven.indexer/external/binaries-list
-@@ -1,4 +0,0 @@
--562F0CFA47F0636EBB5A544968EE7A692FC5D26D indexer-artifact-5.1.1.jar
--E775F5BEB07F8303A9AD3DDC12E3128DD48AB03A indexer-core-5.1.1-patched.jar
--9EC77E2507F9CC01756964C71D91EFD8154A8C47 lucene-core-3.6.2.jar
--A90682C6BC0B9E105BD260C9A041FEFEA9579E46 lucene-highlighter-3.6.2.jar
-\ No newline at end of file
-diff --git a/maven/external/binaries-list b/maven/external/binaries-list
-index a2173a6..e69de29 100644
---- a/maven/external/binaries-list
-+++ b/maven/external/binaries-list
-@@ -1,2 +0,0 @@
--D87F53C99E4CD88F5416EDD5ABB77F2A1CCFB050 jarjar-1.4.jar
--CA4F4DB7B6C140E36B0001873BEEA7C26489D2A1 netbeans-cos.jar
-\ No newline at end of file
-diff --git a/nbbuild/external/binaries-list b/nbbuild/external/binaries-list
-index 3b388fb..e69de29 100644
---- a/nbbuild/external/binaries-list
-+++ b/nbbuild/external/binaries-list
-@@ -1,2 +0,0 @@
--EAE299D9D3B1C6E2F8B030DCD3BCF0B05517FBA9 apitest.jar
--
-diff --git a/net.java.html.boot.fx/external/binaries-list b/net.java.html.boot.fx/external/binaries-list
-index 78768bf..e69de29 100644
---- a/net.java.html.boot.fx/external/binaries-list
-+++ b/net.java.html.boot.fx/external/binaries-list
-@@ -1 +0,0 @@
--068B9902E65F2292C9EA30E5423E41FB6B30D8AA net.java.html.boot.fx-1.2.3.jar
-diff --git a/net.java.html.boot.script/external/binaries-list b/net.java.html.boot.script/external/binaries-list
-index 30f7fad..e69de29 100644
---- a/net.java.html.boot.script/external/binaries-list
-+++ b/net.java.html.boot.script/external/binaries-list
-@@ -1 +0,0 @@
--8621531E83EC4850DA61AA2266FE41105C304F40 net.java.html.boot.script-1.2.3.jar
-diff --git a/net.java.html.boot/external/binaries-list b/net.java.html.boot/external/binaries-list
-index 908358f..e69de29 100644
---- a/net.java.html.boot/external/binaries-list
-+++ b/net.java.html.boot/external/binaries-list
-@@ -1 +0,0 @@
--7BA1E1C450BCD0AD9D0D2F6797A2EB50A4822E0E net.java.html.boot-1.2.3.jar
-diff --git a/net.java.html.geo/external/binaries-list b/net.java.html.geo/external/binaries-list
-index 79eedf2..e69de29 100644
---- a/net.java.html.geo/external/binaries-list
-+++ b/net.java.html.geo/external/binaries-list
-@@ -1 +0,0 @@
--24824B1E8C2A2D3A5C471F5875BF61F27E8916DB net.java.html.geo-1.2.3.jar
-diff --git a/net.java.html.json/external/binaries-list b/net.java.html.json/external/binaries-list
-index 935fbbf..e69de29 100644
---- a/net.java.html.json/external/binaries-list
-+++ b/net.java.html.json/external/binaries-list
-@@ -1 +0,0 @@
--F41518385DA4B5682C864F19B82C3BA4AF65AE83 net.java.html.json-1.2.3.jar
-diff --git a/net.java.html.sound/external/binaries-list b/net.java.html.sound/external/binaries-list
-index d436017..e69de29 100644
---- a/net.java.html.sound/external/binaries-list
-+++ b/net.java.html.sound/external/binaries-list
-@@ -1 +0,0 @@
--989A81454D4FA962EB1C158FE794D2EB060AB9F6 net.java.html.sound-1.2.3.jar
-diff --git a/net.java.html/external/binaries-list b/net.java.html/external/binaries-list
-index a23ebca..e69de29 100644
---- a/net.java.html/external/binaries-list
-+++ b/net.java.html/external/binaries-list
-@@ -1 +0,0 @@
--78DD1C0B4EDC348FF4DCD0616597BB809AAE248D net.java.html-1.2.3.jar
-diff --git a/netbinox/external/binaries-list b/netbinox/external/binaries-list
-index a246e5c..e69de29 100644
---- a/netbinox/external/binaries-list
-+++ b/netbinox/external/binaries-list
-@@ -1,2 +0,0 @@
--B27F1304F18FEDE876F940AEFA6C9EB5632619D7 org.eclipse.osgi_3.9.1.v20140110-1610.jar
--
-diff --git a/o.apache.commons.codec/external/binaries-list b/o.apache.commons.codec/external/binaries-list
-index 97d4dbf..e69de29 100644
---- a/o.apache.commons.codec/external/binaries-list
-+++ b/o.apache.commons.codec/external/binaries-list
-@@ -1 +0,0 @@
--FD32786786E2ADB664D5ECC965DA47629DCA14BA apache-commons-codec-1.3.jar
-diff --git a/o.apache.commons.httpclient/external/binaries-list b/o.apache.commons.httpclient/external/binaries-list
-index 493ca18..e69de29 100644
---- a/o.apache.commons.httpclient/external/binaries-list
-+++ b/o.apache.commons.httpclient/external/binaries-list
-@@ -1 +0,0 @@
--964CD74171F427720480EFDEC40A7C7F6E58426A commons-httpclient-3.1.jar
-\ No newline at end of file
-diff --git a/o.apache.commons.io/external/binaries-list b/o.apache.commons.io/external/binaries-list
-index d78f410..e69de29 100644
---- a/o.apache.commons.io/external/binaries-list
-+++ b/o.apache.commons.io/external/binaries-list
-@@ -1 +0,0 @@
--A8762D07E76CFDE2395257A5DA47BA7C1DBD3DCE commons-io-1.4.jar
-\ No newline at end of file
-diff --git a/o.apache.commons.lang/external/binaries-list b/o.apache.commons.lang/external/binaries-list
-index 3e5eb08..e69de29 100644
---- a/o.apache.commons.lang/external/binaries-list
-+++ b/o.apache.commons.lang/external/binaries-list
-@@ -1 +0,0 @@
--16313E02A793435009F1E458FA4AF5D879F6FB11 commons-lang-2.4.jar
-\ No newline at end of file
-diff --git a/o.apache.commons.logging/external/binaries-list b/o.apache.commons.logging/external/binaries-list
-index c7b57dc..e69de29 100644
---- a/o.apache.commons.logging/external/binaries-list
-+++ b/o.apache.commons.logging/external/binaries-list
-@@ -1 +0,0 @@
--2D859791FBF7D880591864BD4004D8442A8A3B81 commons-logging-1.1.1.jar
-diff --git a/o.apache.tools.ant.module/external/binaries-list b/o.apache.tools.ant.module/external/binaries-list
-index 63ce5aa..e69de29 100644
---- a/o.apache.tools.ant.module/external/binaries-list
-+++ b/o.apache.tools.ant.module/external/binaries-list
-@@ -1,3 +0,0 @@
--22CB933E3A1450B092C45785C187837E97523F5C ant-libs-1.9.4.zip
--95CCE237B1E9390FBED0440B601822813DB220E6 ant-misc-1.9.4.zip
--
-diff --git a/o.apache.ws.commons.util/external/binaries-list b/o.apache.ws.commons.util/external/binaries-list
-index 5f55f71..e69de29 100644
---- a/o.apache.ws.commons.util/external/binaries-list
-+++ b/o.apache.ws.commons.util/external/binaries-list
-@@ -1 +0,0 @@
--52BEF8900248E7AB86C5743ED14A48AD787BF457 ws-commons-util-1.0.1.jar
-diff --git a/o.apache.xml.resolver/external/binaries-list b/o.apache.xml.resolver/external/binaries-list
-index aa6eba3..e69de29 100644
---- a/o.apache.xml.resolver/external/binaries-list
-+++ b/o.apache.xml.resolver/external/binaries-list
-@@ -1 +0,0 @@
--B0D0FCBAC68826D2AFA3C7C89FC4D57B95A000C3 resolver-1.2.jar
-diff --git a/o.apache.xmlrpc/external/binaries-list b/o.apache.xmlrpc/external/binaries-list
-index b2e2668..e69de29 100644
---- a/o.apache.xmlrpc/external/binaries-list
-+++ b/o.apache.xmlrpc/external/binaries-list
-@@ -1,3 +0,0 @@
--64F5BEEADD2A239C4BC354B8DFDB97CF7FDD9983 xmlrpc-client-3.0.jar
--8FA16AD28B5E79A7CD52B8B72985B0AE8CCD6ADF xmlrpc-common-3.0.jar
--D6917BF718583002CBE44E773EE21E2DF08ADC71 xmlrpc-server-3.0.jar
-diff --git a/o.eclipse.core.contenttype/external/binaries-list b/o.eclipse.core.contenttype/external/binaries-list
-index cf0a9e0..e69de29 100644
---- a/o.eclipse.core.contenttype/external/binaries-list
-+++ b/o.eclipse.core.contenttype/external/binaries-list
-@@ -1 +0,0 @@
--F27BF427BE72709F3094BF76ECA8C5A2B9AC6DA9 org.eclipse.core.contenttype_3.4.100.v20110423-0524_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.core.jobs/external/binaries-list b/o.eclipse.core.jobs/external/binaries-list
-index f0e1729..e69de29 100644
---- a/o.eclipse.core.jobs/external/binaries-list
-+++ b/o.eclipse.core.jobs/external/binaries-list
-@@ -1 +0,0 @@
--9BC512C5BB9A9F5276B9E8672F6B30AD0BD97D88 org.eclipse.core.jobs-3.5.101_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.core.net/external/binaries-list b/o.eclipse.core.net/external/binaries-list
-index 9880cea..e69de29 100644
---- a/o.eclipse.core.net/external/binaries-list
-+++ b/o.eclipse.core.net/external/binaries-list
-@@ -1 +0,0 @@
--105DC9A1A93E6EA9A6CD368AD12897B1F247D6AE org.eclipse.core.net_1.2.100.I20110511-0800_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.core.runtime.compatibility.auth/external/binaries-list b/o.eclipse.core.runtime.compatibility.auth/external/binaries-list
-index 5be37fd..e69de29 100644
---- a/o.eclipse.core.runtime.compatibility.auth/external/binaries-list
-+++ b/o.eclipse.core.runtime.compatibility.auth/external/binaries-list
-@@ -1 +0,0 @@
--84FC6D443CD0816FA87093B6B7AD6876ADFC4207 org.eclipse.core.runtime.compatibility.auth_3.2.200.v20110110_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.core.runtime/external/binaries-list b/o.eclipse.core.runtime/external/binaries-list
-index 181729a..e69de29 100644
---- a/o.eclipse.core.runtime/external/binaries-list
-+++ b/o.eclipse.core.runtime/external/binaries-list
-@@ -1 +0,0 @@
--E99C3C29A90F8AB29078A38CF8EBC3860249640C org.eclipse.core.runtime-3.7.0_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.equinox.app/external/binaries-list b/o.eclipse.equinox.app/external/binaries-list
-index d412e22..e69de29 100644
---- a/o.eclipse.equinox.app/external/binaries-list
-+++ b/o.eclipse.equinox.app/external/binaries-list
-@@ -1 +0,0 @@
--74069BFD03B2C66A9EBB4370C0B8064E3F5B6594 org.eclipse.equinox.app-1.3.100_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.equinox.common/external/binaries-list b/o.eclipse.equinox.common/external/binaries-list
-index d26e80d..e69de29 100644
---- a/o.eclipse.equinox.common/external/binaries-list
-+++ b/o.eclipse.equinox.common/external/binaries-list
-@@ -1 +0,0 @@
--A7953EEE9D4D7CD896C7D0AD6D21902E6259979B org.eclipse.equinox.common_3.6.0.v20110523_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.equinox.preferences/external/binaries-list b/o.eclipse.equinox.preferences/external/binaries-list
-index ab899a5..e69de29 100644
---- a/o.eclipse.equinox.preferences/external/binaries-list
-+++ b/o.eclipse.equinox.preferences/external/binaries-list
-@@ -1 +0,0 @@
--3FB169C95F095B70F05B96BE9496DA63FAE7F707 org.eclipse.equinox.preferences-3.4.2_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.equinox.registry/external/binaries-list b/o.eclipse.equinox.registry/external/binaries-list
-index 9564a01..e69de29 100644
---- a/o.eclipse.equinox.registry/external/binaries-list
-+++ b/o.eclipse.equinox.registry/external/binaries-list
-@@ -1 +0,0 @@
--CD5919A707EB6B5C1FC29964C8EF5E2CF3F5A3D4 org.eclipse.equinox.registry_3.5.200.v20120522-1841_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.equinox.security/external/binaries-list b/o.eclipse.equinox.security/external/binaries-list
-index 002e17e..e69de29 100644
---- a/o.eclipse.equinox.security/external/binaries-list
-+++ b/o.eclipse.equinox.security/external/binaries-list
-@@ -1 +0,0 @@
--A4634373DC60650C49CC98AEA2090889F7ADC68F org.eclipse.equinox.security-1.1.1_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.jgit.java7/external/binaries-list b/o.eclipse.jgit.java7/external/binaries-list
-index 828f34e..e69de29 100644
---- a/o.eclipse.jgit.java7/external/binaries-list
-+++ b/o.eclipse.jgit.java7/external/binaries-list
-@@ -1 +0,0 @@
--9039A0C1FA0E56CB56A1A192908814478FA747C5 org.eclipse.jgit.java7-3.6.2.201501210735-r_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.jgit/external/binaries-list b/o.eclipse.jgit/external/binaries-list
-index 74400b2..e69de29 100644
---- a/o.eclipse.jgit/external/binaries-list
-+++ b/o.eclipse.jgit/external/binaries-list
-@@ -1 +0,0 @@
--278049664FFA5447191BD5FE96B0B62B0CFD15D1 org.eclipse.jgit-3.6.2.201501210735-r_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.mylyn.bugzilla.core/external/binaries-list b/o.eclipse.mylyn.bugzilla.core/external/binaries-list
-index cdae2d0..e69de29 100644
---- a/o.eclipse.mylyn.bugzilla.core/external/binaries-list
-+++ b/o.eclipse.mylyn.bugzilla.core/external/binaries-list
-@@ -1 +0,0 @@
--DAA45A7EE529A7532F5DC08625A5A3E81DB2D4CB org.eclipse.mylyn.bugzilla.core_3.14.2.v20150217-2341.jar
-\ No newline at end of file
-diff --git a/o.eclipse.mylyn.commons.core/external/binaries-list b/o.eclipse.mylyn.commons.core/external/binaries-list
-index afac472..e69de29 100644
---- a/o.eclipse.mylyn.commons.core/external/binaries-list
-+++ b/o.eclipse.mylyn.commons.core/external/binaries-list
-@@ -1 +0,0 @@
--F5AC8FBA216A8C52F319EC2CB455B44FFD734B38 org.eclipse.mylyn.commons.core_3.10.0.20130926-1710_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.mylyn.commons.net/external/binaries-list b/o.eclipse.mylyn.commons.net/external/binaries-list
-index 05b0bab..e69de29 100644
---- a/o.eclipse.mylyn.commons.net/external/binaries-list
-+++ b/o.eclipse.mylyn.commons.net/external/binaries-list
-@@ -1 +0,0 @@
--B43E7CE55F0DECA3BE1A6E695A3E3ABC6D62567F org.eclipse.mylyn.commons.net_3.10.0.20131018-1210_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.mylyn.commons.repositories.core/external/binaries-list b/o.eclipse.mylyn.commons.repositories.core/external/binaries-list
-index 5ca6cc4..e69de29 100644
---- a/o.eclipse.mylyn.commons.repositories.core/external/binaries-list
-+++ b/o.eclipse.mylyn.commons.repositories.core/external/binaries-list
-@@ -1 +0,0 @@
--1B9CBEC0FCB47C279519E52D360199C24EC99B01 org.eclipse.mylyn.commons.repositories.core_1.2.0.20130704-2116_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.mylyn.commons.xmlrpc/external/binaries-list b/o.eclipse.mylyn.commons.xmlrpc/external/binaries-list
-index 29f2b01..e69de29 100644
---- a/o.eclipse.mylyn.commons.xmlrpc/external/binaries-list
-+++ b/o.eclipse.mylyn.commons.xmlrpc/external/binaries-list
-@@ -1 +0,0 @@
--6B0A6E9F9179E314944E4ADB831A9D6FCADED3DC org.eclipse.mylyn.commons.xmlrpc_3.10.0.20130704-2116_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.mylyn.tasks.core/external/binaries-list b/o.eclipse.mylyn.tasks.core/external/binaries-list
-index 2ae70f2..e69de29 100644
---- a/o.eclipse.mylyn.tasks.core/external/binaries-list
-+++ b/o.eclipse.mylyn.tasks.core/external/binaries-list
-@@ -1 +0,0 @@
--B28B8EE777232102471EA5334FD70E20851845DD org.eclipse.mylyn.tasks.core_3.10.0.20131010-2023_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.mylyn.wikitext.confluence.core/external/binaries-list b/o.eclipse.mylyn.wikitext.confluence.core/external/binaries-list
-index bf17785..e69de29 100644
---- a/o.eclipse.mylyn.wikitext.confluence.core/external/binaries-list
-+++ b/o.eclipse.mylyn.wikitext.confluence.core/external/binaries-list
-@@ -1 +0,0 @@
--24A15BD37950663933CC4975EE6E518BEB2C28A3 org.eclipse.mylyn.wikitext.confluence.core_1.9.0.20131007-2055_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.mylyn.wikitext.core/external/binaries-list b/o.eclipse.mylyn.wikitext.core/external/binaries-list
-index 3b346c9..e69de29 100644
---- a/o.eclipse.mylyn.wikitext.core/external/binaries-list
-+++ b/o.eclipse.mylyn.wikitext.core/external/binaries-list
-@@ -1 +0,0 @@
--01CD242F06F6F7E4E61C9E05ABBE07318E501D51 org.eclipse.mylyn.wikitext.core_1.9.0.20131007-2055_nosignature.jar
-\ No newline at end of file
-diff --git a/o.eclipse.mylyn.wikitext.textile.core/external/binaries-list b/o.eclipse.mylyn.wikitext.textile.core/external/binaries-list
-index f08affa..e69de29 100644
---- a/o.eclipse.mylyn.wikitext.textile.core/external/binaries-list
-+++ b/o.eclipse.mylyn.wikitext.textile.core/external/binaries-list
-@@ -1 +0,0 @@
--75928E4368CA748131A6767BA1A97D9DA643C306 org.eclipse.mylyn.wikitext.textile.core_1.9.0.20131007-2055_nosignature.jar
-\ No newline at end of file
-diff --git a/o.jdesktop.beansbinding/external/binaries-list b/o.jdesktop.beansbinding/external/binaries-list
-index d8f416a..e69de29 100644
---- a/o.jdesktop.beansbinding/external/binaries-list
-+++ b/o.jdesktop.beansbinding/external/binaries-list
-@@ -1,2 +0,0 @@
--F7BD95641780C2AAE8CB9BED1686441A1CE5E749 beansbinding-1.2.1-doc.zip
--C4F88C2CFC1F3F72451CDE2AA3BB1F40879801FD beansbinding-1.2.1.jar
-diff --git a/o.jdesktop.layout/external/binaries-list b/o.jdesktop.layout/external/binaries-list
-index 1d6b722..e69de29 100644
---- a/o.jdesktop.layout/external/binaries-list
-+++ b/o.jdesktop.layout/external/binaries-list
-@@ -1,3 +0,0 @@
--1C7FE319052EF49126CF07D0DB6953CB7007229E swing-layout-1.0.4-doc.zip
--69D72835E165439CF7816EFDA65868FD4E0C6E2A swing-layout-1.0.4.jar
--D2503D2217868ABAE1A5E7480A9CCA1DB3522464 swing-layout-1.0.4-src.zip
-diff --git a/o.n.html.ko4j/external/binaries-list b/o.n.html.ko4j/external/binaries-list
-index 177b434..e69de29 100644
---- a/o.n.html.ko4j/external/binaries-list
-+++ b/o.n.html.ko4j/external/binaries-list
-@@ -1 +0,0 @@
--A3432F57D9B3B4AD62CB0B294EEC43D12FCF3F62 ko4j-1.2.3.jar
-diff --git a/php.editor/external/binaries-list b/php.editor/external/binaries-list
-index a96edf6..e69de29 100644
---- a/php.editor/external/binaries-list
-+++ b/php.editor/external/binaries-list
-@@ -1 +0,0 @@
--3D6AF75EA20D715887DAF47A3F063864EF0814C1 predefined_vars.zip
-diff --git a/php.phpdoc.documentation/external/binaries-list b/php.phpdoc.documentation/external/binaries-list
-index eadf287..e69de29 100644
---- a/php.phpdoc.documentation/external/binaries-list
-+++ b/php.phpdoc.documentation/external/binaries-list
-@@ -1 +0,0 @@
--0702230EB3354A1687E4496D73A94F33A1E343BD phpdocdesc.zip
-diff --git a/php.project/external/binaries-list b/php.project/external/binaries-list
-index abf81d4..e69de29 100644
---- a/php.project/external/binaries-list
-+++ b/php.project/external/binaries-list
-@@ -1 +0,0 @@
--73E9BC8A7AF36E0C95210F61A85AFEF212AEE1A9 phpsigfiles.zip
-diff --git a/servletapi/external/binaries-list b/servletapi/external/binaries-list
-index 397a462..e69de29 100644
---- a/servletapi/external/binaries-list
-+++ b/servletapi/external/binaries-list
-@@ -1 +0,0 @@
--85F9EE8921A08E5478118005D5829C6A1637374B servlet-2.2.jar
-diff --git a/servletjspapi/external/binaries-list b/servletjspapi/external/binaries-list
-index 0c1203a..e69de29 100644
---- a/servletjspapi/external/binaries-list
-+++ b/servletjspapi/external/binaries-list
-@@ -1 +0,0 @@
--68C97A238A2143B616879E8C1EF5BF01EA25B11E servlet3.1-jsp2.3-api.jar
-diff --git a/spellchecker.dictionary_en/external/binaries-list b/spellchecker.dictionary_en/external/binaries-list
-index bea0730..e69de29 100644
---- a/spellchecker.dictionary_en/external/binaries-list
-+++ b/spellchecker.dictionary_en/external/binaries-list
-@@ -1 +0,0 @@
--F90E3DA5259DB07F36E6987EFDED647A5231DE76 ispell-enwl-3.1.20.zip
-diff --git a/swing.validation/external/binaries-list b/swing.validation/external/binaries-list
-index 4251da3..e69de29 100644
---- a/swing.validation/external/binaries-list
-+++ b/swing.validation/external/binaries-list
-@@ -1 +0,0 @@
--89BC047153217F5254506F4C622A771A78883CBC ValidationAPI.jar
-diff --git a/web.core.syntax/external/binaries-list b/web.core.syntax/external/binaries-list
-index ffb640e..e69de29 100644
---- a/web.core.syntax/external/binaries-list
-+++ b/web.core.syntax/external/binaries-list
-@@ -1 +0,0 @@
--F6E990DF59BD1FD2058320002A853A5411A45CD4 syntaxref20.zip
-diff --git a/web.jsf.editor/external/binaries-list b/web.jsf.editor/external/binaries-list
-index 3d8ea20..e69de29 100644
---- a/web.jsf.editor/external/binaries-list
-+++ b/web.jsf.editor/external/binaries-list
-@@ -1 +0,0 @@
--93A58E37BA1D014375B1578F3D904736CB2D408F jsf-api-docs.zip
-diff --git a/web.jsf12/external/binaries-list b/web.jsf12/external/binaries-list
-index 3551756..e69de29 100644
---- a/web.jsf12/external/binaries-list
-+++ b/web.jsf12/external/binaries-list
-@@ -1 +0,0 @@
--B9DB1A789C301F1D31DD6CC524DA2EBD7F89190D jsf-1.2.zip
-diff --git a/web.jsf20/external/binaries-list b/web.jsf20/external/binaries-list
-index ba72612..e69de29 100644
---- a/web.jsf20/external/binaries-list
-+++ b/web.jsf20/external/binaries-list
-@@ -1 +0,0 @@
--99277566601C4D5C2598B0206B5DC071932F3641 jsf-2.2.zip
-diff --git a/web.jspparser/external/binaries-list b/web.jspparser/external/binaries-list
-index 4762c08..e69de29 100644
---- a/web.jspparser/external/binaries-list
-+++ b/web.jspparser/external/binaries-list
-@@ -1 +0,0 @@
--33B0D0945555A06B74931DEACF9DB1A4AE2A3EC4 glassfish-jspparser-4.0.jar
-diff --git a/web.monitor/external/binaries-list b/web.monitor/external/binaries-list
-index f49f136..e69de29 100644
---- a/web.monitor/external/binaries-list
-+++ b/web.monitor/external/binaries-list
-@@ -1 +0,0 @@
--2C033740B8F78C1081AF25C0173FC57317D2783A servlet-2.3.jar
-diff --git a/web.primefaces/external/binaries-list b/web.primefaces/external/binaries-list
-index f4a6e45..e69de29 100644
---- a/web.primefaces/external/binaries-list
-+++ b/web.primefaces/external/binaries-list
-@@ -1 +0,0 @@
--065BDCE80509320280B3B5210FCDDAE9B7D50338 primefaces-5.0.jar
-diff --git a/web.struts/external/binaries-list b/web.struts/external/binaries-list
-index 998a1a9..e69de29 100644
---- a/web.struts/external/binaries-list
-+++ b/web.struts/external/binaries-list
-@@ -1,2 +0,0 @@
--9319FDBED11E0D2EB03E4BB9E94BAA439A1DA469 struts-1.3.10-javadoc.zip
--9E226CFC08177A6666E5A2C535C25837A92C54C9 struts-1.3.10-lib.zip
-diff --git a/websvc.jaxws21/external/binaries-list b/websvc.jaxws21/external/binaries-list
-index d48b7a1..e69de29 100644
---- a/websvc.jaxws21/external/binaries-list
-+++ b/websvc.jaxws21/external/binaries-list
-@@ -1,2 +0,0 @@
--84E2020E5499015E9F40D1212C86918264B89EB1 jaxws-2.2.6.zip
--8ECD169E9E308C258287E4F28B03B6D6F1E55F47 jaxws-api-doc.zip
-diff --git a/websvc.jaxws21api/external/binaries-list b/websvc.jaxws21api/external/binaries-list
-index 3ba1cd2..e69de29 100644
---- a/websvc.jaxws21api/external/binaries-list
-+++ b/websvc.jaxws21api/external/binaries-list
-@@ -1 +0,0 @@
--D64C40E770C95C2A6994081C00CCD489C0AA20C9 jaxws-2.2.6-api.zip
-\ No newline at end of file
-diff --git a/websvc.metro.lib/external/binaries-list b/websvc.metro.lib/external/binaries-list
-index 6465935..e69de29 100644
---- a/websvc.metro.lib/external/binaries-list
-+++ b/websvc.metro.lib/external/binaries-list
-@@ -1,2 +0,0 @@
--FDECFB78184C7D19E7E20130A7D7E88C1DF0BDD1 metro-1.4-doc.zip
--F05AE8173BC750ECF1B52AD1F80050226458E490 metro-2.0.zip
-diff --git a/websvc.restlib/external/binaries-list b/websvc.restlib/external/binaries-list
-index 272c3c8..e69de29 100644
---- a/websvc.restlib/external/binaries-list
-+++ b/websvc.restlib/external/binaries-list
-@@ -1 +0,0 @@
--C614ECF62381F88208D66D96146A8307781058DB jaxrs-ri-2.5.1.zip
-diff --git a/xml.jaxb.api/external/binaries-list b/xml.jaxb.api/external/binaries-list
-index 4662210..e69de29 100644
---- a/xml.jaxb.api/external/binaries-list
-+++ b/xml.jaxb.api/external/binaries-list
-@@ -1,3 +0,0 @@
--E1233CB9A6101F5CC1098AC26AD6D11ADB1ABFA2 activation.jar
--71F434378F822B09A57174AF6C75D37408687C57 jaxb-api.jar
--3BD00A1595529E6A43F2118B551A9CA906BE4CF3 jsr173_1.0_api.jar
-\ No newline at end of file
diff --git a/debian/patches/netbeans-extexecution.impl.patch b/debian/patches/netbeans-extexecution.impl.patch
deleted file mode 100644
index caf0818..0000000
--- a/debian/patches/netbeans-extexecution.impl.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Sat, 26 Dec 2015 00:11:06 +0100
-Subject: netbeans extexecution.impl
-
-We don't build the extexecution.impl module.
-
-Forwarded: not-needed
----
- extexecution.process/nbproject/project.properties                   | 6 +++---
- extexecution.process/nbproject/project.xml                          | 4 ++--
- .../org/netbeans/modules/extexecution/process/ProcessesImpl.java    | 3 +--
- 3 files changed, 6 insertions(+), 7 deletions(-)
-
-diff --git a/extexecution.process/nbproject/project.properties b/extexecution.process/nbproject/project.properties
-index 4d9b43c..d5be2ba 100644
---- a/extexecution.process/nbproject/project.properties
-+++ b/extexecution.process/nbproject/project.properties
-@@ -1,6 +1,6 @@
- is.eager=true
- javac.source=1.6
- javac.compilerargs=-Xlint -Xlint:-serial
--release.external/winp-1.14-patched.jar=modules/ext/winp-1.14-patched.jar
--release.external/libpam4j-1.1.jar=modules/ext/libpam4j-1.1.jar
--release.external/processtreekiller-1.0.5.jar=modules/ext/processtreekiller-1.0.5.jar
-+#release.external/winp-1.14-patched.jar=modules/ext/winp-1.14-patched.jar
-+#release.external/libpam4j-1.1.jar=modules/ext/libpam4j-1.1.jar
-+#release.external/processtreekiller-1.0.5.jar=modules/ext/processtreekiller-1.0.5.jar
-diff --git a/extexecution.process/nbproject/project.xml b/extexecution.process/nbproject/project.xml
-index 36199b1..13e0001 100644
---- a/extexecution.process/nbproject/project.xml
-+++ b/extexecution.process/nbproject/project.xml
-@@ -47,7 +47,7 @@
-                 </dependency>
-             </module-dependencies>
-             <public-packages/>
--            <class-path-extension>
-+            <!--<class-path-extension>
-                 <runtime-relative-path>ext/winp-1.14-patched.jar</runtime-relative-path>
-                 <binary-origin>external/winp-1.14-patched.jar</binary-origin>
-             </class-path-extension>
-@@ -58,7 +58,7 @@
-             <class-path-extension>
-                 <runtime-relative-path>ext/processtreekiller-1.0.5.jar</runtime-relative-path>
-                 <binary-origin>external/processtreekiller-1.0.5.jar</binary-origin>
--            </class-path-extension>
-+            </class-path-extension>-->
-         </data>
-     </configuration>
- </project>
-diff --git a/extexecution.process/src/org/netbeans/modules/extexecution/process/ProcessesImpl.java b/extexecution.process/src/org/netbeans/modules/extexecution/process/ProcessesImpl.java
-index 8f75676..66d4301 100644
---- a/extexecution.process/src/org/netbeans/modules/extexecution/process/ProcessesImpl.java
-+++ b/extexecution.process/src/org/netbeans/modules/extexecution/process/ProcessesImpl.java
-@@ -43,7 +43,6 @@
- package org.netbeans.modules.extexecution.process;
- 
- import java.util.Map;
--import org.netbeans.processtreekiller.ProcessTreeKiller;
- import org.netbeans.spi.extexecution.base.ProcessesImplementation;
- import org.openide.util.lookup.ServiceProvider;
- 
-@@ -56,7 +55,7 @@ public class ProcessesImpl implements ProcessesImplementation {
- 
-     @Override
-     public void killTree(Process process, Map<String, String> environment) {
--        ProcessTreeKiller.get().kill(process, environment);
-+        //ProcessTreeKiller.get().kill(process, environment);
-     }
- 
- }
diff --git a/debian/patches/netbeans-ide-launcher.patch b/debian/patches/netbeans-ide-launcher.patch
deleted file mode 100644
index ef6997c..0000000
--- a/debian/patches/netbeans-ide-launcher.patch
+++ /dev/null
@@ -1,70 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Sun, 27 Dec 2015 00:06:16 +0100
-Subject: netbeans ide launcher
-
-Update the launcher script to use Debian specific paths and start parameters.
-Disable check for license agreement since we have debian/copyright for that in
-Debian.
-
-Forwarded: not-needed
----
- ide/launcher/netbeans.conf |  3 +--
- ide/launcher/unix/netbeans | 10 ++++------
- 2 files changed, 5 insertions(+), 8 deletions(-)
-
-diff --git a/ide/launcher/netbeans.conf b/ide/launcher/netbeans.conf
-index 3cdd3dc..96a12fc 100644
---- a/ide/launcher/netbeans.conf
-+++ b/ide/launcher/netbeans.conf
-@@ -43,8 +43,7 @@ netbeans_default_cachedir="${DEFAULT_CACHEDIR_ROOT}/8.1"
- # Concurrent Mark & Sweep garbage collector.
- # (see http://wiki.netbeans.org/FaqGCPauses)
- #
--netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true"
--
-+netbeans_default_options="-J-client -J-Xss2m -J-Xms32m -J-Dapple.laf.useScreenMenuBar=true -J-Dapple.awt.graphics.UseQuartz=true -J-Dsun.java2d.noddraw=true -J-Dsun.java2d.dpiaware=true -J-Dsun.zip.disableMemoryMapping=true -J-Dsun.java2d.pmoffscreen=false"
- # Default location of JDK:
- # (set by installer or commented out if launcher should decide)
- #
-diff --git a/ide/launcher/unix/netbeans b/ide/launcher/unix/netbeans
-index 8218c36..acaa554 100644
---- a/ide/launcher/unix/netbeans
-+++ b/ide/launcher/unix/netbeans
-@@ -57,7 +57,7 @@ while [ -h "$PRG" ]; do
-     fi
- done
- 
--progdir=`dirname "$PRG"`
-+progdir=/usr/share/netbeans/8.1/bin
- old=`pwd`
- cd "$progdir"/..
- basedir=`pwd`
-@@ -84,9 +84,9 @@ if [ -f "$basedir"/etc/netbeans.conf ] ; then
- fi
- 
- # following should be done just in RPM or Solaris Launcher
--# if [ -f /etc/netbeans.conf ] ; then
--#     . /etc/netbeans.conf
--# fi
-+if [ -f /etc/netbeans.conf ] ; then
-+    . /etc/netbeans.conf
-+fi
- 
- export DEFAULT_USERDIR_ROOT
- 
-@@ -236,7 +236,6 @@ case "`uname`" in
-             --branding nb \
-             --clusters '"$netbeans_clusters"' \
-             -J-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade \
--            -J-Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense \
-             ${netbeans_default_options} \
-             '"$@"'
-         ;;
-@@ -246,7 +245,6 @@ case "`uname`" in
-             --branding nb \
-             --clusters '"$netbeans_clusters"' \
-             -J-Dnetbeans.importclass=org.netbeans.upgrade.AutoUpgrade \
--            -J-Dnetbeans.accept_license_class=org.netbeans.license.AcceptLicense \
-             ${netbeans_default_options} \
-             '"$@"'
-         ;;
diff --git a/debian/patches/netbeans-javacc.patch b/debian/patches/netbeans-javacc.patch
deleted file mode 100644
index 43370c9..0000000
--- a/debian/patches/netbeans-javacc.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Mon, 8 Jun 2015 17:23:04 +0200
-Subject: netbeans javacc
-
-Use Debian's system javacc.jar.
-
-Forwarded: not-needed
----
- db.sql.visualeditor/build.xml | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/db.sql.visualeditor/build.xml b/db.sql.visualeditor/build.xml
-index 456f782..aab434c 100644
---- a/db.sql.visualeditor/build.xml
-+++ b/db.sql.visualeditor/build.xml
-@@ -16,9 +16,9 @@
- 
-     <target name="sql">
-       <mkdir dir="build"/>
--      <copy file="external/javacc-3.2.jar" tofile="build/javacc.jar"/>
-+      <!--<copy file="external/javacc-3.2.jar" tofile="build/javacc.jar"/>-->
-       <javacc target="src/org/netbeans/modules/db/sql/visualeditor/parser/SQLParser.jj"
--	   javacchome="build">
-+          javacchome="/usr/share/java/">
-       </javacc>
-     </target>
- 
diff --git a/debian/patches/netbeans-jemmy.patch b/debian/patches/netbeans-jemmy.patch
deleted file mode 100644
index d34259a..0000000
--- a/debian/patches/netbeans-jemmy.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Fri, 25 Dec 2015 20:13:03 +0100
-Subject: netbeans jemmy
-
-We don't include zips of the jemmy doc or src. Otherwise this would cause a
-FTBFS.
-
-Forwarded: not-needed
----
- jemmy/nbproject/project.properties | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/jemmy/nbproject/project.properties b/jemmy/nbproject/project.properties
-index ab73fe9..f15365d 100644
---- a/jemmy/nbproject/project.properties
-+++ b/jemmy/nbproject/project.properties
-@@ -43,7 +43,7 @@ is.autoload=true
- javac.compilerargs=-Xlint -Xlint:-serial
- javac.source=1.6
- release.external/jemmy-2.3.1.1.jar=modules/ext/jemmy-2.3.1.1.jar
--release.external/jemmy-2.3.1.1-doc.zip=docs/jemmy-2.3.1.1-doc.zip
--release.external/jemmy-2.3.1.1-src.zip=docs/jemmy-2.3.1.1-src.zip
-+#release.external/jemmy-2.3.1.1-doc.zip=docs/jemmy-2.3.1.1-doc.zip
-+#release.external/jemmy-2.3.1.1-src.zip=docs/jemmy-2.3.1.1-src.zip
- sigtest.gen.fail.on.error=false
- 
diff --git a/debian/patches/netbeans-libs.jaxb.patch b/debian/patches/netbeans-libs.jaxb.patch
deleted file mode 100644
index be25dfc..0000000
--- a/debian/patches/netbeans-libs.jaxb.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Wed, 10 Jun 2015 11:46:45 +0200
-Subject: netbeans libs.jaxb
-
-Fix another FTBFS and use Debian's system jars.
-
-Forwarded: not-needed
----
- libs.jaxb/nbproject/project.properties | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/libs.jaxb/nbproject/project.properties b/libs.jaxb/nbproject/project.properties
-index 299cbe2..e1de8b1 100644
---- a/libs.jaxb/nbproject/project.properties
-+++ b/libs.jaxb/nbproject/project.properties
-@@ -52,10 +52,10 @@ jnlp.indirect.jars=\
- pack200.excludes=modules/ext/jaxb/jaxb-xjc.jar
- 
- release.external/jaxb-impl.jar=modules/ext/jaxb/jaxb-impl.jar
--release.external/jaxb1-impl.jar=modules/ext/jaxb/jaxb1-impl.jar
-+#release.external/jaxb1-impl.jar=modules/ext/jaxb/jaxb1-impl.jar
- release.external/jaxb-xjc.jar=modules/ext/jaxb/jaxb-xjc.jar
- 
- # JAXB Javadoc
--release.external/jaxb-api-doc.zip=docs/jaxb-api-doc.zip
-+#release.external/jaxb-api-doc.zip=docs/jaxb-api-doc.zip
- 
- sigtest.gen.fail.on.error=false
diff --git a/debian/patches/netbeans-nocopy.patch b/debian/patches/netbeans-nocopy.patch
deleted file mode 100644
index c7904cd..0000000
--- a/debian/patches/netbeans-nocopy.patch
+++ /dev/null
@@ -1,121 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Fri, 25 Dec 2015 23:09:59 +0100
-Subject: netbeans nocopy
-
-Fix a FTBFS. Do not copy files which we don't use or are replaced by system jar
-files.
-
-Forwarded: not-needed
----
- css.editor/nbproject/project.properties              | 4 ++--
- db.drivers/nbproject/project.properties              | 4 ++--
- derby/nbproject/project.properties                   | 6 +++---
- html.editor/nbproject/project.properties             | 2 +-
- j2ee.eclipselink/nbproject/project.properties        | 5 ++---
- libs.swingx/nbproject/project.properties             | 2 +-
- o.jdesktop.beansbinding/nbproject/project.properties | 4 ++--
- 7 files changed, 13 insertions(+), 14 deletions(-)
-
-diff --git a/css.editor/nbproject/project.properties b/css.editor/nbproject/project.properties
-index 35a1046..ad38710 100644
---- a/css.editor/nbproject/project.properties
-+++ b/css.editor/nbproject/project.properties
-@@ -40,8 +40,8 @@
- # Version 2 license, then the option applies only if the new code is
- # made subject to such option by the copyright holder.
- 
--release.external/css21-spec.zip=docs/css21-spec.zip
--release.external/css3-spec.zip=docs/css3-spec.zip
-+#release.external/css21-spec.zip=docs/css21-spec.zip
-+#release.external/css3-spec.zip=docs/css3-spec.zip
- 
- jnlp.indirect.files=\
-     docs/css21-spec.zip,\
-diff --git a/db.drivers/nbproject/project.properties b/db.drivers/nbproject/project.properties
-index 929aa22..d2f7131 100644
---- a/db.drivers/nbproject/project.properties
-+++ b/db.drivers/nbproject/project.properties
-@@ -42,8 +42,8 @@
- 
- javac.compilerargs=-Xlint -Xlint:-serial
- javac.source=1.6
--release.external/mysql-connector-java-5.1.23-bin.jar=modules/ext/mysql-connector-java-5.1.23-bin.jar
--release.external/postgresql-9.2-1002.jdbc4.jar=modules/ext/postgresql-9.2-1002.jdbc4.jar
-+#release.external/mysql-connector-java-5.1.23-bin.jar=modules/ext/mysql-connector-java-5.1.23-bin.jar
-+#release.external/postgresql-9.2-1002.jdbc4.jar=modules/ext/postgresql-9.2-1002.jdbc4.jar
- jnlp.indirect.jars=\
-     modules/ext/mysql-connector-java-5.1.23-bin.jar,\
-     modules/ext/postgresql-9.2-1002.jdbc4.jar
-diff --git a/derby/nbproject/project.properties b/derby/nbproject/project.properties
-index 4039fad..77f3494 100644
---- a/derby/nbproject/project.properties
-+++ b/derby/nbproject/project.properties
-@@ -43,9 +43,9 @@
- javac.source=1.7
- javac.compilerargs=-Xlint:unchecked
- 
--release.external/derbysampledb.zip=modules/ext/derbysampledb.zip
--jnlp.indirect.jars=\
--    modules/ext/derbysampledb.zip
-+#release.external/derbysampledb.zip=modules/ext/derbysampledb.zip
-+#jnlp.indirect.jars=\
-+#    modules/ext/derbysampledb.zip
- 
- test.config.stableBTD.includes=**/*Test.class
- test.config.stableBTD.excludes=\
-diff --git a/html.editor/nbproject/project.properties b/html.editor/nbproject/project.properties
-index bd9151b..bfe5d8c 100644
---- a/html.editor/nbproject/project.properties
-+++ b/html.editor/nbproject/project.properties
-@@ -40,7 +40,7 @@
- # Version 2 license, then the option applies only if the new code is
- # made subject to such option by the copyright holder.
- 
--release.external/html-4.01.zip=docs/html-4.01.zip
-+#release.external/html-4.01.zip=docs/html-4.01.zip
- 
- javac.compilerargs=-Xlint:unchecked
- javac.source=1.7
-diff --git a/j2ee.eclipselink/nbproject/project.properties b/j2ee.eclipselink/nbproject/project.properties
-index 53059dc..8ad821b 100644
---- a/j2ee.eclipselink/nbproject/project.properties
-+++ b/j2ee.eclipselink/nbproject/project.properties
-@@ -46,10 +46,9 @@ javac.source=1.6
- jnlp.indirect.jars=\
-     modules/ext/eclipselink/eclipselink.jar,\
-     modules/ext/eclipselink/javax.persistence_2.1.0.v201304241213.jar,\
--    modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql_2.5.2.v20140319-9ad6abd.jar,\
--    modules/ext/docs/javax.persistence-2.1.0-doc.zip
-+    modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql_2.5.2.v20140319-9ad6abd.jar
- 
- release.external/eclipselink.jar=modules/ext/eclipselink/eclipselink.jar
- release.external/javax.persistence_2.1.0.v201304241213.jar=modules/ext/eclipselink/javax.persistence_2.1.0.v201304241213.jar
- release.external/org.eclipse.persistence.jpa.jpql_2.5.2.v20140319-9ad6abd.jar=modules/ext/eclipselink/org.eclipse.persistence.jpa.jpql_2.5.2.v20140319-9ad6abd.jar
--release.external/JPAjavadocs04032013.zip=modules/ext/docs/javax.persistence-2.1.0-doc.zip
-\ No newline at end of file
-+#release.external/JPAjavadocs04032013.zip=modules/ext/docs/javax.persistence-2.1.0-doc.zip
-diff --git a/libs.swingx/nbproject/project.properties b/libs.swingx/nbproject/project.properties
-index 077a5ea..b021baf 100644
---- a/libs.swingx/nbproject/project.properties
-+++ b/libs.swingx/nbproject/project.properties
-@@ -40,6 +40,6 @@
- # Version 2 license, then the option applies only if the new code is
- # made subject to such option by the copyright holder.
- 
--release.external/swingx-all-1.6.4.jar=modules/ext/swingx-all-1.6.4.jar
-+#release.external/swingx-all-1.6.4.jar=modules/ext/swingx-all-1.6.4.jar
- sigtest.gen.fail.on.error=false
- 
-diff --git a/o.jdesktop.beansbinding/nbproject/project.properties b/o.jdesktop.beansbinding/nbproject/project.properties
-index d2951bb..9a40c4c 100644
---- a/o.jdesktop.beansbinding/nbproject/project.properties
-+++ b/o.jdesktop.beansbinding/nbproject/project.properties
-@@ -42,6 +42,6 @@
- 
- is.autoload=true
- release.external/beansbinding-1.2.1.jar=modules/ext/beansbinding-1.2.1.jar
--release.external/beansbinding-1.2.1-doc.zip=docs/beansbinding-1.2.1-doc.zip
--jnlp.indirect.jars=docs/beansbinding-1.2.1-doc.zip
-+#release.external/beansbinding-1.2.1-doc.zip=docs/beansbinding-1.2.1-doc.zip
-+#jnlp.indirect.jars=docs/beansbinding-1.2.1-doc.zip
- spec.version.base=1.26.1
diff --git a/debian/patches/netbeans-o.apache.tools.ant.module.patch b/debian/patches/netbeans-o.apache.tools.ant.module.patch
deleted file mode 100644
index 0e98295..0000000
--- a/debian/patches/netbeans-o.apache.tools.ant.module.patch
+++ /dev/null
@@ -1,47 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Tue, 9 Jun 2015 19:06:47 +0200
-Subject: netbeans o.apache.tools.ant.module
-
-Use Debian's ant package and don't unzip the now non-existent embedded ant
-version.
-
-Forwarded: not-needed
----
- o.apache.tools.ant.module/build.xml          | 4 ++--
- o.apache.tools.ant.module/external/build.xml | 2 +-
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/o.apache.tools.ant.module/build.xml b/o.apache.tools.ant.module/build.xml
-index 9d8a0d7..e54585b 100644
---- a/o.apache.tools.ant.module/build.xml
-+++ b/o.apache.tools.ant.module/build.xml
-@@ -79,14 +79,14 @@ made subject to such option by the copyright holder.
- 
-     <target name="netbeans-extra" depends="jar-bridge">
-         <mkdir dir="${cluster}/ant/lib"/>
--        <copy todir="${cluster}/ant/lib">
-+        <!--<copy todir="${cluster}/ant/lib">
-             <fileset dir="external/lib"/>
-         </copy>
-         <unzip dest="${cluster}/ant">
-             <fileset dir="external">
-                 <include name="ant-misc-*.zip"/>
-             </fileset>
--        </unzip>
-+        </unzip>-->
-     </target>
- 
-     <target name="test-build" depends="jar-bridge,projectized-common.test-build"/>
-diff --git a/o.apache.tools.ant.module/external/build.xml b/o.apache.tools.ant.module/external/build.xml
-index 3629c6b..516568d 100644
---- a/o.apache.tools.ant.module/external/build.xml
-+++ b/o.apache.tools.ant.module/external/build.xml
-@@ -45,7 +45,7 @@ made subject to such option by the copyright holder.
- -->
- <project name="o.apache.tools.ant.module/external" default="unzip" basedir=".">
-     <target name="unzip">
--        <unzip src="ant-libs-1.9.4.zip" dest="lib"/>
-+        <!-- <unzip src="ant-libs-1.9.4.zip" dest="lib"/>-->
-     </target>
-     <target name="clean">
-         <delete dir="lib"/>
diff --git a/debian/patches/netbeans-o.n.bootstrap.patch b/debian/patches/netbeans-o.n.bootstrap.patch
deleted file mode 100644
index f05eb06..0000000
--- a/debian/patches/netbeans-o.n.bootstrap.patch
+++ /dev/null
@@ -1,34 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Fri, 25 Dec 2015 19:16:50 +0100
-Subject: netbeans o.n.bootstrap
-
-Fixes another FTBFS. We do not build the platform packages with source:netbeans
-and no windows launchers. Therefore we depend on libnb-platform-java and
-disable them here.
-
-Forwarded: not-needed
----
- o.n.bootstrap/nbproject/project.properties | 10 +++++-----
- 1 file changed, 5 insertions(+), 5 deletions(-)
-
-diff --git a/o.n.bootstrap/nbproject/project.properties b/o.n.bootstrap/nbproject/project.properties
-index bc67095..396d029 100644
---- a/o.n.bootstrap/nbproject/project.properties
-+++ b/o.n.bootstrap/nbproject/project.properties
-@@ -44,11 +44,11 @@ javac.compilerargs=-Xlint -Xlint:-serial
- javac.source=1.7
- module.jar.dir=lib
- module.jar.basename=boot.jar
--release.launcher/unix/nbexec=lib/nbexec
--release.launcher/windows/nbexec.exe=lib/nbexec.exe
--release.launcher/windows/nbexec64.exe=lib/nbexec64.exe
--release.launcher/windows/nbexec.dll=lib/nbexec.dll
--release.launcher/windows/nbexec64.dll=lib/nbexec64.dll
-+#release.launcher/unix/nbexec=lib/nbexec
-+#release.launcher/windows/nbexec.exe=lib/nbexec.exe
-+#release.launcher/windows/nbexec64.exe=lib/nbexec64.exe
-+#release.launcher/windows/nbexec.dll=lib/nbexec.dll
-+#release.launcher/windows/nbexec64.dll=lib/nbexec64.dll
- nbm.executable.files=lib/nbexec
- 
- javadoc.arch=${basedir}/arch.xml
diff --git a/debian/patches/netbeans-platform-disable-net.java-modules.patch b/debian/patches/netbeans-platform-disable-net.java-modules.patch
deleted file mode 100644
index 6625a76..0000000
--- a/debian/patches/netbeans-platform-disable-net.java-modules.patch
+++ /dev/null
@@ -1,60 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Tue, 15 Dec 2015 16:54:49 +0100
-Subject: netbeans platform disable net.java modules
-
-Disable the net.java.module because it is not available in Debian.
-
-Forwarded: not-needed
----
- nbbuild/build.properties   | 1 -
- nbbuild/cluster.properties | 8 --------
- net.java.html/build.xml    | 1 +
- 3 files changed, 1 insertion(+), 9 deletions(-)
-
-diff --git a/nbbuild/build.properties b/nbbuild/build.properties
-index 8e3826a..3c780eb 100644
---- a/nbbuild/build.properties
-+++ b/nbbuild/build.properties
-@@ -99,7 +99,6 @@ javadoc.packages=\
- # List of modules that provide stable javadoc
- config.javadoc.stable=\
-     api.annotations.common,\
--    api.htmlui,\
-     api.intent,\
-     api.io,\
-     api.knockout,\
-diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
-index 9b1177a..36b0988 100644
---- a/nbbuild/cluster.properties
-+++ b/nbbuild/cluster.properties
-@@ -201,7 +201,6 @@ nb.cluster.platform.dir=platform
- nb.cluster.platform.depends=nb.cluster.bootstrap
- nb.cluster.platform=\
-         api.annotations.common,\
--        api.htmlui,\
-         api.intent,\
-         api.io,\
-         api.progress,\
-@@ -249,13 +248,6 @@ nb.cluster.platform=\
-         masterfs.nio2,\
-         masterfs.ui,\
-         masterfs.windows,\
--        net.java.html,\
--        net.java.html.boot,\
--        net.java.html.boot.fx,\
--        net.java.html.boot.script,\
--        net.java.html.geo,\
--        net.java.html.json,\
--        net.java.html.sound,\
-         netbinox,\
-         o.jdesktop.layout,\
-         o.n.core,\
-diff --git a/net.java.html/build.xml b/net.java.html/build.xml
-index 9d4bc83..28f236f 100644
---- a/net.java.html/build.xml
-+++ b/net.java.html/build.xml
-@@ -3,3 +3,4 @@
-     <import file="../nbbuild/templates/projectized.xml"/>
-     <target name="jar"/>
- </project>
-+
diff --git a/debian/patches/netbeans-platform-junitlib.patch b/debian/patches/netbeans-platform-junitlib.patch
deleted file mode 100644
index df95cf1..0000000
--- a/debian/patches/netbeans-platform-junitlib.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Tue, 15 Dec 2015 18:21:48 +0100
-Subject: netbeans platform junitlib
-
-We don't include source or javadoc jars of junit4. This is to prevent a FTBFS.
-
-Forwarded: not-needed
----
- junitlib/nbproject/project.properties | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/junitlib/nbproject/project.properties b/junitlib/nbproject/project.properties
-index e6f478f..d7ba938 100644
---- a/junitlib/nbproject/project.properties
-+++ b/junitlib/nbproject/project.properties
-@@ -1,8 +1,8 @@
- is.autoload=true
- javac.source=1.6
- javac.compilerargs=-Xlint -Xlint:-serial
--release.external/junit-4.12-sources.jar=docs/junit-4.12-sources.jar
--release.external/junit-4.12-javadoc.jar=docs/junit-4.12-javadoc.jar
-+#release.external/junit-4.12-sources.jar=docs/junit-4.12-sources.jar
-+#release.external/junit-4.12-javadoc.jar=docs/junit-4.12-javadoc.jar
- nbm.target.cluster=java
- nbm.is.global=false
- jnlp.indirect.jars=\
diff --git a/debian/patches/netbeans-platform-nbi.patch b/debian/patches/netbeans-platform-nbi.patch
deleted file mode 100644
index e063c53..0000000
--- a/debian/patches/netbeans-platform-nbi.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Mon, 1 Jun 2015 13:42:24 +0200
-Subject: netbeans platform nbi
-
-Don't build the Netbeans Installer modules.
-Forwarded: not-needed
----
- nbbuild/cluster.properties | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
-index 36b0988..776c7d4 100644
---- a/nbbuild/cluster.properties
-+++ b/nbbuild/cluster.properties
-@@ -875,8 +875,6 @@ nb.cluster.harness=\
-         apisupport.harness,\
-         jellytools.platform,\
-         jemmy,\
--        libs.nbi.ant,\
--        libs.nbi.engine,\
-         nbjunit,\
-         o.n.insane
- 
diff --git a/debian/patches/netbeans-platform-nojnabinaries.patch b/debian/patches/netbeans-platform-nojnabinaries.patch
deleted file mode 100644
index 7644cee..0000000
--- a/debian/patches/netbeans-platform-nojnabinaries.patch
+++ /dev/null
@@ -1,69 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Mon, 1 Jun 2015 14:21:49 +0200
-Subject: netbeans platform nojnabinaries
-
-We don't need to install any JNA binaries, since they're already installed.
-Forwarded: not-needed
----
- libs.jna.platform/nbproject/project.properties    |  2 +-
- libs.jna/nbproject/project.properties             | 24 +++++++++++------------
- libs.jna/src/org/netbeans/libs/jna/Installer.java |  2 +-
- 3 files changed, 14 insertions(+), 14 deletions(-)
-
-diff --git a/libs.jna.platform/nbproject/project.properties b/libs.jna.platform/nbproject/project.properties
-index b8afdb4..608ea2b 100644
---- a/libs.jna.platform/nbproject/project.properties
-+++ b/libs.jna.platform/nbproject/project.properties
-@@ -42,5 +42,5 @@
- 
- is.autoload=true
- javac.source=1.6
--release.external/jna-platform-4.1.0.jar=modules/ext/jna-platform-4.1.0.jar
-+#release.external/jna-platform-4.1.0.jar=modules/ext/jna-platform-4.1.0.jar
- sigtest.gen.fail.on.error=false
-diff --git a/libs.jna/nbproject/project.properties b/libs.jna/nbproject/project.properties
-index c6de368..0a8e520 100644
---- a/libs.jna/nbproject/project.properties
-+++ b/libs.jna/nbproject/project.properties
-@@ -41,17 +41,17 @@
- # made subject to such option by the copyright holder.
- 
- javac.source=1.6
--release.external/jna-4.1.0.jar=modules/ext/jna-4.1.0.jar
-+#release.external/jna-4.1.0.jar=modules/ext/jna-4.1.0.jar
- # Do not forget to rename native libs being extracted from the JAR when upgrading the JNA library, and patch org.netbeans.libs.jna.Installer as well.
--release.external/jna-4.1.0.jar!/com/sun/jna/darwin/libjnidispatch.jnilib=modules/lib/libjnidispatch-410.jnilib
--release.external/jna-4.1.0.jar!/com/sun/jna/linux-x86-64/libjnidispatch.so=modules/lib/amd64/linux/libjnidispatch-410.so
--release.external/jna-4.1.0.jar!/com/sun/jna/linux-x86/libjnidispatch.so=modules/lib/i386/linux/libjnidispatch-410.so
--release.external/jna-4.1.0.jar!/com/sun/jna/win32-x86-64/jnidispatch.dll=modules/lib/amd64/jnidispatch-410.dll
--release.external/jna-4.1.0.jar!/com/sun/jna/win32-x86/jnidispatch.dll=modules/lib/x86/jnidispatch-410.dll
--jnlp.verify.excludes=\
--    modules/lib/amd64/jnidispatch-410.dll,\
--    modules/lib/amd64/linux/libjnidispatch-410.so,\
--    modules/lib/i386/linux/libjnidispatch-410.so,\
--    modules/lib/x86/jnidispatch-410.dll,\
--    modules/lib/libjnidispatch-410.jnilib
-+#release.external/jna-4.1.0.jar!/com/sun/jna/darwin/libjnidispatch.jnilib=modules/lib/libjnidispatch-410.jnilib
-+#release.external/jna-4.1.0.jar!/com/sun/jna/linux-x86-64/libjnidispatch.so=modules/lib/amd64/linux/libjnidispatch-410.so
-+#release.external/jna-4.1.0.jar!/com/sun/jna/linux-x86/libjnidispatch.so=modules/lib/i386/linux/libjnidispatch-410.so
-+#release.external/jna-4.1.0.jar!/com/sun/jna/win32-x86-64/jnidispatch.dll=modules/lib/amd64/jnidispatch-410.dll
-+#release.external/jna-4.1.0.jar!/com/sun/jna/win32-x86/jnidispatch.dll=modules/lib/x86/jnidispatch-410.dll
-+#jnlp.verify.excludes=\
-+#    modules/lib/amd64/jnidispatch-410.dll,\
-+#    modules/lib/amd64/linux/libjnidispatch-410.so,\
-+#    modules/lib/i386/linux/libjnidispatch-410.so,\
-+#    modules/lib/x86/jnidispatch-410.dll,\
-+#    modules/lib/libjnidispatch-410.jnilib
- sigtest.gen.fail.on.error=false
-diff --git a/libs.jna/src/org/netbeans/libs/jna/Installer.java b/libs.jna/src/org/netbeans/libs/jna/Installer.java
-index cf306a7..fa3201f 100644
---- a/libs.jna/src/org/netbeans/libs/jna/Installer.java
-+++ b/libs.jna/src/org/netbeans/libs/jna/Installer.java
-@@ -50,6 +50,6 @@ public class Installer extends ModuleInstall {
-     public void validate() {
-         super.validate();
-         //#211655
--        System.setProperty( "jna.boot.library.name", "jnidispatch-410" ); //NOI18N
-+        System.setProperty( "jna.boot.library.name", "jnidispatch" ); //NOI18N
-     }
- }
diff --git a/debian/patches/netbeans-platform-o.n.html.ko4j.patch b/debian/patches/netbeans-platform-o.n.html.ko4j.patch
deleted file mode 100644
index 15467a3..0000000
--- a/debian/patches/netbeans-platform-o.n.html.ko4j.patch
+++ /dev/null
@@ -1,31 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Tue, 15 Dec 2015 19:21:45 +0100
-Subject: netbeans platform o.n.html.ko4j
-
-Disable the o.n.html.ko4j module similar to net.java.html.
-
-Forwarded: not-needed
----
- nbbuild/cluster.properties | 2 --
- 1 file changed, 2 deletions(-)
-
-diff --git a/nbbuild/cluster.properties b/nbbuild/cluster.properties
-index 776c7d4..4d3337a 100644
---- a/nbbuild/cluster.properties
-+++ b/nbbuild/cluster.properties
-@@ -251,7 +251,6 @@ nb.cluster.platform=\
-         netbinox,\
-         o.jdesktop.layout,\
-         o.n.core,\
--        o.n.html.ko4j,\
-         o.n.swing.outline,\
-         o.n.swing.plaf,\
-         o.n.swing.tabcontrol,\
-@@ -282,7 +281,6 @@ nb.cluster.platform=\
-         spi.actions,\
-         spi.quicksearch,\
-         templates,\
--        templatesui,\
-         uihandler
- validation.nb.cluster.platform=\
-         o.n.core,\
diff --git a/debian/patches/netbeans-platform-properties.patch b/debian/patches/netbeans-platform-properties.patch
deleted file mode 100644
index 049aeef..0000000
--- a/debian/patches/netbeans-platform-properties.patch
+++ /dev/null
@@ -1,39 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Fri, 25 Dec 2015 20:03:02 +0100
-Subject: netbeans platform properties
-
-We don't include the swing layout source zip or testng javadoc.
-Otherwise this would cause a FTBFS.
-
-Forwarded: not-needed
----
- libs.testng/nbproject/project.properties       | 2 +-
- o.jdesktop.layout/nbproject/project.properties | 4 ++--
- 2 files changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/libs.testng/nbproject/project.properties b/libs.testng/nbproject/project.properties
-index 4d3caca..9d9f860 100644
---- a/libs.testng/nbproject/project.properties
-+++ b/libs.testng/nbproject/project.properties
-@@ -42,7 +42,7 @@
- 
- is.autoload=true
- release.external/testng-6.8.1-dist.jar=modules/ext/testng-6.8.1-dist.jar
--release.external/testng-6.8.1-javadoc.zip=docs/testng-6.8.1-javadoc.zip
-+#release.external/testng-6.8.1-javadoc.zip=docs/testng-6.8.1-javadoc.zip
- sigtest.skip.check=true
- sigtest.fail.on.error=false
- jnlp.indirect.jars=\
-diff --git a/o.jdesktop.layout/nbproject/project.properties b/o.jdesktop.layout/nbproject/project.properties
-index bf2a43b..015c254 100644
---- a/o.jdesktop.layout/nbproject/project.properties
-+++ b/o.jdesktop.layout/nbproject/project.properties
-@@ -42,6 +42,6 @@
- 
- is.autoload=true
- release.external/swing-layout-1.0.4.jar=modules/ext/swing-layout-1.0.4.jar
--release.external/swing-layout-1.0.4-doc.zip=docs/swing-layout-1.0.4-doc.zip
--release.external/swing-layout-1.0.4-src.zip=docs/swing-layout-1.0.4-src.zip
-+#release.external/swing-layout-1.0.4-doc.zip=docs/swing-layout-1.0.4-doc.zip
-+#release.external/swing-layout-1.0.4-src.zip=docs/swing-layout-1.0.4-src.zip
- jnlp.indirect.jars=docs/swing-layout-1.0.4-doc.zip, docs/swing-layout-1.0.4-src.zip
diff --git a/debian/patches/netbeans-platform-windowslauncher.patch b/debian/patches/netbeans-platform-windowslauncher.patch
deleted file mode 100644
index 9ee464f..0000000
--- a/debian/patches/netbeans-platform-windowslauncher.patch
+++ /dev/null
@@ -1,379 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Tue, 15 Dec 2015 01:23:09 +0100
-Subject: netbeans platform windowslauncher
-
-Use mingw32 to build the windows launchers. These are useful if the Netbeans
-platform is used to build another application on Debian which you want to be
-able to run on a Windows system.
-
-Forwarded: not-needed
----
- apisupport.harness/windows-launcher-src/Makefile   |  7 ++---
- .../nbproject/Makefile-app.exe.mk                  | 24 ++++++++---------
- .../nbproject/Makefile-app64.exe.mk                | 16 ++++++------
- ide/launcher/windows/nblauncher.cpp                |  1 +
- o.n.bootstrap/launcher/windows/Makefile            | 18 +++++--------
- .../launcher/windows/nbproject/Makefile-nbexec.mk  | 30 +++++++++++-----------
- .../windows/nbproject/Makefile-nbexec64.mk         | 26 +++++++++----------
- o.n.bootstrap/launcher/windows/utilsfuncs.cpp      |  1 +
- 8 files changed, 61 insertions(+), 62 deletions(-)
-
-diff --git a/apisupport.harness/windows-launcher-src/Makefile b/apisupport.harness/windows-launcher-src/Makefile
-index c7d6f5e..f5499dc 100644
---- a/apisupport.harness/windows-launcher-src/Makefile
-+++ b/apisupport.harness/windows-launcher-src/Makefile
-@@ -17,7 +17,7 @@
- MKDIR=mkdir
- CP=cp
- CCADMIN=CCadmin
--RANLIB=ranlib
-+RANLIB=i686-w64-mingw32-ranlib
- 
- 
- 
-@@ -28,10 +28,10 @@ build: .build-post
- # Add your pre 'build' code here...
- 
- .build-pre-app.exe: app.rc
--	windres -oapp.res -Ocoff app.rc
-+	i686-w64-mingw32-windres -oapp.res -Ocoff app.rc
- 
- .build-pre-app64.exe: app.rc
--	x86_64-w64-mingw32-windres.exe -oapp64.res -Ocoff app.rc
-+	x86_64-w64-mingw32-windres -oapp64.res -Ocoff app.rc
- 
- .build-post: .build-impl
- # Add your post 'build' code here...	
-@@ -40,6 +40,7 @@ build: .build-post
- 
- # clean
- clean: .clean-post
-+	-rm -f app.res app64.res
- 
- .clean-pre:
- # Add your pre 'clean' code here...
-diff --git a/apisupport.harness/windows-launcher-src/nbproject/Makefile-app.exe.mk b/apisupport.harness/windows-launcher-src/nbproject/Makefile-app.exe.mk
-index c96635b..3859387 100644
---- a/apisupport.harness/windows-launcher-src/nbproject/Makefile-app.exe.mk
-+++ b/apisupport.harness/windows-launcher-src/nbproject/Makefile-app.exe.mk
-@@ -13,12 +13,12 @@ CP=cp
- GREP=grep
- NM=nm
- CCADMIN=CCadmin
--RANLIB=ranlib
--CC=gcc.exe
--CCC=g++.exe
--CXX=g++.exe
--FC=gfortran
--AS=as.exe
-+RANLIB=i686-w64-mingw32-ranlib
-+CC=
-+CCC=i686-w64-mingw32-g++
-+CXX=i686-w64-mingw32-g++
-+FC=
-+AS=i686-w64-mingw32-as
- 
- # Macros
- CND_PLATFORM=Cygwin-Windows
-@@ -45,8 +45,8 @@ OBJECTFILES= \
- CFLAGS=
- 
- # CC Compiler Flags
--CCFLAGS=-m32 -mno-cygwin
--CXXFLAGS=-m32 -mno-cygwin
-+CCFLAGS=-m32
-+CXXFLAGS=-m32
- 
- # Fortran Compiler Flags
- FFLAGS=
-@@ -68,22 +68,22 @@ LDLIBSOPTIONS=app.res
- ${OBJECTDIR}/applauncher.o: applauncher.cpp 
- 	${MKDIR} -p ${OBJECTDIR}
- 	${RM} $@.d
--	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -MMD -MP -MF $@.d -o ${OBJECTDIR}/applauncher.o applauncher.cpp
-+	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/applauncher.o applauncher.cpp
- 
- ${OBJECTDIR}/_ext/493252820/utilsfuncs.o: ../../o.n.bootstrap/launcher/windows/utilsfuncs.cpp 
- 	${MKDIR} -p ${OBJECTDIR}/_ext/493252820
- 	${RM} $@.d
--	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/493252820/utilsfuncs.o ../../o.n.bootstrap/launcher/windows/utilsfuncs.cpp
-+	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/493252820/utilsfuncs.o ../../o.n.bootstrap/launcher/windows/utilsfuncs.cpp
- 
- ${OBJECTDIR}/_ext/216238457/nblauncher.o: ../../ide/launcher/windows/nblauncher.cpp 
- 	${MKDIR} -p ${OBJECTDIR}/_ext/216238457
- 	${RM} $@.d
--	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/216238457/nblauncher.o ../../ide/launcher/windows/nblauncher.cpp
-+	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/216238457/nblauncher.o ../../ide/launcher/windows/nblauncher.cpp
- 
- ${OBJECTDIR}/app.o: app.cpp 
- 	${MKDIR} -p ${OBJECTDIR}
- 	${RM} $@.d
--	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -MMD -MP -MF $@.d -o ${OBJECTDIR}/app.o app.cpp
-+	$(COMPILE.cc) -O2 -DARCHITECTURE=32 -DNBEXEC_DLL=\"/lib/nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/app.o app.cpp
- 
- # Subprojects
- .build-subprojects:
-diff --git a/apisupport.harness/windows-launcher-src/nbproject/Makefile-app64.exe.mk b/apisupport.harness/windows-launcher-src/nbproject/Makefile-app64.exe.mk
-index e35d1ac..2922e6a 100644
---- a/apisupport.harness/windows-launcher-src/nbproject/Makefile-app64.exe.mk
-+++ b/apisupport.harness/windows-launcher-src/nbproject/Makefile-app64.exe.mk
-@@ -13,12 +13,12 @@ CP=cp
- GREP=grep
- NM=nm
- CCADMIN=CCadmin
--RANLIB=ranlib
--CC=x86_64-w64-mingw32-gcc.exe
--CCC=x86_64-w64-mingw32-g++.exe
--CXX=x86_64-w64-mingw32-g++.exe
--FC=gfortran
--AS=as.exe
-+RANLIB=x86_64-w64-mingw32-ranlib
-+CC=x86_64-w64-mingw32-gcc
-+CCC=x86_64-w64-mingw32-g++
-+CXX=x86_64-w64-mingw32-g++
-+FC=
-+AS=x86_64-w64-mingw32-as
- 
- # Macros
- CND_PLATFORM=Cygwin64-Windows
-@@ -45,8 +45,8 @@ OBJECTFILES= \
- CFLAGS=
- 
- # CC Compiler Flags
--CCFLAGS=-m64 -mno-cygwin -static-libgcc -static-libstdc++
--CXXFLAGS=-m64 -mno-cygwin -static-libgcc -static-libstdc++
-+CCFLAGS=-m64 -static-libgcc -static-libstdc++
-+CXXFLAGS=-m64 -static-libgcc -static-libstdc++
- 
- # Fortran Compiler Flags
- FFLAGS=
-diff --git a/ide/launcher/windows/nblauncher.cpp b/ide/launcher/windows/nblauncher.cpp
-index 97c15ba..a1a5967 100644
---- a/ide/launcher/windows/nblauncher.cpp
-+++ b/ide/launcher/windows/nblauncher.cpp
-@@ -53,6 +53,7 @@
- #include "../../../o.n.bootstrap/launcher/windows/utilsfuncs.h"
- #include "../../../o.n.bootstrap/launcher/windows/argnames.h"
- #include "../../../o.n.bootstrap/launcher/windows/nbexecloader.h"
-+#include <stdio.h>
- 
- using namespace std;
- 
-diff --git a/o.n.bootstrap/launcher/windows/Makefile b/o.n.bootstrap/launcher/windows/Makefile
-index 990aafa..2f78df1 100644
---- a/o.n.bootstrap/launcher/windows/Makefile
-+++ b/o.n.bootstrap/launcher/windows/Makefile
-@@ -15,7 +15,7 @@
- MKDIR=mkdir
- CP=cp
- CCADMIN=CCadmin
--RANLIB=ranlib
-+RANLIB=i686-w64-mingw32-ranlib
- 
- 
- 
-@@ -26,16 +26,12 @@ build: .build-post-$(CONF)
- # Add your pre 'build' code here...
- 
- .build-post-nbexec: .build-impl nbexecexe.cpp nbexecloader.h utilsfuncs.cpp nbexec_exe.rc
--	windres.exe -Ocoff nbexec_exe.rc nbexec_exe.res
--	g++ -s -mno-cygwin -Wl,--nxcompat -Wl,--dynamicbase -Wl,--no-seh -DNBEXEC_DLL=\"nbexec.dll\" nbexecexe.cpp utilsfuncs.cpp nbexec_exe.res -o nbexec.exe
--	cp nbexec.exe ../../../nbbuild/netbeans/platform/lib/
--	cp nbexec.dll ../../../nbbuild/netbeans/platform/lib/
--	
-+	i686-w64-mingw32-windres -Ocoff nbexec_exe.rc nbexec_exe.res
-+	i686-w64-mingw32-g++ -s -DNBEXEC_DLL=\"nbexec.dll\" nbexecexe.cpp utilsfuncs.cpp nbexec_exe.res -o nbexec.exe
-+
- .build-post-nbexec64: .build-impl nbexecexe.cpp nbexecloader.h utilsfuncs.cpp nbexec_exe.rc
--	x86_64-w64-mingw32-windres.exe -Ocoff nbexec_exe.rc nbexec_exe64.res 
--	x86_64-w64-mingw32-g++.exe -m64 -s -mno-cygwin -Wl,--nxcompat -Wl,--dynamicbase -DNBEXEC_DLL=\"nbexec64.dll\" -static-libgcc -static-libstdc++ nbexecexe.cpp utilsfuncs.cpp nbexec_exe64.res -o nbexec64.exe 
--	cp nbexec64.exe ../../../nbbuild/netbeans/platform/lib/
--	cp nbexec64.dll ../../../nbbuild/netbeans/platform/lib/
-+	x86_64-w64-mingw32-windres -Ocoff nbexec_exe.rc nbexec_exe64.res
-+	x86_64-w64-mingw32-g++ -m64 -s -DNBEXEC_DLL=\"nbexec64.dll\" -static-libgcc -static-libstdc++ nbexecexe.cpp utilsfuncs.cpp nbexec_exe64.res -o nbexec64.exe
- 
- 
- 
-@@ -46,7 +42,7 @@ clean: .clean-post-$(CONF)
- # Add your pre 'clean' code here...
- 
- .clean-post-nbexec: .clean-impl
--	rm -f nbexec_exe32.res nbexec32.exe
-+	rm -f nbexec_exe32.res nbexec.exe
- 	
- .clean-post-nbexec64: .clean-impl
- 	rm -f nbexec_exe64.res nbexec64.exe
-diff --git a/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec.mk b/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec.mk
-index 7b5163b..961e7dc 100644
---- a/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec.mk
-+++ b/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec.mk
-@@ -13,12 +13,12 @@ CP=cp
- GREP=grep
- NM=nm
- CCADMIN=CCadmin
--RANLIB=ranlib
--CC=gcc
--CCC=g++
--CXX=g++
--FC=gfortran
--AS=as
-+RANLIB=i686-w64-mingw32-ranlib
-+CC=
-+CCC=i686-w64-mingw32-g++
-+CXX=i686-w64-mingw32-g++
-+FC=
-+AS=i686-w64-mingw32-as
- 
- # Macros
- CND_PLATFORM=Cygwin-Windows
-@@ -46,8 +46,8 @@ OBJECTFILES= \
- CFLAGS=
- 
- # CC Compiler Flags
--CCFLAGS=-m32 -mno-cygwin
--CXXFLAGS=-m32 -mno-cygwin
-+CCFLAGS=-m32
-+CXXFLAGS=-m32
- 
- # Fortran Compiler Flags
- FFLAGS=
-@@ -65,22 +65,22 @@ LDLIBSOPTIONS=${OBJECTDIR}/nbexec.res
- nbexec.dll: ${OBJECTDIR}/nbexec.res
- 
- nbexec.dll: ${OBJECTFILES}
--	${LINK.cc} -o nbexec.dll ${OBJECTFILES} ${LDLIBSOPTIONS} -Wl,--nxcompat -Wl,--dynamicbase -Wl,--no-seh -mno-cygwin -shared
-+	${LINK.cc} -o nbexec.dll ${OBJECTFILES} ${LDLIBSOPTIONS} -Wl,--nxcompat -Wl,--dynamicbase -Wl,--no-seh -shared
- 
- ${OBJECTDIR}/jvmlauncher.o: jvmlauncher.cpp 
- 	${MKDIR} -p ${OBJECTDIR}
- 	${RM} "$@.d"
--	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/jvmlauncher.o jvmlauncher.cpp
-+	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/jvmlauncher.o jvmlauncher.cpp
- 
- ${OBJECTDIR}/nbexec.o: nbexec.cpp 
- 	${MKDIR} -p ${OBJECTDIR}
- 	${RM} "$@.d"
--	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/nbexec.o nbexec.cpp
-+	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/nbexec.o nbexec.cpp
- 
- ${OBJECTDIR}/nbexec.res: nbexec.rc version.h
- 	${MKDIR} -p ${OBJECTDIR}
- 	@echo Compiling Resource files...
--	windres.exe -Ocoff nbexec.rc ${OBJECTDIR}/nbexec.res
-+	i686-w64-mingw32-windres -Ocoff nbexec.rc ${OBJECTDIR}/nbexec.res
- 
- : nbexec_exe.rc 
- 	@echo 
-@@ -89,17 +89,17 @@ ${OBJECTDIR}/nbexec.res: nbexec.rc version.h
- ${OBJECTDIR}/nbexecexe.o: nbexecexe.cpp 
- 	${MKDIR} -p ${OBJECTDIR}
- 	${RM} "$@.d"
--	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/nbexecexe.o nbexecexe.cpp
-+	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/nbexecexe.o nbexecexe.cpp
- 
- ${OBJECTDIR}/platformlauncher.o: platformlauncher.cpp 
- 	${MKDIR} -p ${OBJECTDIR}
- 	${RM} "$@.d"
--	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/platformlauncher.o platformlauncher.cpp
-+	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/platformlauncher.o platformlauncher.cpp
- 
- ${OBJECTDIR}/utilsfuncs.o: utilsfuncs.cpp 
- 	${MKDIR} -p ${OBJECTDIR}
- 	${RM} "$@.d"
--	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/utilsfuncs.o utilsfuncs.cpp
-+	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/utilsfuncs.o utilsfuncs.cpp
- 
- # Subprojects
- .build-subprojects:
-diff --git a/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec64.mk b/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec64.mk
-index 7fb819e..485127e 100644
---- a/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec64.mk
-+++ b/o.n.bootstrap/launcher/windows/nbproject/Makefile-nbexec64.mk
-@@ -13,12 +13,12 @@ CP=cp
- GREP=grep
- NM=nm
- CCADMIN=CCadmin
--RANLIB=ranlib
--CC=x86_64-w64-mingw32-gcc
-+RANLIB=x86_64-w64-mingw32-ranlib
-+CC=
- CCC=x86_64-w64-mingw32-g++
- CXX=x86_64-w64-mingw32-g++
--FC=gfortran
--AS=as
-+FC=
-+AS=x86_64-w64-mingw32-as
- 
- # Macros
- CND_PLATFORM=Cygwin64-Windows
-@@ -46,8 +46,8 @@ OBJECTFILES= \
- CFLAGS=
- 
- # CC Compiler Flags
--CCFLAGS=-m64 -mno-cygwin -static-libgcc -static-libstdc++
--CXXFLAGS=-m64 -mno-cygwin -static-libgcc -static-libstdc++
-+CCFLAGS=-m64 -static-libgcc -static-libstdc++
-+CXXFLAGS=-m64 -static-libgcc -static-libstdc++
- 
- # Fortran Compiler Flags
- FFLAGS=
-@@ -65,22 +65,22 @@ LDLIBSOPTIONS=${OBJECTDIR}/nbexec64.res
- nbexec64.dll: ${OBJECTDIR}/nbexec64.res
- 
- nbexec64.dll: ${OBJECTFILES}
--	${LINK.cc} -o nbexec64.dll ${OBJECTFILES} ${LDLIBSOPTIONS} -Wl,--nxcompat -Wl,--dynamicbase -mno-cygwin -shared
-+	${LINK.cc} -o nbexec64.dll ${OBJECTFILES} ${LDLIBSOPTIONS} -Wl,--nxcompat -Wl,--dynamicbase -shared
- 
- ${OBJECTDIR}/jvmlauncher.o: jvmlauncher.cpp 
- 	${MKDIR} -p ${OBJECTDIR}
- 	${RM} "$@.d"
--	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/jvmlauncher.o jvmlauncher.cpp
-+	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/jvmlauncher.o jvmlauncher.cpp
- 
- ${OBJECTDIR}/nbexec.o: nbexec.cpp 
- 	${MKDIR} -p ${OBJECTDIR}
- 	${RM} "$@.d"
--	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/nbexec.o nbexec.cpp
-+	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/nbexec.o nbexec.cpp
- 
- ${OBJECTDIR}/nbexec64.res: nbexec.rc version.h
- 	${MKDIR} -p ${OBJECTDIR}
- 	@echo Compiling Resource files...
--	x86_64-w64-mingw32-windres.exe -Ocoff nbexec.rc ${OBJECTDIR}/nbexec64.res
-+	x86_64-w64-mingw32-windres -Ocoff nbexec.rc ${OBJECTDIR}/nbexec64.res
- 
- : nbexec_exe.rc 
- 	@echo 
-@@ -89,17 +89,17 @@ ${OBJECTDIR}/nbexec64.res: nbexec.rc version.h
- ${OBJECTDIR}/nbexecexe.o: nbexecexe.cpp 
- 	${MKDIR} -p ${OBJECTDIR}
- 	${RM} "$@.d"
--	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/nbexecexe.o nbexecexe.cpp
-+	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/nbexecexe.o nbexecexe.cpp
- 
- ${OBJECTDIR}/platformlauncher.o: platformlauncher.cpp 
- 	${MKDIR} -p ${OBJECTDIR}
- 	${RM} "$@.d"
--	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/platformlauncher.o platformlauncher.cpp
-+	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/platformlauncher.o platformlauncher.cpp
- 
- ${OBJECTDIR}/utilsfuncs.o: utilsfuncs.cpp 
- 	${MKDIR} -p ${OBJECTDIR}
- 	${RM} "$@.d"
--	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include -I/cygdrive/C/Program\ Files/Java/jdk1.7.0_67/include/win32  -MMD -MP -MF "$@.d" -o ${OBJECTDIR}/utilsfuncs.o utilsfuncs.cpp
-+	$(COMPILE.cc) -O2 -s -DNBEXEC_DLL=\"nbexec64.dll\" -I/usr/lib/jvm/default-java/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/utilsfuncs.o utilsfuncs.cpp
- 
- # Subprojects
- .build-subprojects:
-diff --git a/o.n.bootstrap/launcher/windows/utilsfuncs.cpp b/o.n.bootstrap/launcher/windows/utilsfuncs.cpp
-index 21f947f..0193220 100644
---- a/o.n.bootstrap/launcher/windows/utilsfuncs.cpp
-+++ b/o.n.bootstrap/launcher/windows/utilsfuncs.cpp
-@@ -52,6 +52,7 @@
- #include "argnames.h"
- #include <tlhelp32.h>
- #include <windows.h>
-+#include <stdio.h>
- 
- using namespace std;
- 
diff --git a/debian/patches/netbeans-slf4j.dummy.patch b/debian/patches/netbeans-slf4j.dummy.patch
deleted file mode 100644
index 4e173f7..0000000
--- a/debian/patches/netbeans-slf4j.dummy.patch
+++ /dev/null
@@ -1,85 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Sun, 27 Dec 2015 01:05:12 +0100
-Subject: netbeans slf4j.dummy
-
-Fix a runtime error when loading the o.eclipse.jgit module. The bundle expects
-the org.slf4j package but it is not exported by other packages. Hence we have
-to create a dummy package similar to javaewah.dummy in 8.0.2. Other methods like
-symlinking slf4j to the same directory or the ext/ directory did not work.
-Another solution would be to remove org.slf4j from the MANIFEST.MF file of the
-o.eclipse.jgit module. The slf4j-dummy.jar in /usr/share/netbeans/ide/modules/
-is later replaced by a symlink to Debian's system package of slf4j.
-
-Forwarded: not-needed
----
- o.eclipse.jgit/nbproject/project.xml |  5 +++++
- slf4j.dummy/build.xml                | 12 ++++++++++++
- slf4j.dummy/manifest.mf              |  1 +
- slf4j.dummy/nbproject/project.xml    | 15 +++++++++++++++
- 4 files changed, 33 insertions(+)
- create mode 100644 slf4j.dummy/build.xml
- create mode 100644 slf4j.dummy/manifest.mf
- create mode 100644 slf4j.dummy/nbproject/project.xml
-
-diff --git a/o.eclipse.jgit/nbproject/project.xml b/o.eclipse.jgit/nbproject/project.xml
-index f31a978..0925156 100644
---- a/o.eclipse.jgit/nbproject/project.xml
-+++ b/o.eclipse.jgit/nbproject/project.xml
-@@ -17,6 +17,11 @@
-                         <specification-version>0.6.12</specification-version>
-                     </run-dependency>
-                 </dependency>
-+                <dependency>
-+                    <code-name-base>slf4j.dummy</code-name-base>
-+                    <compile-dependency/>
-+                    <run-dependency/>
-+                </dependency>
-             </module-dependencies>
-             <public-packages/>
-             <class-path-extension>
-diff --git a/slf4j.dummy/build.xml b/slf4j.dummy/build.xml
-new file mode 100644
-index 0000000..34be746
---- /dev/null
-+++ b/slf4j.dummy/build.xml
-@@ -0,0 +1,12 @@
-+<?xml version="1.0" encoding="UTF-8"?>
-+<project name="slf4j.dummy" default="netbeans" basedir=".">
-+    <import file="../nbbuild/templates/projectized.xml"/>
-+    <target name="jar">
-+        <jar jarfile="${cluster}/${module.jar}">
-+          <manifest>
-+             <attribute name="Bundle-SymbolicName" value="slf4j.dummy;singleton:=true"/>
-+             <attribute name="Export-Package" value="org.slf4j;version=1.7.14"/>
-+          </manifest>
-+        </jar>
-+    </target>
-+</project>
-diff --git a/slf4j.dummy/manifest.mf b/slf4j.dummy/manifest.mf
-new file mode 100644
-index 0000000..74571ad
---- /dev/null
-+++ b/slf4j.dummy/manifest.mf
-@@ -0,0 +1 @@
-+OpenIDE-Module: slf4j.dummy
-diff --git a/slf4j.dummy/nbproject/project.xml b/slf4j.dummy/nbproject/project.xml
-new file mode 100644
-index 0000000..53962c8
---- /dev/null
-+++ b/slf4j.dummy/nbproject/project.xml
-@@ -0,0 +1,15 @@
-+<?xml version="1.0" encoding="UTF-8"?>
-+<project xmlns="http://www.netbeans.org/ns/project/1">
-+        <type>org.netbeans.modules.apisupport.project</type>
-+        <configuration>
-+            <data xmlns="http://www.netbeans.org/ns/nb-module-project/2">
-+                <code-name-base>slf4j.dummy</code-name-base>
-+                <module-dependencies/>
-+                <public-packages/>
-+                <class-path-extension>
-+                    <runtime-relative-path>slf4j-dummy.jar</runtime-relative-path>
-+                    <binary-origin>external/slf4j-dummy.jar</binary-origin>
-+                </class-path-extension>
-+            </data>
-+        </configuration>
-+</project>
diff --git a/debian/patches/netbeans-small-ide.patch b/debian/patches/netbeans-small-ide.patch
deleted file mode 100644
index fb3594f..0000000
--- a/debian/patches/netbeans-small-ide.patch
+++ /dev/null
@@ -1,133 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Fri, 25 Dec 2015 23:47:02 +0100
-Subject: netbeans small ide
-
-Don't include all modules in the build but only those which we can support.
-
-Forwarded: not-needed
----
- apisupport.kit/nbproject/project.xml | 4 ++--
- editor.kit/nbproject/project.xml     | 8 ++++----
- ide.kit/nbproject/project.xml        | 4 ++--
- java.kit/nbproject/project.xml       | 4 ++--
- xsl/nbproject/project.xml            | 4 ++--
- 5 files changed, 12 insertions(+), 12 deletions(-)
-
-diff --git a/apisupport.kit/nbproject/project.xml b/apisupport.kit/nbproject/project.xml
-index a2f9bc8..8c29310 100644
---- a/apisupport.kit/nbproject/project.xml
-+++ b/apisupport.kit/nbproject/project.xml
-@@ -17,7 +17,7 @@
-                         <specification-version>1.0</specification-version>
-                     </run-dependency>
-                 </dependency>
--                <dependency>
-+                <!--<dependency>
-                     <code-name-base>org.netbeans.modules.apisupport.feedreader</code-name-base>
-                     <run-dependency>
-                         <release-version>1</release-version>
-@@ -35,7 +35,7 @@
-                     <run-dependency>
-                         <specification-version>1.0</specification-version>
-                     </run-dependency>
--                </dependency>
-+                </dependency>-->
-                 <dependency>
-                     <code-name-base>org.netbeans.modules.apisupport.osgidemo</code-name-base>
-                     <run-dependency>
-diff --git a/editor.kit/nbproject/project.xml b/editor.kit/nbproject/project.xml
-index ca4a1bd..2d42be1 100644
---- a/editor.kit/nbproject/project.xml
-+++ b/editor.kit/nbproject/project.xml
-@@ -46,13 +46,13 @@
-                         <specification-version>1.1</specification-version>
-                     </run-dependency>
-                 </dependency>
--                <dependency>
-+                <!--<dependency>
-                     <code-name-base>org.netbeans.modules.html.validation</code-name-base>
-                     <run-dependency>
-                         <release-version>1</release-version>
-                         <specification-version>1.1</specification-version>
-                     </run-dependency>
--                </dependency>
-+                </dependency>-->
-                 <dependency>
-                     <code-name-base>org.netbeans.modules.image</code-name-base>
-                     <run-dependency>
-@@ -60,13 +60,13 @@
-                         <specification-version>1.19</specification-version>
-                     </run-dependency>
-                 </dependency>
--                <dependency>
-+                <!--<dependency>
-                     <code-name-base>org.netbeans.modules.javascript2.kit</code-name-base>
-                     <run-dependency>
-                         <release-version>1</release-version>
-                         <specification-version>0.1</specification-version>
-                     </run-dependency>
--                </dependency>
-+                </dependency>-->
-                 <dependency>
-                     <code-name-base>org.netbeans.modules.languages.diff</code-name-base>
-                     <run-dependency>
-diff --git a/ide.kit/nbproject/project.xml b/ide.kit/nbproject/project.xml
-index 16d140e..e48c62b 100644
---- a/ide.kit/nbproject/project.xml
-+++ b/ide.kit/nbproject/project.xml
-@@ -160,13 +160,13 @@
-                         <specification-version>1.11</specification-version>
-                     </run-dependency>
-                 </dependency>
--                <dependency>
-+                <!--<dependency>
-                     <code-name-base>org.netbeans.modules.httpserver</code-name-base>
-                     <run-dependency>
-                         <release-version>2</release-version>
-                         <specification-version>2.7</specification-version>
-                     </run-dependency>
--                </dependency>
-+                </dependency>-->
-                 <dependency>
-                     <code-name-base>org.netbeans.modules.jumpto</code-name-base>
-                     <run-dependency>
-diff --git a/java.kit/nbproject/project.xml b/java.kit/nbproject/project.xml
-index e2acd54..69e9be8 100644
---- a/java.kit/nbproject/project.xml
-+++ b/java.kit/nbproject/project.xml
-@@ -275,7 +275,7 @@ made subject to such option by the copyright holder.
-                         <specification-version>1.8</specification-version>
-                     </run-dependency>
-                 </dependency>
--                <dependency>
-+                <!--<dependency>
-                     <code-name-base>org.netbeans.modules.websvc.jaxws21</code-name-base>
-                     <run-dependency>
-                         <release-version>1</release-version>
-@@ -287,7 +287,7 @@ made subject to such option by the copyright holder.
-                     <run-dependency>
-                         <release-version>1</release-version>
-                     </run-dependency>
--                </dependency>
-+                </dependency>-->
-                 <dependency>
-                     <code-name-base>org.netbeans.modules.xml.jaxb</code-name-base>
-                     <run-dependency>
-diff --git a/xsl/nbproject/project.xml b/xsl/nbproject/project.xml
-index 16e1d5f..cba4bd1 100644
---- a/xsl/nbproject/project.xml
-+++ b/xsl/nbproject/project.xml
-@@ -249,11 +249,11 @@ made subject to such option by the copyright holder.
-                         <code-name-base>org.netbeans.libs.junit4</code-name-base>
-                         <compile-dependency/>
-                     </test-dependency>
--                    <test-dependency>
-+                    <!--<test-dependency>
-                         <code-name-base>org.netbeans.modules.httpserver</code-name-base>
-                         <recursive/>
-                         <compile-dependency/>
--                    </test-dependency>
-+                    </test-dependency>-->
-                     <test-dependency>
-                         <code-name-base>org.netbeans.modules.nbjunit</code-name-base>
-                         <recursive/>
diff --git a/debian/patches/netbeans-spi.java.hints.patch b/debian/patches/netbeans-spi.java.hints.patch
deleted file mode 100644
index a0eb7a9..0000000
--- a/debian/patches/netbeans-spi.java.hints.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Tue, 9 Jun 2015 20:16:52 +0200
-Subject: netbeans spi.java.hints
-
-Fix another FTBFS
-
-Forwarded: not-needed
----
- .../src/org/netbeans/modules/java/hints/spiimpl/Utilities.java      | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/spi.java.hints/src/org/netbeans/modules/java/hints/spiimpl/Utilities.java b/spi.java.hints/src/org/netbeans/modules/java/hints/spiimpl/Utilities.java
-index 8b98f4f..3248033 100644
---- a/spi.java.hints/src/org/netbeans/modules/java/hints/spiimpl/Utilities.java
-+++ b/spi.java.hints/src/org/netbeans/modules/java/hints/spiimpl/Utilities.java
-@@ -1575,9 +1575,9 @@ public class Utilities {
-                     @Override public int getEndPos(JCTree tree) {
-                         return (int) sp.getEndPosition(null, tree);
-                     }
--                    @Override public void storeEnd(JCTree tree, int endpos) {
--                        throw new UnsupportedOperationException("Not supported yet.");
--                    }
-+                    //@Override public void storeEnd(JCTree tree, int endpos) {
-+                    //    throw new UnsupportedOperationException("Not supported yet.");
-+                    //}
-                     @Override public int replaceTree(JCTree oldtree, JCTree newtree) {
-                         throw new UnsupportedOperationException("Not supported yet.");
-                     }
diff --git a/debian/patches/netbeans-svnclientadapter.patch b/debian/patches/netbeans-svnclientadapter.patch
deleted file mode 100644
index 4b005af..0000000
--- a/debian/patches/netbeans-svnclientadapter.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Mon, 22 Feb 2016 15:02:33 +0100
-Subject: netbeans svnclientadapter
-
----
- .../libs/svnclientadapter/svnkit/SvnKitClientAdapterFactory.java      | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/libs.svnClientAdapter.svnkit/src/org/netbeans/libs/svnclientadapter/svnkit/SvnKitClientAdapterFactory.java b/libs.svnClientAdapter.svnkit/src/org/netbeans/libs/svnclientadapter/svnkit/SvnKitClientAdapterFactory.java
-index 5fdbd4c..ade5a32 100644
---- a/libs.svnClientAdapter.svnkit/src/org/netbeans/libs/svnclientadapter/svnkit/SvnKitClientAdapterFactory.java
-+++ b/libs.svnClientAdapter.svnkit/src/org/netbeans/libs/svnclientadapter/svnkit/SvnKitClientAdapterFactory.java
-@@ -85,8 +85,8 @@ public class SvnKitClientAdapterFactory extends SvnClientAdapterFactory {
-     @Override
-     public ISVNClientAdapter createClient() {
-         // is this really needed? this clears the credentials cache
--        SVNClientImpl.setRuntimeCredentialsStorage(null);
--        org.tmatesoft.svn.core.javahl17.SVNClientImpl.setRuntimeCredentialsStorage(null);
-+        //SVNClientImpl.setRuntimeCredentialsStorage(null);
-+        //org.tmatesoft.svn.core.javahl17.SVNClientImpl.setRuntimeCredentialsStorage(null);
-         return org.tigris.subversion.svnclientadapter.svnkit.SvnKitClientAdapterFactory
-                 .createSVNClient(org.tigris.subversion.svnclientadapter.svnkit.SvnKitClientAdapterFactory.SVNKIT_CLIENT);
-     }
diff --git a/debian/patches/netbeans-updatecenters.patch b/debian/patches/netbeans-updatecenters.patch
deleted file mode 100644
index cabc8f7..0000000
--- a/debian/patches/netbeans-updatecenters.patch
+++ /dev/null
@@ -1,43 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Fri, 12 Jun 2015 22:44:34 +0200
-Subject: netbeans updatecenters
-
-Disable the updatecenters by default. Let users opt-in if they want to download
-and update plugins.
-
-Forwarded: not-needed
----
- .../src/org/netbeans/modules/updatecenters/resources/mf-layer.xml   | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/updatecenters/src/org/netbeans/modules/updatecenters/resources/mf-layer.xml b/updatecenters/src/org/netbeans/modules/updatecenters/resources/mf-layer.xml
-index 6ea6ac0..63b4a60 100644
---- a/updatecenters/src/org/netbeans/modules/updatecenters/resources/mf-layer.xml
-+++ b/updatecenters/src/org/netbeans/modules/updatecenters/resources/mf-layer.xml
-@@ -55,7 +55,7 @@ made subject to such option by the copyright holder.
-          <attr name="iconBase" stringvalue="org/netbeans/modules/updatecenters/resources/updateAction.gif"/>
-          <attr name="url" bundlevalue="org.netbeans.modules.updatecenters.resources.Bundle#URL_Distribution"/>
-          <attr name="category" stringvalue="STANDARD"/>
--         <attr name="enabled" boolvalue="true"/>
-+         <attr name="enabled" boolvalue="false"/>
-          <attr name="instanceOf" stringvalue="org.netbeans.spi.autoupdate.UpdateProvider"/>
-          <attr name="instanceCreate" methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/>
-          </file>
-@@ -65,7 +65,7 @@ made subject to such option by the copyright holder.
-          <attr name="iconBase" stringvalue="org/netbeans/modules/updatecenters/resources/updateAction.gif"/>
-          <attr name="url" bundlevalue="org.netbeans.modules.updatecenters.resources.Bundle#URL_Certified"/>
-          <attr name="category" stringvalue="STANDARD"/>
--         <attr name="enabled" boolvalue="true"/>
-+         <attr name="enabled" boolvalue="false"/>
-          <attr name="instanceOf" stringvalue="org.netbeans.spi.autoupdate.UpdateProvider"/>
-          <attr name="instanceCreate" methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/>
-          </file>
-@@ -75,7 +75,7 @@ made subject to such option by the copyright holder.
-          <attr name="iconBase" stringvalue="org/netbeans/modules/updatecenters/resources/updateAction.gif"/>
-          <attr name="url" bundlevalue="org.netbeans.modules.updatecenters.resources.Bundle#URL_PluginPortal"/>
-          <attr name="category" stringvalue="COMMUNITY"/>
--         <attr name="enabled" boolvalue="true"/>
-+         <attr name="enabled" boolvalue="false"/>
-          <attr name="instanceOf" stringvalue="org.netbeans.spi.autoupdate.UpdateProvider"/>
-          <attr name="instanceCreate" methodvalue="org.netbeans.modules.autoupdate.updateprovider.AutoupdateCatalogFactory.createUpdateProvider"/>
-          </file>
diff --git a/debian/patches/netbeans-wildUpperBound.patch b/debian/patches/netbeans-wildUpperBound.patch
deleted file mode 100644
index 6df3585..0000000
--- a/debian/patches/netbeans-wildUpperBound.patch
+++ /dev/null
@@ -1,28 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Sat, 26 Dec 2015 19:47:10 +0100
-Subject: netbeans wildUpperBound
-
-Fix a FTBFS due to missing method wildUpperBound.
-
-Forwarded: not-needed
----
- java.source.base/src/org/netbeans/api/java/source/SourceUtils.java | 6 +++---
- 1 file changed, 3 insertions(+), 3 deletions(-)
-
-diff --git a/java.source.base/src/org/netbeans/api/java/source/SourceUtils.java b/java.source.base/src/org/netbeans/api/java/source/SourceUtils.java
-index 66ed321..e666f42 100644
---- a/java.source.base/src/org/netbeans/api/java/source/SourceUtils.java
-+++ b/java.source.base/src/org/netbeans/api/java/source/SourceUtils.java
-@@ -188,9 +188,9 @@ public class SourceUtils {
-             return info.getTypes().isAssignable(t.getUpperBound(), to)
-                     || info.getTypes().isAssignable(to, t.getUpperBound());
-         }
--        if (from.getKind() == TypeKind.WILDCARD) {
--            from = Types.instance(c).wildUpperBound((Type)from);
--        }
-+        //if (from.getKind() == TypeKind.WILDCARD) {
-+        //    from = Types.instance(c).wildUpperBound((Type)from);
-+        //}
-         return Check.instance(c).checkType(null, (Type)from, (Type)to).getKind() != TypeKind.ERROR;
-     }
-     
diff --git a/debian/patches/netbeans-xml.jaxb.api.patch b/debian/patches/netbeans-xml.jaxb.api.patch
deleted file mode 100644
index 62226c6..0000000
--- a/debian/patches/netbeans-xml.jaxb.api.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Wed, 10 Jun 2015 12:34:04 +0200
-Subject: netbeans xml.jaxb.api
-
-Fix another FTBFS. activation.jar and jsr173_1.0_api.jar are not required on
-Debian systems because we support Java7 already.
-
-Forwarded: not-needed
----
- xml.jaxb.api/nbproject/project.properties | 4 ++--
- 1 file changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/xml.jaxb.api/nbproject/project.properties b/xml.jaxb.api/nbproject/project.properties
-index 4356623..74e65d3 100644
---- a/xml.jaxb.api/nbproject/project.properties
-+++ b/xml.jaxb.api/nbproject/project.properties
-@@ -47,8 +47,8 @@ jnlp.indirect.jars=\
-     modules/ext/jaxb/api/jaxb-api.jar,\
-     modules/ext/jaxb/api/jsr173_1.0_api.jar
- 
--release.external/activation.jar=modules/ext/jaxb/activation.jar
-+#release.external/activation.jar=modules/ext/jaxb/activation.jar
- release.external/jaxb-api.jar=modules/ext/jaxb/api/jaxb-api.jar
--release.external/jsr173_1.0_api.jar=modules/ext/jaxb/api/jsr173_1.0_api.jar
-+#release.external/jsr173_1.0_api.jar=modules/ext/jaxb/api/jsr173_1.0_api.jar
- 
- sigtest.gen.fail.on.error=false
diff --git a/debian/patches/netbeans-xsl-httpserver.patch b/debian/patches/netbeans-xsl-httpserver.patch
deleted file mode 100644
index 13c73db..0000000
--- a/debian/patches/netbeans-xsl-httpserver.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Sun, 27 Dec 2015 00:33:38 +0100
-Subject: netbeans xsl httpserver
-
-Do not require the httpserver module since it is disabled.
-Fixes a runtime error. Without this patch most base modules cannot be loaded.
-
-Forwarded: not-needed
----
- xsl/manifest.mf | 1 -
- 1 file changed, 1 deletion(-)
-
-diff --git a/xsl/manifest.mf b/xsl/manifest.mf
-index 640b690..30b312f 100644
---- a/xsl/manifest.mf
-+++ b/xsl/manifest.mf
-@@ -2,6 +2,5 @@ Manifest-Version: 1.0
- OpenIDE-Module: org.netbeans.modules.xsl/1
- OpenIDE-Module-Localizing-Bundle: org/netbeans/modules/xsl/resources/Bundle.properties
- OpenIDE-Module-Layer: org/netbeans/modules/xsl/resources/mf-layer.xml
--OpenIDE-Module-Requires: org.openide.util.HttpServer$Impl
- AutoUpdate-Show-In-Client: false
- OpenIDE-Module-Specification-Version: 1.42.1
diff --git a/debian/patches/osgi-update.patch b/debian/patches/osgi-update.patch
deleted file mode 100644
index d429140..0000000
--- a/debian/patches/osgi-update.patch
+++ /dev/null
@@ -1,52 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Mon, 1 Jun 2015 20:52:04 +0200
-Subject: osgi update
-
-Implement missing methods or correct parameter changes due to the latest OSGi
-upgrade. It may be possible to drop this patch in the future, when upstream
-catches up.
-
-Forwarded: not-needed
----
- netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java | 2 +-
- netbinox/src/org/netbeans/modules/netbinox/Netbinox.java      | 8 ++++++++
- 2 files changed, 9 insertions(+), 1 deletion(-)
-
-diff --git a/netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java b/netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java
-index d97a2cd..37846b0 100644
---- a/netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java
-+++ b/netbinox/src/org/netbeans/modules/netbinox/JarBundleFile.java
-@@ -128,7 +128,7 @@ final class JarBundleFile extends BundleFile implements BundleContent {
-                             final File bf = new File(getBaseFile().getPath());
-                             if (bf.isDirectory()) {
-                                 try {
--                                    delegate = new DirBundleFile(bf, false);
-+                                    delegate = new DirBundleFile(bf);
-                                     return false;
-                                 } catch (IOException dirEx) {
-                                     NetbinoxFactory.LOG.log(Level.WARNING, 
-diff --git a/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java b/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java
-index 89c1357..77a70d3 100644
---- a/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java
-+++ b/netbinox/src/org/netbeans/modules/netbinox/Netbinox.java
-@@ -61,6 +61,8 @@ import org.osgi.framework.InvalidSyntaxException;
- import org.osgi.framework.ServiceListener;
- import org.osgi.framework.ServiceReference;
- import org.osgi.framework.ServiceRegistration;
-+import org.osgi.framework.ServiceObjects;
-+import org.osgi.framework.ServiceFactory;
- 
- /**
-  *
-@@ -239,5 +241,11 @@ class Netbinox extends Equinox {
-         public void addBundleListener(BundleListener bl) {
-             delegate.addBundleListener(bl);
-         }
-+        public <S> ServiceObjects<S> getServiceObjects(ServiceReference<S> refer) {
-+            return null;
-+        }
-+        public <S> ServiceRegistration<S> registerService(Class<S> clazz, ServiceFactory<S> factory, Dictionary<String,?> dictio) {
-+            return null;
-+        }
-     } // end of Context
- }
diff --git a/debian/patches/reproducible-build.patch b/debian/patches/reproducible-build.patch
deleted file mode 100644
index 5685639..0000000
--- a/debian/patches/reproducible-build.patch
+++ /dev/null
@@ -1,24 +0,0 @@
-From: Markus Koschany <apo at debian.org>
-Date: Sat, 20 Jun 2015 18:47:58 +0200
-Subject: reproducible build
-
-Make the build reproducible by using a fixed value for install_time.
-
-Forwarded: not-needed
----
- nbbuild/antsrc/org/netbeans/nbbuild/UpdateTracking.java | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/nbbuild/antsrc/org/netbeans/nbbuild/UpdateTracking.java b/nbbuild/antsrc/org/netbeans/nbbuild/UpdateTracking.java
-index 30b0f0a..fdb836d 100644
---- a/nbbuild/antsrc/org/netbeans/nbbuild/UpdateTracking.java
-+++ b/nbbuild/antsrc/org/netbeans/nbbuild/UpdateTracking.java
-@@ -526,7 +526,7 @@ class UpdateTracking {
-          * @param install_time New value of property install_time.
-          */
-         void setInstall_time(long install_time) {
--            this.install_time = install_time;
-+            this.install_time = 1434794324829L;
-         }
-         
-         /** Getter for property files.
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index ead1990..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1,35 +0,0 @@
-netbeans-platform-disable-net.java-modules.patch
-netbeans-empty-binaries-list.patch
-netbeans-platform-junitlib.patch
-netbeans-platform-nbi.patch
-netbeans-platform-nojnabinaries.patch
-netbeans-platform-o.n.html.ko4j.patch
-netbeans-platform-windowslauncher.patch
-osgi-update.patch
-netbeans-javacc.patch
-netbeans-commons-net.patch
-netbeans-o.apache.tools.ant.module.patch
-netbeans-spi.java.hints.patch
-netbeans-libs.jaxb.patch
-netbeans-xml.jaxb.api.patch
-netbeans-build.patch
-netbeans-updatecenters.patch
-reproducible-build.patch
-netbeans-cluster-properties.patch
-netbeans-o.n.bootstrap.patch
-netbeans-platform-properties.patch
-netbeans-jemmy.patch
-antlr-3.5.2.patch
-netbeans-nocopy.patch
-db.dataview-setRowFilter-method.patch
-netbeans-small-ide.patch
-netbeans-dlight.nativeexecution.patch
-netbeans-extexecution.impl.patch
-javaewah-version.patch
-netbeans-wildUpperBound.patch
-netbeans-com.sun.tools.hc.patch
-netbeans-CommandLineParser.patch
-netbeans-ide-launcher.patch
-netbeans-xsl-httpserver.patch
-netbeans-svnclientadapter.patch
-netbeans-slf4j.dummy.patch
diff --git a/debian/pom/AbsoluteLayout.xml b/debian/pom/AbsoluteLayout.xml
deleted file mode 100644
index 5288aac..0000000
--- a/debian/pom/AbsoluteLayout.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
-  <modelVersion>4.0.0</modelVersion>
-  <groupId>org.netbeans.external</groupId>
-  <artifactId>AbsoluteLayout</artifactId>
-  <version>8.1</version>
-  <name>Maven definition for AbsoluteLayout.jar - external part of NetBeans module.</name>
-  <description>POM and identification for artifact that was not possible to uniquely identify as a maven dependency.</description>
-</project>
diff --git a/debian/productid b/debian/productid
deleted file mode 100644
index 6e54b8c..0000000
--- a/debian/productid
+++ /dev/null
@@ -1 +0,0 @@
-NBUBU
diff --git a/debian/rules b/debian/rules
deleted file mode 100755
index 4020e32..0000000
--- a/debian/rules
+++ /dev/null
@@ -1,200 +0,0 @@
-#!/usr/bin/make -f
-
-export JAVA_HOME=/usr/lib/jvm/default-java
-export TZ=UTC
-
-# Included clusters
-pkg-nb                         := netbeans
-base-apisupport                := apisupport3
-base-ide                       := ide14
-base-java                      := java5
-base-nb                        := nb
-base-platform                  := platform18
-
-pkg-apisupport                 := libnb-$(base-apisupport)-java
-pkg-ide                        := libnb-$(base-ide)-java
-pkg-java                       := libnb-$(base-java)-java
-
-
-NBDIR := /usr/share/netbeans
-export JAVADIR := /usr/share/java
-
-JH_JAR           := jhall.jar
-JSEARCH_JAR      := jsearch.jar
-NB_JH_JAR        := jhall-2.0_05.jar
-NB_JSEARCH_JAR   := jsearch-2.0_05.jar
-
-NB_INSTALL_DIR   := usr/share/netbeans
-
-
-INSTALL          := dh_install -p
-LINK             := dh_link -p
-
-DEB_UPSTREAM_VERSION = $(shell dpkg-parsechangelog | \
-                       grep -e '^Version' | \
-                       perl -pi -e 's/^Version:\s+(.*)\+dfsg\d+-\d+.*$$/$$1/')
-
-BUILDSTAMP := $(shell date --utc --date="`dpkg-parsechangelog -SDate`" "+%Y%m%d")
-BUILD_DATE := $(shell dpkg-parsechangelog --show-field=Date)
-
-# Defined function to be used to create symlinks
-define symlink
-	mkdir -p $(dir $(2))
-	ln -sf $(1) $(2)
-endef
-
-%:
-	dh $@ --parallel --with javahelper
-
-
-override_dh_auto_build:
-	# w3c-sgml-lib: needed for xml validation, otherwise FTBFS
-	mkdir -p nbbuild/external/xhtml1-dtds
-	ln -sf /usr/share/xml/w3c-sgml-lib/schema/dtd/REC-xhtml1-20020801/xhtml* nbbuild/external/xhtml1-dtds
-	ln -sf /usr/share/xml/w3c-sgml-lib/schema/dtd/REC-xhtml-modularization-20100729/xhtml* nbbuild/external/xhtml1-dtds
-	# link Debian's system jars
-	$(shell awk 'NF==4 {printf("ln -sf %s %s/%s;\n",$$1,$$2,$$4)}' debian/linked-jars)
-	# ReproducibleBuilds TimestampsInZip
-	# https://wiki.debian.org/ReproducibleBuilds/TimestampsInZip
-	find '$(CURDIR)' -newermt '$(BUILD_DATE)' -print0 | \
-		xargs -0r touch --no-dereference --date='$(BUILD_DATE)'
-	################################################################
-	# Build the IDE. DISPLAY must be unset to avoid build failures.
-	unset DISPLAY; ant \
-	-Dbuildstamp=$(BUILDSTAMP) \
-	-Dhg.id=debian-$(DEB_UPSTREAM_VERSION) \
-	-Dpermit.jdk8.builds=true \
-	-Dbuild.compiler.deprecation=false \
-	-Dbuild.compiler.debug=false \
-	-Dext.binaries.downloaded=true \
-	-Dverify.checkout=false \
-	-Dcluster.config=basic \
-	-f nbbuild/build.xml build-nozip
-	# Convert the *.icns hicolor icon into a png icon
-	icns2png -x -s 128x128 -d 32 ide.branding/release/netbeans.icns
-
-
-
-override_dh_auto_install:
-	# recreate links
-	$(shell awk 'NF==4 {printf("ln -sf %s nbbuild/netbeans/%s/%s;\n",$$1,$$3,$$4)}' debian/linked-jars)
-	# Install libraries
-	mh_installjar -plibnb-absolutelayout-java -l debian/pom/AbsoluteLayout.xml \
-		nbbuild/netbeans/java/modules/ext/AbsoluteLayout.jar
-	mh_installpom -plibnb-absolutelayout-java debian/pom/AbsoluteLayout.xml
-	#
-	# Install IDE package files
-	echo > nbbuild/netbeans/ide/.noautoupdate
-	echo > nbbuild/netbeans/ide/.lastModified
-	$(INSTALL)$(pkg-ide) nbbuild/netbeans/ide/*               $(NB_INSTALL_DIR)/$(base-ide)
-	$(INSTALL)$(pkg-ide) nbbuild/netbeans/ide/.noautoupdate   $(NB_INSTALL_DIR)/$(base-ide)
-	$(INSTALL)$(pkg-ide) nbbuild/netbeans/ide/.lastModified   $(NB_INSTALL_DIR)/$(base-ide)
-	# See netbeans-slf4j.dummy.patch for further information
-	$(LINK)$(pkg-ide) usr/share/java/slf4j-api.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/slf4j-dummy.jar
-	# Symlink IDE modules to corresponding system jar files
-	$(LINK)$(pkg-ide) usr/share/java/org.eclipse.jgit.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/org-eclipse-jgit.jar
-	$(LINK)$(pkg-ide) usr/share/java/org.eclipse.jgit.java7.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/org-eclipse-jgit-java7.jar
-	$(LINK)$(pkg-ide) usr/share/java/sqljet.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/ext/sqljet.jar
-	$(LINK)$(pkg-ide) usr/share/java/svnClientAdapter.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/ext/svnClientAdapter-main.jar
-	$(LINK)$(pkg-ide) usr/share/java/svn-javahl.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/ext/svnjavahl.jar
-	$(LINK)$(pkg-ide) usr/share/java/svnkit-javahl16.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/ext/svnkit-javahl16.jar
-	$(LINK)$(pkg-ide) usr/share/java/trilead-ssh2.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/ext/trilead.ssh2.jar
-	$(LINK)$(pkg-ide) usr/share/java/jsch.agentproxy.usocket-jna.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/ext/jsch-agentproxy-usocket-jna.jar
-	$(LINK)$(pkg-ide) usr/share/java/htmlparser.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/ext/html5-parser.jar
-	$(LINK)$(pkg-ide) usr/share/java/jsch.agentproxy.sshagent.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/ext/jsch-agentproxy-sshagent.jar
-	$(LINK)$(pkg-ide) usr/share/java/jsch.agentproxy.pageant.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/ext/jsch-agentproxy-pageant.jar
-	$(LINK)$(pkg-ide) usr/share/java/jsch.agentproxy.core.jar $(NB_INSTALL_DIR)/$(base-ide)/modules/ext/jsch-agentproxy-core.jar
-	# Make hostinfo.sh executable to silence Lintian warning about script-not-exectuable
-	find . -type f -name "hostinfo.sh" -exec chmod a+x {} \;
-
-	# Install Java package files
-	echo > nbbuild/netbeans/java/.noautoupdate
-	echo > nbbuild/netbeans/java/.lastModified
-	$(INSTALL)$(pkg-java) nbbuild/netbeans/extide/*           $(NB_INSTALL_DIR)/$(base-java)
-	$(INSTALL)$(pkg-java) nbbuild/netbeans/java/*             $(NB_INSTALL_DIR)/$(base-java)
-	$(INSTALL)$(pkg-java) nbbuild/netbeans/java/.noautoupdate $(NB_INSTALL_DIR)/$(base-java)
-	$(INSTALL)$(pkg-java) nbbuild/netbeans/java/.lastModified $(NB_INSTALL_DIR)/$(base-java)
-	# Link in Ant libraries and binaries
-	-rmdir debian/$(pkg-java)/$(NB_INSTALL_DIR)/$(base-java)/ant/lib
-	$(LINK)$(pkg-java)    usr/share/ant/bin     $(NB_INSTALL_DIR)/$(base-java)/ant/bin
-	$(LINK)$(pkg-java)    usr/share/ant/etc     $(NB_INSTALL_DIR)/$(base-java)/ant/etc
-	$(LINK)$(pkg-java)    usr/share/ant/lib     $(NB_INSTALL_DIR)/$(base-java)/ant/lib
-	# Link in AbsoluteLayout jar
-	-rm debian/$(pkg-java)/$(NB_INSTALL_DIR)/$(base-java)/modules/ext/AbsoluteLayout.jar
-	$(LINK)$(pkg-java)    usr/share/java/AbsoluteLayout.jar  $(NB_INSTALL_DIR)/$(base-java)/modules/ext/AbsoluteLayout.jar
-
-	# Install API support package files
-	echo > nbbuild/netbeans/apisupport/.noautoupdate
-	echo > nbbuild/netbeans/apisupport/.lastModified
-	$(INSTALL)$(pkg-apisupport) nbbuild/netbeans/apisupport/*              $(NB_INSTALL_DIR)/$(base-apisupport)
-	$(INSTALL)$(pkg-apisupport) nbbuild/netbeans/apisupport/.noautoupdate  $(NB_INSTALL_DIR)/$(base-apisupport)
-	$(INSTALL)$(pkg-apisupport) nbbuild/netbeans/apisupport/.lastModified  $(NB_INSTALL_DIR)/$(base-apisupport)
-	# Install Netbeans package files
-	echo > nbbuild/netbeans/nb/.noautoupdate
-	$(INSTALL)$(pkg-nb) nbbuild/netbeans/nb/*               $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb
-	$(INSTALL)$(pkg-nb) nbbuild/netbeans/nb/.lastModified   $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb
-	$(INSTALL)$(pkg-nb) nbbuild/netbeans/nb/.noautoupdate   $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb
-	$(INSTALL)$(pkg-nb) nbbuild/netbeans/bin/*              $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/bin
-	$(INSTALL)$(pkg-nb) nbbuild/netbeans/CREDITS.html                 usr/share/$(pkg-nb)
-	$(INSTALL)$(pkg-nb) nbbuild/netbeans/README.html                  usr/share/$(pkg-nb)
-	$(INSTALL)$(pkg-nb) nbbuild/netbeans/netbeans.css                 usr/share/$(pkg-nb)
-	# Install 128x128 netbeans icon to hicolor directory
-	mv netbeans_128x128x32.png netbeans.png
-	$(INSTALL)$(pkg-nb) netbeans.png usr/share/icons/hicolor/128x128/apps
-	$(LINK)$(pkg-nb)    $(NB_INSTALL_DIR)/$(base-platform) $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/platform
-	$(LINK)$(pkg-nb)    $(NB_INSTALL_DIR)/harness          $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/harness
-	$(LINK)$(pkg-nb)    $(NB_INSTALL_DIR)/$(base-apisupport) $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/apisupport
-	$(LINK)$(pkg-nb)    $(NB_INSTALL_DIR)/$(base-ide)        $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/ide
-	$(LINK)$(pkg-nb)    $(NB_INSTALL_DIR)/$(base-java)       $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/java
-	# Symlink netbeans icon to the appropriate hicolor directory
-	$(LINK)$(pkg-nb) $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb/netbeans.png \
-	/usr/share/icons/hicolor/32x32/apps/netbeans.png
-
-	# Create file marker to avoid displaying license dialog at first IDE start
-	echo > debian/license_accepted
-	$(INSTALL)$(pkg-nb) debian/license_accepted $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb/var
-	# Install file productid used by autoupdate to report installation type
-	$(INSTALL)$(pkg-nb) debian/productid   $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/nb/config
-
-	# Install netbeans.conf
-	$(INSTALL)$(pkg-nb) nbbuild/netbeans/etc/netbeans.conf etc
-	$(LINK)$(pkg-nb) etc/netbeans.conf $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/etc/netbeans.conf
-
-	# Install netbeans.xpm icon
-	$(INSTALL)$(pkg-nb) debian/icons/netbeans.xpm usr/share/pixmaps
-
-	# Install netbeans.clusters
-	$(INSTALL)$(pkg-nb) nbbuild/netbeans/etc/netbeans.clusters etc
-	$(LINK)$(pkg-nb) etc/netbeans.clusters $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/etc/netbeans.clusters
-
-	# Install netbeans.import which is a required file when importing settings
-	# from an older version of Netbeans (see also #808908)
-	$(INSTALL)$(pkg-nb) nbbuild/netbeans/etc/netbeans.import etc
-	$(LINK)$(pkg-nb) etc/netbeans.import $(NB_INSTALL_DIR)/$(DEB_UPSTREAM_VERSION)/etc/netbeans.import
-
-	# Install launcher
-	$(INSTALL)$(pkg-nb) nbbuild/netbeans/bin/netbeans usr/bin
-
-	# Install desktop file
-	$(INSTALL)$(pkg-nb) debian/netbeans.desktop usr/share/applications
-
-
-override_dh_auto_clean:
-	$(call symlink, $(JAVADIR)/$(JH_JAR), javahelp/external/$(NB_JH_JAR))
-	$(call symlink, $(JAVADIR)/$(JSEARCH_JAR), apisupport.harness/external/$(NB_JSEARCH_JAR))
-	ant -Dpermit.jdk7.builds=true -f nbbuild/build.xml clean
-	mh_clean
-	# remove all the symlinks to jar files we created
-	find . -name "*.jar" -type l -delete
-	$(RM) -r nbbuild/external/xhtml1-dtds
-	$(RM) nbbuild/nbproject/private/scan-cache-standard.ser
-	$(RM) debian/license_accepted
-	$(RM) swingapp/src/org/netbeans/modules/swingapp/resources/CRUDShellApp.zip
-	$(RM) swingapp/src/org/netbeans/modules/swingapp/resources/BasicShellApp.zip
-
-override_jh_depends:
-	# Skipping jh_depends run - since we use symlinks to /usr/share/java then
-	# jh_depends gets it wrong.
-
-get-orig-source:
-	uscan --verbose --download-current-version --force-download
diff --git a/debian/source/format b/debian/source/format
deleted file mode 100644
index 163aaf8..0000000
--- a/debian/source/format
+++ /dev/null
@@ -1 +0,0 @@
-3.0 (quilt)
diff --git a/debian/source/lintian-overrides b/debian/source/lintian-overrides
deleted file mode 100644
index 5855d02..0000000
--- a/debian/source/lintian-overrides
+++ /dev/null
@@ -1,7 +0,0 @@
-# These are false positives. In fact this Lintian error is triggered by
-# license.txt files but the real jar files were removed and the tarball was
-# repacked.
-netbeans: license-problem-json-evil
-netbeans: license-problem-php-license
-# These Javascript files are only used for testing
-netbeans: source-is-missing
diff --git a/debian/watch b/debian/watch
deleted file mode 100644
index 06b7dd0..0000000
--- a/debian/watch
+++ /dev/null
@@ -1,5 +0,0 @@
-# The sources can be downloaded from https://netbeans.org/downloads/zip.html
-# but this site requires Javascript. The old site returns an 500 error message.
-#version=3
-#opts=dversionmangle=s/\+dfsg\d*$//,downloadurlmangle=s/$/final\/zip/ \
-#http://dlc.sun.com.edgesuite.net/netbeans/ ([0-9.]*)/ debian debian/orig-tar.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/netbeans.git



More information about the pkg-java-commits mailing list