This is an automated email from the ASF dual-hosted git repository.

matthiasblaesing pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-netbeans.git.


    from 45d77b8  Avoiding crash on orphaned catch block, and ensuring its 
content is reasonably attributed.
     new e1ce040  Add Rhino javascript interpreter library
     new 1d8f619  Switch to Rhino as PAC evaluator
     new 2a05da9  Merge branch 'rhino_pac'

The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 nbbuild/cluster.properties                         |   1 +
 nbbuild/licenses/MPL-2.0                           | 373 ++++++++++++++++++++
 platform/core.network/arch.xml                     |  12 +-
 platform/core.network/nbproject/project.xml        |   9 +
 .../proxy/pac/datetime/PacUtilsDateTime.java       |  13 +-
 .../proxy/pac/impl/ClassFilterPacHelpers.java      |  42 ---
 .../proxy/pac/impl/NbPacScriptEvaluator.java       | 283 +++++++--------
 .../test/unit/data/pacFiles/wpad space.dat         |  22 --
 .../core/network/proxy/pac/PacEngineTest.java      |  23 ++
 platform/libs.rhino/build.xml                      |  24 ++
 platform/libs.rhino/external/binaries-list         |  17 +
 .../libs.rhino/external/rhino-1.7.10-license.txt   | 380 +++++++++++++++++++++
 platform/libs.rhino/manifest.mf                    |   4 +
 platform/libs.rhino/nbproject/project.properties   |  21 ++
 platform/libs.rhino/nbproject/project.xml          |  39 +++
 .../src/org/netbeans/libs/rhino/Bundle.properties  |  22 ++
 16 files changed, 1043 insertions(+), 242 deletions(-)
 create mode 100644 nbbuild/licenses/MPL-2.0
 delete mode 100644 
platform/core.network/src/org/netbeans/core/network/proxy/pac/impl/ClassFilterPacHelpers.java
 delete mode 100644 platform/core.network/test/unit/data/pacFiles/wpad space.dat
 create mode 100644 platform/libs.rhino/build.xml
 create mode 100644 platform/libs.rhino/external/binaries-list
 create mode 100644 platform/libs.rhino/external/rhino-1.7.10-license.txt
 create mode 100644 platform/libs.rhino/manifest.mf
 create mode 100644 platform/libs.rhino/nbproject/project.properties
 create mode 100644 platform/libs.rhino/nbproject/project.xml
 create mode 100644 
platform/libs.rhino/src/org/netbeans/libs/rhino/Bundle.properties


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to