[SCM] netbeans packaging branch, master, updated. upstream/7.0.1+dfsg1-12-g157c549

Andrew Ross rockclimb-guest at alioth.debian.org
Tue Aug 23 18:15:13 UTC 2011


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "netbeans packaging".

The branch, master has been updated
       via  157c549a23b856864248b8e7c9025d02597d9def (commit)
       via  ed3bbaf9c42cc25ca7c735de2f89bcbc83d57867 (commit)
       via  6a461a2b1556e70893b2d3af9f0f1390fe6dc16f (commit)
      from  bac77a1f3cc4e6a69f004ad65591a1b0db32cdb8 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 157c549a23b856864248b8e7c9025d02597d9def
Author: Andrew Ross <ubuntu at rossfamily.co.uk>
Date:   Sun Aug 21 12:44:23 2011 +0100

    Install javadoc.

commit ed3bbaf9c42cc25ca7c735de2f89bcbc83d57867
Author: Andrew Ross <ubuntu at rossfamily.co.uk>
Date:   Sun Aug 21 02:31:39 2011 +0100

    More packaging changes (overrides, etc).

commit 6a461a2b1556e70893b2d3af9f0f1390fe6dc16f
Author: Andrew Ross <ubuntu at rossfamily.co.uk>
Date:   Sun Aug 21 01:27:57 2011 +0100

    Updated copyright.

-----------------------------------------------------------------------

Summary of changes:
 debian/changelog                                   |    2 -
 debian/control                                     |   14 +-
 debian/copyright                                   |  945 +++++++++++++++++++-
 debian/libnb-apisupport2-java.lintian-overrides    |   10 +
 debian/libnb-ide13-java.lintian-overrides          |    6 +
 debian/libnb-java4-java.lintian-overrides          |   10 +
 ...ibnb-org-openide-modules-java.lintian-overrides |    3 +
 .../libnb-org-openide-util-java.lintian-overrides  |    3 +
 debian/libnb-platform-devel-java.lintian-overrides |    5 -
 debian/libnb-platform13-java-doc.javadoc           |    1 +
 debian/libnb-platform13-java.lintian-overrides     |    5 -
 debian/netbeans.lintian-overrides                  |    6 +
 debian/rules                                       |    3 +-
 13 files changed, 974 insertions(+), 39 deletions(-)

