Skip to content

Commit

Permalink
Remove includes of lucene from the help feature (#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
merks committed Jun 14, 2023
1 parent 6234225 commit f4e3632
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 23 deletions.
21 changes: 0 additions & 21 deletions features/org.eclipse.help-feature/feature.xml
Expand Up @@ -56,27 +56,6 @@
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.lucene.analysis-common"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.lucene.core"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.apache.lucene.analysis-smartcn"
download-size="0"
install-size="0"
version="0.0.0"
unpack="false"/>

<plugin
id="org.eclipse.equinox.http.jetty"
download-size="0"
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.test-feature/feature.xml
Expand Up @@ -2,7 +2,7 @@
<feature
id="org.eclipse.test"
label="%featureName"
version="3.8.500.qualifier"
version="3.8.600.qualifier"
provider-name="%providerName"
license-feature="org.eclipse.license"
license-feature-version="0.0.0">
Expand Down
2 changes: 1 addition & 1 deletion features/org.eclipse.test-feature/pom.xml
Expand Up @@ -21,6 +21,6 @@
<groupId>org.eclipse.test.feature</groupId>
<artifactId>org.eclipse.test</artifactId>
<name>org.eclipse.test.feature</name>
<version>3.8.500-SNAPSHOT</version>
<version>3.8.600-SNAPSHOT</version>
<packaging>eclipse-feature</packaging>
</project>

0 comments on commit f4e3632

Please sign in to comment.