You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@netbeans.apache.org by ma...@apache.org on 2017/10/10 19:30:07 UTC

[1/3] incubator-netbeans git commit: [NETBEANS-54] Module Review libs.lucene

Repository: incubator-netbeans
Updated Branches:
  refs/heads/master d024f521d -> bee38df30


[NETBEANS-54] Module Review libs.lucene

  - Added lucene notice file from https://github.com/apache/lucene-solr/blob/releases/lucene-solr/3.5.0/lucene/NOTICE.txt
  - Added the maven coordinates.
  - No other issues found.


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/5306347b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/5306347b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/5306347b

Branch: refs/heads/master
Commit: 5306347b8b01881677af578dc4f0a44e06df1134
Parents: a7f3fe7
Author: Antonio Vieiro <an...@vieiro.net>
Authored: Mon Oct 9 21:43:19 2017 +0200
Committer: Antonio Vieiro <an...@vieiro.net>
Committed: Mon Oct 9 21:43:19 2017 +0200

----------------------------------------------------------------------
 libs.lucene/external/binaries-list              |  2 +-
 .../external/lucene-core-3.5.0-notice.txt       | 95 ++++++++++++++++++++
 2 files changed, 96 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/5306347b/libs.lucene/external/binaries-list
----------------------------------------------------------------------
diff --git a/libs.lucene/external/binaries-list b/libs.lucene/external/binaries-list
index fb4a282..1f06e40 100644
--- a/libs.lucene/external/binaries-list
+++ b/libs.lucene/external/binaries-list
@@ -14,4 +14,4 @@
 # KIND, either express or implied.  See the License for the
 # specific language governing permissions and limitations
 # under the License.
-90FF0731FAFB05C01FEE4F2247140D56E9C30A3B lucene-core-3.5.0.jar
+90FF0731FAFB05C01FEE4F2247140D56E9C30A3B org.apache.lucene:lucene-core:3.5.0