diff --git a/debian/changelog b/debian/changelog
index 2f4bc6a..434e9e4 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -12,8 +12,6 @@ netbeans (7.0.1+dfsg1-1) unstable; urgency=low
     - Depend on generic Java. (Closes: #499417)
     - Package for Debian Main. (Closes: #531952)
   * Update Copyright file to cover all files correctly.
-  * TODO - copyright
-  * TODO - lintian overrides
 
  -- Andrew Ross <ubuntu at rossfamily.co.uk>  Tue, 02 Aug 2011 23:58:58 +0100
 
diff --git a/debian/control b/debian/control
index ed0afe5..4d39fa3 100644
--- a/debian/control
+++ b/debian/control
@@ -125,16 +125,20 @@ Depends: ${java:Depends}, ${misc:Depends}, libnb-platform13-java (>= 7.0),
  libsvnkit-java, libswingx-java (>=0.9.5), libtrilead-ssh2-java,
  libsimple-validation-java, libxerces2-java
 Description: Common Integrated Development Environment Libraries for NetBeans
- Common languages independent libraries for use in the NetBeans IDE.
+ 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-java4-java
 Architecture: all
-Depends: ${java:Depends}, ${misc:Depends}, default-jdk,
+Depends: ${java:Depends}, ${misc:Depends},
  libnb-platform13-java (>= 7.0), libnb-ide13-java (= ${binary:Version}),
  libbetter-appframework-java,  libbeansbinding-java, libcglib-java,
  libnb-javaparser-java (>= 7.0~), ant (>= 1.7.0), ant-optional (>= 1.7.0)
 Description: Common Java Related Libraries for NetBeans
- Common libraries for the NetBeans Java IDE.
+ 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: libnb-apisupport2-java
 Architecture: all
@@ -142,4 +146,6 @@ Depends: ${java:Depends}, ${misc:Depends}, libnb-platform13-java (>= 7.0),
  libnb-platform-devel-java (>= 7.0), libnb-ide13-java (= ${binary:Version}),
  libnb-java4-java (= ${binary:Version})
 Description: Common NetBeans Platform Development Related Libraries for NetBeans
- Common libraries for development of NetBeans Platform modular extensions.
+ 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.
diff --git a/debian/copyright b/debian/copyright
index d0dfeb1..7be916a 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -7,7 +7,7 @@ Copyright: Copyright 1997-2010 Oracle and/or its affiliates.
           Portions Copyrighted 1997-2009 Sun Microsystems, Inc.
 License: CDDL-1 or 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
@@ -15,12 +15,12 @@ License: CDDL-1 or GPL-2 with CLASSPATH exception
  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
@@ -37,8 +37,920 @@ 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>
 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/DocumentEditor/*,
+ java.examples/MarsRoverViewer/*,
+ java.examples/GUIFormExamples/*,
+ java.examples/ClientEditor/*,
+ maven.samples/samples_src/MavenCalculatorClient/*,
+ maven.samples/samples_src/MavenCalculator/*,
+ mobility.midpexamples/*,
+ websvc.metro.samples/samples_src/*,
+ websvc.rest.samples/LeanServiceECBComponentWithAjax/src/java/com/abien/business/orderprocessor/boundary/OrderResource.java,
+Copyright: 2009-2010, Oracle
+License: BSD-3-clause
+ Copyright (c) 2010, Oracle. All rights reserved.
+ .
+ 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 Oracle 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.
+
+
+
+Files: j2ee.samples/samples_src/LotteryAnnotation/LotteryAnnotation-war/web/index.html
+Copyright: 2007, Sun Microsystems, Inc.
+License: BSD-3-clause
+ Copyright (c) 2007, Sun Microsystems, Inc. All rights reserved.
+ .
+ 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 Sun Microsystems, Inc. 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.
+
+
+Files: web.core.syntax/tlddoc/*
+Copyright: 2003-2004, Sun Microsystems, Inc.
+License: BSD-3-clause
+ Copyright (c) 2003-2004, Sun Microsystems, Inc.
+ All rights reserved.
+ .
+ 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 Sun Microsystems, Inc. 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, 
+ ROCUREMENT 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.
+
+
+
+Files: beans/src/org/netbeans/modules/beans/BeanUtils.java,
+ beans/src/org/netbeans/modules/beans/TmpPattern.java,
+ beans/src/org/netbeans/modules/beans/BeanNavigatorJavaSourceFactory.java,
+ beans/src/org/netbeans/modules/beans/BeanPanel.java,
+ beans/src/org/netbeans/modules/beans/ClassPattern.java,
+ css.editor/src/org/netbeans/modules/css/formatting/api/embedding/JoinedTokenSequence.java,
+ cnd.antlr/src/org/netbeans/modules/cnd/antlr/TreeParserNoEx.java,
+ cnd.antlr/src/org/netbeans/modules/cnd/antlr/TokenImpl.java,
+ cnd.antlr/src/org/netbeans/modules/cnd/antlr/LLkParserNoEx.java,
+ cnd.antlr/src/org/netbeans/modules/cnd/antlr/CharScannerNoEx.java,
+ cnd.antlr/src/org/netbeans/modules/cnd/antlr/Context.java,
+ cnd.antlr/src/org/netbeans/modules/cnd/antlr/MatchExceptionState.java,
+ cnd.callgraph/src/org/netbeans/modules/cnd/callgraph/impl/CallGraphScene.java,
+ cnd.modelimpl/src/org/netbeans/modules/cnd/modelimpl/trace/TraceModelBase.java,
+ db/src/org/netbeans/modules/db/resources/connection-1_1.dtd,
+ editor.structure/src/org/netbeans/modules/editor/structure/formatting/TextBounds.java,
+ editor.structure/src/org/netbeans/modules/editor/structure/formatting/JoinedTokenSequence.java,
+ editor.structure/src/org/netbeans/modules/editor/structure/formatting/TransferData.java,
+ glassfish.common/src/org/netbeans/modules/glassfish/common/nodes/actions/DeployDirectoryAction.java,
+ languages/src/org/netbeans/modules/languages/TokenType.java,
+ languages/src/org/netbeans/modules/languages/Rule.java,
+ languages/src/org/netbeans/modules/languages/features/ASTBrowserTopComponent.java,
+ languages/src/org/netbeans/modules/languages/features/TokensBrowserTopComponent.java,
+ languages/src/org/netbeans/modules/languages/features/HighlighterSupport.java,
+ languages/src/org/netbeans/modules/languages/features/TokensBrowserAction.java,
+ languages/src/org/netbeans/modules/languages/features/ASTBrowserAction.java,
+ libs.freemarker/src/org/netbeans/libs/freemarker/RsrcLoader.java,
+ lib.terminalemulator/demosrc/buildtool/BuildTool.java,
+ lib.terminalemulator/demosrc/buildtool/Junk.java,
+ lib.terminalemulator/demosrc/telnet/TelnetApp.java,
+ project.libraries/src/org/netbeans/spi/project/libraries/LibraryStorageArea.java,
+ project.libraries/src/org/netbeans/spi/project/libraries/ArealLibraryProvider.java,
+ project.libraries/src/org/netbeans/api/project/libraries/LibraryChooser.java,
+ project.libraries/src/org/netbeans/api/project/libraries/LibraryChooserGUI.java,
+ projectuiapi/src/org/netbeans/modules/project/uiapi/SavingProjectDataPanel.java,
+ vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGActionListener.java,
+ vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGRadioButton.java,
+ vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGTextField.java,
+ vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGAbstractButton.java,
+ vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGComponent.java,
+ vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGButtonGroup.java,
+ vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/input/NumPadInputHandler.java,
+ vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/input/InputHandler.java,
+ vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGForm.java,
+ vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGCheckBox.java,
+ vmd.components.svg/nb_svg_midp_components/src/org/netbeans/microedition/svg/SVGButton.java,
+ vmd.flow/src/org/netbeans/modules/vmd/api/flow/visual/OrthogonalCollisionsCollector.java,
+ web.jsf/src/org/netbeans/modules/web/jsf/wizards/TemplateIterator.java,
+ web.jsf/src/org/netbeans/modules/web/jsf/wizards/TemplateClientPanel.java,
+ web.jsf/src/org/netbeans/modules/web/jsf/wizards/TemplateClientIterator.java,
+ web.jsf/src/org/netbeans/modules/web/jsf/wizards/TemplatePanelVisual.java,
+ web.jsf/src/org/netbeans/modules/web/jsf/wizards/TemplateClientPanelVisual.java,
+ web.jsf/src/org/netbeans/modules/web/jsf/wizards/TemplatePanel.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/ModelNode.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/ViewModelSupport.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/CallStackModel.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/ObjectVariableNode.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/ScriptWatchEvaluating.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/NullVariableNode.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/ScalarTypeVariableNode.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/BaseVariableNode.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/AbstractVariableNode.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/StringVariableNode.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/VariableNode.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/ContextNode.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/ArrayVariableNode.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/ResourceVariableNode.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/nodes/AbstractModelNode.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/WatchesActionsProvider.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/VariablesModel.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/AbstractIDEBridge.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/models/WatchesModel.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/annotations/CallStackAnnotation.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/actions/StepOverActionProvider.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/actions/StepIntoActionProvider.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/actions/StepOutActionProvider.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/actions/RunToCursorActionProvider.java,
+ php.dbgp/src/org/netbeans/modules/php/dbgp/actions/ContinueActionProvider.java,
+ php.editor/src/org/netbeans/modules/php/editor/palette/PHPPaletteFactory.java,
+ php.editor/src/org/netbeans/modules/php/editor/palette/PHPPaletteActions.java,
+ spi.quicksearch/arch.xml,
+ o.n.swing.outline/arch.xml,
+ core.startup/src/org/netbeans/core/startup/instance-mime-resolver.xml,
+ core.startup/arch.xml,
+ nbjunit/test/unit/src/org/netbeans/junit/TestBundle.properties,
+ core.ui/arch.xml,
+ libs.nbi.ant/stub/build.properties,
+ api.annotations.common/arch.xml,
+ spi.actions/arch.xml,
+ nbi/engine/nbproject/genfiles.properties,
+ sendopts/test/unit/src/org/netbeans/api/sendopts/StreamingTest.java,
+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
+ This code is free software; you can redistribute it and/or modify it
+ under the terms of the GNU General Public License version 2 only, as
+ published by the Free Software Foundation.  Sun designates this
+ particular file as subject to the "Classpath" exception as provided
+ by Sun in the LICENSE file that accompanied this code.
+ .
+ This code 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.  See the GNU General Public License
+ version 2 for more details (a copy is included in the LICENSE file that
+ accompanied this code).
+ .
+ You should have received a copy of the GNU General Public License version
+ 2 along with this work; if not, write to the Free Software Foundation,
+ Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
+ .
+ Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
+ CA 95054 USA or visit www.sun.com if you need additional information or
+ have any questions.
+
+
+
+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,
+ websvc.rest.samples/LeanServiceECBComponentWithAjax/test/com/abien/business/orderprocessor/boundary/OrderServiceTest.java
+Copyright: 12 July 2009 Adam Bien, blog.adam-bien.com
+License GPL-2+
+ This file is part of javaee-patterns.
+ .
+ javaee-patterns is free software; you can redistribute it and/or modify
+ it under the terms of the GNU General Public License as published by
+ the Free Software Foundation; either version 2 of the License, or
+ (at your option) any later version.
+ .
+ javaee-patterns 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.  See the
+ GNU General Public License for more details.
+ .
+ You should have received a copy of the GNU General Public License
+ along with this program.  If not, see <http://www.opensource.org/licenses/gpl-2.0.php>.
+
+
+
+Files: db.dataview/src/org/netbeans/modules/db/dataview/util/BasicDateTimePickerUI.java,
+ db.dataview/src/org/netbeans/modules/db/dataview/util/JXDateTimePicker.java
+Copyright: 2004 Sun Microsystems, Inc.
+License LGPL-2.1
+
+
+
+Files: html.editor/src/org/netbeans/modules/html/editor/hints/HintsAdvancedOption.java,
+ java.j2seproject/src/org/netbeans/modules/java/j2seproject/J2SEConfigurationProvider.java,
+ javascript.hints/src/org/netbeans/modules/javascript/hints/infrastructure/HintsAdvancedOption.java,
+ mobility.j2meunit/src/org/netbeans/modules/mobility/j2meunit/J2MEUnitPlugin.java,
+ projectui/src/org/netbeans/modules/project/ui/actions/ActiveConfigAction.java,
+ refactoring.java/src/org/netbeans/modules/refactoring/java/plugins/VarUsageVisitor.java,
+ vmd.inspector/src/org/netbeans/modules/vmd/inspector/InspectorPanel.java,
+ vmd.inspector/src/org/netbeans/modules/vmd/inspector/InspectorUI.java,
+ web.core.syntax/src/org/netbeans/modules/web/core/syntax/folding/*,
+ web.el/src/org/netbeans/modules/web/el/hints/HintsAdvancedOption.java,
+ xml.lexer/src/org/netbeans/api/xml/lexer/XMLTokenId.java,
+ xml.lexer/src/org/netbeans/lib/xml/lexer/XMLLexer.java,
+ php.editor/src/org/netbeans/modules/php/editor/verification/HintsAdvancedOption.java,
+Copyright: 1997-2006 Sun Microsystems, Inc.
+License: SPL-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/Factory.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
+Licsense: BSD-3-clause
+ Copyright (c) 2010 Terence Parr
+ All rights reserved. 
+ .
+ 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 the author 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.
+
+
+
+Files: 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
+Copyright: 2005, 2006 Henri Sivonen
+           2007-2010 Mozilla Foundation
+License: OTHER-1
+ 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.
+
+
+
+Files: php.samples/samples_src/Jobeet/plugins/sfDoctrineGuardPlugin/*,
+ php.samples/samples_src/Jobeet/plugins/sfFormExtraPlugin/*,
+ php.samples/samples_src/Jobeet/test/bootstrap/unit.php,
+ php.samples/samples_src/Jobeet/test/bootstrap/functional.php
+Copyright: 2004-2008 Fabien Potencier
+           2006-2008 Jonathan H. Wage
+License: OTHER-2
+ 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.
+
+
+Files: php.samples/samples_src/Jobeet/lib/vendor/Zend/*
+Copyright: 2005-2010, Zend Technologies USA, Inc.
+License: NEWBSD
+ All rights reserved.
+ .
+ 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 Zend Technologies USA, Inc. 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.
+
+
+
+Files: 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
+Copyright: 1997-1999 Netscape Communications Corporation
+License: MPL-1.1 or GPL-2
+ 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 Rhino code, released
+ May 6, 1999.
+ .
+ The Initial Developer of the Original Code is
+ Netscape Communications Corporation.
+ Portions created by the Initial Developer are Copyright (C) 1997-1999
+ the Initial Developer. All Rights Reserved.
+ .
+ Contributor(s):
+   Igor Bukanov
+   Bob Jervis
+   Norris Boyd
+ .
+ Alternatively, the contents of this file may be used under the terms of
+ the GNU General Public License Version 2 or later (the "GPL"), in which
+ case the provisions of the GPL are applicable instead of those above. If
+ you wish to allow use of your version of this file only under the terms of
+ the GPL and not to allow others to use your version of this file under the
+ MPL, indicate your decision by deleting the provisions above and replacing
+ them with the notice and other provisions required by the GPL. If you do
+ not delete the provisions above, a recipient may use your version of this
+ file under either the MPL or the GPL.
+
+
+
+
+Files: web.examples/appdev/src/mypackage/Hello.java,
+ web.examples/servlets/*,
+ web.examples/jsp/*,
+ web.struts/src/org/netbeans/modules/web/struts/resources/validator_1_2_0.dtd,
+ web.struts/src/org/netbeans/modules/web/struts/resources/struts-config_1_1.dtd,
+ web.struts/src/org/netbeans/modules/web/struts/resources/tiles-config_1_3.dtd,
+ web.struts/src/org/netbeans/modules/web/struts/resources/validator_1_1.dtd,
+ web.struts/src/org/netbeans/modules/web/struts/resources/validator_1_3_0.dtd,
+ web.struts/src/org/netbeans/modules/web/struts/resources/struts-config_1_3.dtd,
+ web.struts/src/org/netbeans/modules/web/struts/resources/tiles-config_1_1.dtd,
+ web.struts/src/org/netbeans/modules/web/struts/resources/struts-config_1_2.dtd,
+ web.struts/src/org/netbeans/modules/web/struts/resources/struts-config_1_0.dtd,
+ web.struts/src/org/netbeans/modules/web/struts/resources/validator_1_1_3.dtd,
+Copyright: 1999,2004 The Apache Software Foundation
+License: Apache-2.0
+ Licensed under the Apache License, Version 2.0 (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.apache.org/licenses/LICENSE-2.0
+ .
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+
+
+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
+ Copyright: 2006 Zend Corporation and IBM Corporation.
+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.
+
+
+
+
 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,
@@ -55,26 +967,9 @@ 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 Copyrihgted 2007 Nokia Siemens Networks Oy
+    Portions Copyrighted 2007 Nokia Siemens Networks Oy
 License: CDDL-1 or GPL-2 with CLASSPATH exception
 
-Files: ./jemmy/*
-Copyright: Copyright 1997-2008 Sun Microsystems, Inc.    
-License: CDDL-1 or GPL-2 with CLASSPATH exception
-
-Files: ./spi.quicksearch/arch.xml,
- ./o.n.swing.outline/arch.xml,
- ./core.startup/src/org/netbeans/core/startup/instance-mime-resolver.xml,
- ./core.startup/arch.xml,
- ./nbjunit/test/unit/src/org/netbeans/junit/TestBundle.properties,
- ./core.ui/arch.xml,
- ./libs.nbi.ant/stub/build.properties,
- ./api.annotations.common/arch.xml,
- ./spi.actions/arch.xml,
- ./nbi/engine/nbproject/genfiles.properties,
- ./sendopts/test/unit/src/org/netbeans/api/sendopts/StreamingTest.java,
-Copyright: Copyright 1997-2009 Sun Microsystems, Inc.    
-License: CDDL-1
 
 Files: ./nbjunit/test/unit/src/org/netbeans/junit/TestBundle.properties
 Copyright: Copyright (C) 2006 Jaroslav Tulach.
@@ -124,7 +1019,6 @@ License: MPL-1.1 or GPL-2 or LGPL-2.1
  the terms of any one of the MPL, the GPL or the LGPL.
 
 
-
 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'
@@ -135,6 +1029,13 @@ License LGPL-2.1
      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: SPL-1
  SUN PUBLIC LICENSE Version 1.0 
  .
diff --git a/debian/libnb-apisupport2-java.lintian-overrides b/debian/libnb-apisupport2-java.lintian-overrides
new file mode 100644
index 0000000..914fe9a
--- /dev/null
+++ b/debian/libnb-apisupport2-java.lintian-overrides
@@ -0,0 +1,10 @@
+# Netbeans builds lots of codeless jars on purpose, so don't warn us about them
+libnb-apisupport2-java: codeless-jar
+
+# Netbeans has it's own way to set the classpath, and it breaks things if we 
+# set it separately.
+libnb-apisupport2-java: missing-classpath
+
+# It is a library of sorts, although it installs as a netbeans cluster rather
+# than in /usr/share/java
+libnb-apisupport2-java: javalib-but-no-public-jars
diff --git a/debian/libnb-ide13-java.lintian-overrides b/debian/libnb-ide13-java.lintian-overrides
new file mode 100644
index 0000000..8f182c1
--- /dev/null
+++ b/debian/libnb-ide13-java.lintian-overrides
@@ -0,0 +1,6 @@
+# Netbeans builds lots of codeless jars on purpose, so don't warn us about them
+libnb-ide13-java: codeless-jar
+
+# It is a library of sorts, although it installs as a netbeans cluster rather
+# than in /usr/share/java
+libnb-ide13-java: javalib-but-no-public-jars
diff --git a/debian/libnb-java4-java.lintian-overrides b/debian/libnb-java4-java.lintian-overrides
new file mode 100644
index 0000000..f68e80d
--- /dev/null
+++ b/debian/libnb-java4-java.lintian-overrides
@@ -0,0 +1,10 @@
+# Netbeans builds lots of codeless jars on purpose, so don't warn us about them
+libnb-java4-java: codeless-jar
+
+# It is a library of sorts, although it installs as a netbeans cluster rather
+# than in /usr/share/java
+libnb-java4-java: javalib-but-no-public-jars
+
+# Netbeans creates this empty directory, and we include it to avoid unneeded
+# changes.
+libnb-java4-java: package-contains-empty-directory
diff --git a/debian/libnb-org-openide-modules-java.lintian-overrides b/debian/libnb-org-openide-modules-java.lintian-overrides
new file mode 100644
index 0000000..e648f48
--- /dev/null
+++ b/debian/libnb-org-openide-modules-java.lintian-overrides
@@ -0,0 +1,3 @@
+# Netbeans has it's own way to set the classpath, and it breaks things if we 
+# set it separately.
+libnb-org-openide-modules-java: missing-classpath
diff --git a/debian/libnb-org-openide-util-java.lintian-overrides b/debian/libnb-org-openide-util-java.lintian-overrides
new file mode 100644
index 0000000..6e5d028
--- /dev/null
+++ b/debian/libnb-org-openide-util-java.lintian-overrides
@@ -0,0 +1,3 @@
+# Netbeans has it's own way to set the classpath, and it breaks things if we 
+# set it separately.
+libnb-org-openide-util-java: missing-classpath
diff --git a/debian/libnb-platform-devel-java.lintian-overrides b/debian/libnb-platform-devel-java.lintian-overrides
index affa279..798666c 100644
--- a/debian/libnb-platform-devel-java.lintian-overrides
+++ b/debian/libnb-platform-devel-java.lintian-overrides
@@ -1,11 +1,6 @@
 # Netbeans builds lots of codeless jars on purpose, so don't warn us about them
 libnb-platform-devel-java: codeless-jar
 
-# Netbeans uses relative paths in its jar files. It would be too much work to 
-# fix this so we instead put symlinks in the right place. This is useful when 
-# you build a package to export too.
-libnb-platform-devel-java: classpath-contains-relative-path
-
 # This is a library package in the sense that it doesn't by itself provide an 
 # application. But the jar files don't live in /usr/share/java since they are 
 # specific to the NetBeans platform and need to live in a "cluster"
diff --git a/debian/libnb-platform13-java-doc.javadoc b/debian/libnb-platform13-java-doc.javadoc
new file mode 100644
index 0000000..f1a758c
--- /dev/null
+++ b/debian/libnb-platform13-java-doc.javadoc
@@ -0,0 +1 @@
+nbbuild/build/javadoc /usr/share/doc/libnb-platform13-java-doc/api
diff --git a/debian/libnb-platform13-java.lintian-overrides b/debian/libnb-platform13-java.lintian-overrides
index 6699b0a..cffaca7 100644
--- a/debian/libnb-platform13-java.lintian-overrides
+++ b/debian/libnb-platform13-java.lintian-overrides
@@ -1,11 +1,6 @@
 # Netbeans builds lots of codeless jars on purpose, so don't warn us about them
 libnb-platform13-java: codeless-jar
 
-# Netbeans uses relative paths in its jar files. It would be too much work to 
-# fix this so we instead put symlinks in the right place. This is useful when 
-# you build a package to export too.
-libnb-platform13-java: classpath-contains-relative-path
-
 # This is a library package in the sense that it doesn't by itself provide an 
 # application. But the jar files don't live in /usr/share/java since they are 
 # specific to the NetBeans platform and need to live in a "cluster"
diff --git a/debian/netbeans.lintian-overrides b/debian/netbeans.lintian-overrides
new file mode 100644
index 0000000..3231dc0
--- /dev/null
+++ b/debian/netbeans.lintian-overrides
@@ -0,0 +1,6 @@
+# Netbeans builds lots of codeless jars on purpose, so don't warn us about them
+netbeans: codeless-jar
+
+# Netbeans has it's own way to set the classpath, and it breaks things if we 
+# set it separately.
+netbeans: missing-classpath
diff --git a/debian/rules b/debian/rules
index 9fbbb9e..02cfc8d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -136,7 +136,8 @@ override_dh_auto_install:
 	$(INSTALL)$(libnb-platform-devel-java)   nbbuild/netbeans/harness/.lastModified $(NB_INSTALL_DIR)/harness
 	# Install javadoc
 	rm -f nbbuild/build/javadoc/*.zip
-	$(INSTALL)$(libnb-platform-java-doc) nbbuild/build/javadoc/* $(JAVADOC_INSTALL_DIR)
+	jh_installjavadoc
+	#$(INSTALL)$(libnb-platform-java-doc) nbbuild/build/javadoc/* $(JAVADOC_INSTALL_DIR)
 	#
 	#Fixing permissions
 	chmod 0755 debian/$(libnb-platform-devel-java)/$(NB_INSTALL_DIR)/harness/launchers/app.sh


hooks/post-receive
-- 
netbeans packaging



More information about the pkg-java-commits mailing list