diff options
author | Sam Davis | 2017-06-14 19:51:07 +0000 |
---|---|---|
committer | Sam Davis | 2017-06-14 19:51:07 +0000 |
commit | e60b550caa6108ddd9e6b275da140fc237c054b2 (patch) | |
tree | ba7c439cfc61f36a4cb5a60eec470ed6f916aa3f | |
parent | 3fad1d58e76a74c648e8358fae97d6537d20d5e6 (diff) | |
download | org.eclipse.mylyn.tasks-R_3_23_0.tar.gz org.eclipse.mylyn.tasks-R_3_23_0.tar.xz org.eclipse.mylyn.tasks-R_3_23_0.zip |
add lucene bundles to mylyn sdk featureR_3_23_0
-rw-r--r-- | org.eclipse.mylyn.sdk-feature/feature.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/org.eclipse.mylyn.sdk-feature/feature.xml b/org.eclipse.mylyn.sdk-feature/feature.xml index 7f24d8e59..c81dba6b1 100644 --- a/org.eclipse.mylyn.sdk-feature/feature.xml +++ b/org.eclipse.mylyn.sdk-feature/feature.xml @@ -78,6 +78,20 @@ unpack="false"/> <plugin + id="org.apache.lucene.analyzers-common" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin + id="org.apache.lucene.queryparser" + download-size="0" + install-size="0" + version="0.0.0" + unpack="false"/> + + <plugin id="org.eclipse.mylyn.tests.util" download-size="0" install-size="0" |