Skip to content

Commit

Permalink
lucene 4.2 upgrade
Browse files Browse the repository at this point in the history
  • Loading branch information
philippn committed Mar 17, 2013
1 parent 795a968 commit fb674f0
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
18 changes: 9 additions & 9 deletions net.sf.logsaw.bundlized.lucene/.classpath
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry exported="true" kind="lib" path="lucene-analyzers-common-4.1.0.jar"/>
<classpathentry exported="true" kind="lib" path="lucene-core-4.1.0.jar"/>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry kind="output" path="bin"/>
</classpath>
<?xml version="1.0" encoding="UTF-8"?>
<classpath>
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.6"/>
<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
<classpathentry kind="src" path="src"/>
<classpathentry exported="true" kind="lib" path="lucene-analyzers-common-4.2.0.jar"/>
<classpathentry exported="true" kind="lib" path="lucene-core-4.2.0.jar"/>
<classpathentry kind="output" path="bin"/>
</classpath>
8 changes: 4 additions & 4 deletions net.sf.logsaw.bundlized.lucene/META-INF/MANIFEST.MF
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: Apache Lucene
Bundle-SymbolicName: net.sf.logsaw.bundlized.lucene;singleton:=true
Bundle-Version: 4.1.0
Bundle-Version: 4.2.0
Bundle-Vendor: LogSaw project
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Bundle-ClassPath: lucene-analyzers-common-4.1.0.jar,
lucene-core-4.1.0.jar,
Bundle-ClassPath: lucene-analyzers-common-4.2.0.jar,
lucene-core-4.2.0.jar,
.
Export-Package: org.apache.lucene,
org.apache.lucene.analysis,
Expand Down Expand Up @@ -72,8 +72,8 @@ Export-Package: org.apache.lucene,
org.apache.lucene.codecs.compressing,
org.apache.lucene.codecs.lucene3x,
org.apache.lucene.codecs.lucene40,
org.apache.lucene.codecs.lucene40.values,
org.apache.lucene.codecs.lucene41,
org.apache.lucene.codecs.lucene42,
org.apache.lucene.codecs.perfield,
org.apache.lucene.collation,
org.apache.lucene.collation.tokenattributes,
Expand Down
2 changes: 1 addition & 1 deletion net.sf.logsaw.bundlized.lucene/about.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ <h3>Third Party Content</h3>
for informational purposes only, and you should look to the Redistributor&rsquo;s license for
terms and conditions of use.</p>

<h4>Lucene 4.1.0</h4>
<h4>Lucene 4.2.0</h4>

<p>The plug-in includes software developed by The Apache Software Foundation as part of the Lucene project.</p>

Expand Down
4 changes: 2 additions & 2 deletions net.sf.logsaw.bundlized.lucene/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ bin.includes = META-INF/,\
.,\
about.html,\
about_files/,\
lucene-analyzers-common-4.1.0.jar,\
lucene-core-4.1.0.jar
lucene-analyzers-common-4.2.0.jar,\
lucene-core-4.2.0.jar
Binary file not shown.
Binary file removed net.sf.logsaw.bundlized.lucene/lucene-core-4.1.0.jar
Binary file not shown.
Binary file not shown.
2 changes: 1 addition & 1 deletion net.sf.logsaw.bundlized.lucene/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>net.sf.logsaw.bundlized.lucene</artifactId>
<version>4.1.0</version>
<version>4.2.0</version>
<packaging>eclipse-plugin</packaging>
<name>Apache Lucene</name>
</project>

0 comments on commit fb674f0

Please sign in to comment.