http://git-wip-us.apache.org/repos/asf/incubator-netbeans/blob/5306347b/libs.lucene/external/lucene-core-3.5.0-notice.txt
----------------------------------------------------------------------
diff --git a/libs.lucene/external/lucene-core-3.5.0-notice.txt b/libs.lucene/external/lucene-core-3.5.0-notice.txt
new file mode 100644
index 0000000..be03439
--- /dev/null
+++ b/libs.lucene/external/lucene-core-3.5.0-notice.txt
@@ -0,0 +1,95 @@
+Apache Lucene
+Copyright 2011 The Apache Software Foundation
+
+This product includes software developed by
+The Apache Software Foundation (http://www.apache.org/).
+
+The snowball stemmers in
+  contrib/analyzers/common/src/java/net/sf/snowball
+were developed by Martin Porter and Richard Boulton.
+The snowball stopword lists in
+  contrib/analyzers/common/src/resources/org/apache/lucene/analysis/snowball
+were developed by Martin Porter and Richard Boulton.
+The full snowball package is available from
+  http://snowball.tartarus.org/
+
+The KStem stemmer in
+  common/src/org/apache/lucene/analysis/en
+was developed by Bob Krovetz and Sergio Guzman-Lara (CIIR-UMass Amherst)
+under the BSD-license.
+
+The Arabic,Persian,Romanian,Bulgarian, and Hindi analyzers (contrib/analyzers) come with a default
+stopword list that is BSD-licensed created by Jacques Savoy.  These files reside in:
+contrib/analyzers/common/src/resources/org/apache/lucene/analysis/ar/stopwords.txt,
+contrib/analyzers/common/src/resources/org/apache/lucene/analysis/fa/stopwords.txt,
+contrib/analyzers/common/src/resources/org/apache/lucene/analysis/ro/stopwords.txt,
+contrib/analyzers/common/src/resources/org/apache/lucene/analysis/bg/stopwords.txt,
+contrib/analyzers/common/src/resources/org/apache/lucene/analysis/hi/stopwords.txt
+See http://members.unine.ch/jacques.savoy/clef/index.html.
+
+The German,Spanish,Finnish,French,Hungarian,Italian,Portuguese,Russian and Swedish light stemmers
+(common) are based on BSD-licensed reference implementations created by Jacques Savoy and
+Ljiljana Dolamic. These files reside in:
+contrib/analyzers/common/src/java/org/apache/lucene/analysis/de/GermanLightStemmer.java
+contrib/analyzers/common/src/java/org/apache/lucene/analysis/de/GermanMinimalStemmer.java
+contrib/analyzers/common/src/java/org/apache/lucene/analysis/es/SpanishLightStemmer.java
+contrib/analyzers/common/src/java/org/apache/lucene/analysis/fi/FinnishLightStemmer.java
+contrib/analyzers/common/src/java/org/apache/lucene/analysis/fr/FrenchLightStemmer.java
+contrib/analyzers/common/src/java/org/apache/lucene/analysis/fr/FrenchMinimalStemmer.java
+contrib/analyzers/common/src/java/org/apache/lucene/analysis/hu/HungarianLightStemmer.java
+contrib/analyzers/common/src/java/org/apache/lucene/analysis/it/ItalianLightStemmer.java
+contrib/analyzers/common/src/java/org/apache/lucene/analysis/pt/PortugueseLightStemmer.java
+contrib/analyzers/common/src/java/org/apache/lucene/analysis/ru/RussianLightStemmer.java
+contrib/analyzers/common/src/java/org/apache/lucene/analysis/sv/SwedishLightStemmer.java
+
+The Stempel analyzer (contrib/analyzers) includes BSD-licensed software developed 
+by the Egothor project http://egothor.sf.net/, created by Leo Galambos, Martin Kvapil,
+and Edmond Nolan.
+
+The Polish analyzer (contrib/analyzers) comes with a default
+stopword list that is BSD-licensed created by the Carrot2 project. The file resides
+in contrib/analyzers/stempel/src/resources/org/apache/lucene/analysis/pl/stopwords.txt.
+See http://project.carrot2.org/license.html.
+
+Includes lib/servlet-api-2.4.jar from  Apache Tomcat
+Includes lib/ant-1.7.1.jar and lib/ant-junit-1.7.1.jar from Apache Ant
+Includes contrib/queries/lib/jakarta-regexp-1.4.jar from Apache Jakarta Regexp
+Includes software from other Apache Software Foundation projects,
+including, but not limited to:
+ - Commons Beanutils (contrib/benchmark/lib/commons-beanutils-1.7.0.jar)
+ - Commons Collections (contrib/benchmark/lib/commons-collections-3.1.jar)
+ - Commons Compress (contrib/benchmark/lib/commons-compress-1.0.jar)
+ - Commons Digester (contrib/benchmark/lib/commons-digester-1.7.jar)
+ - Commons Logging (contrib/benchmark/lib/commons-logging-1.0.4.jar)
+ - Xerces (contrib/benchmark/lib/xercesImpl-2.9.1-patched-XERCESJ-1257.jar)
+
+The SmartChineseAnalyzer source code (under contrib/analyzers) was
+provided by Xiaoping Gao and copyright 2009 by www.imdict.net.
+
+ICU4J, (under contrib/icu) is licensed under an MIT styles license
+(contrib/icu/lib/ICU-LICENSE.txt) and Copyright (c) 1995-2008 
+International Business Machines Corporation and others
+
+Some files (contrib/analyzers/common/src/test/.../WordBreakTestUnicode_*.java
+and data files under contrib/icu/src/data/) are derived from Unicode data such
+as the Unicode Character Database. See http://unicode.org/copyright.html for more
+details.
+
+The class org.apache.lucene.SorterTemplate was inspired by CGLIB's class with
+the same name. The implementation part is mainly done using pre-existing
+Lucene sorting code. In-place stable mergesort was borrowed from CGLIB,
+which is Apache-licensed.
+
+The Google Code Prettify is Apache License 2.0.
+See http://code.google.com/p/google-code-prettify/
+
+JUnit (under lib/junit-4.7.jar) is licensed under the Common Public License v. 1.0
+See http://junit.sourceforge.net/cpl-v10.html
+
+JLine (under contrib/lucli/lib/jline.jar) is licensed under the BSD License.
+See http://jline.sourceforge.net/
+
+This product includes code (JaspellTernarySearchTrie) from Java Spelling Checking Package (jaspell): http://jaspell.sourceforge.net/
+License: The BSD License (http://www.opensource.org/licenses/bsd-license.php)
+
+


[2/3] incubator-netbeans git commit: Merge branch 'pr/112'

Posted by ma...@apache.org.
Merge branch 'pr/112'


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/229fb2be
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/229fb2be
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/229fb2be

Branch: refs/heads/master
Commit: 229fb2be42497de3865aee4ab667a5c8292c4a88
Parents: 2293cba 5306347
Author: Matthias Bläsing <mb...@doppel-helix.eu>
Authored: Tue Oct 10 21:29:42 2017 +0200
Committer: Matthias Bläsing <mb...@doppel-helix.eu>
Committed: Tue Oct 10 21:29:42 2017 +0200

----------------------------------------------------------------------
 libs.lucene/external/binaries-list              |  2 +-
 .../external/lucene-core-3.5.0-notice.txt       | 95 ++++++++++++++++++++
 2 files changed, 96 insertions(+), 1 deletion(-)
----------------------------------------------------------------------



[3/3] incubator-netbeans git commit: Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-netbeans

Posted by ma...@apache.org.
Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-netbeans


Project: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/commit/bee38df3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/tree/bee38df3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-netbeans/diff/bee38df3

Branch: refs/heads/master
Commit: bee38df30af67a580a6f1834647f020a02079a89
Parents: 229fb2b d024f52
Author: Matthias Bläsing <mb...@doppel-helix.eu>
Authored: Tue Oct 10 21:29:47 2017 +0200
Committer: Matthias Bläsing <mb...@doppel-helix.eu>
Committed: Tue Oct 10 21:29:47 2017 +0200

----------------------------------------------------------------------
 nbbuild/build.xml | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------