Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Davis2017-06-14 18:23:40 +0000
committerSam Davis2017-06-14 18:23:40 +0000
commit89914f5378ac2947d471660274212f67310dd334 (patch)
tree9a4f6ab3d2c6ec8377a56bcbcdeb040964d2fcdf /org.eclipse.mylyn-target
parentb475d6301e13ddb0a0b837e662fc1acb89a7360d (diff)
downloadorg.eclipse.mylyn-89914f5378ac2947d471660274212f67310dd334.tar.gz
org.eclipse.mylyn-89914f5378ac2947d471660274212f67310dd334.tar.xz
org.eclipse.mylyn-89914f5378ac2947d471660274212f67310dd334.zip
add lucene bundles to target
Diffstat (limited to 'org.eclipse.mylyn-target')
-rw-r--r--org.eclipse.mylyn-target/mylyn-e4.6.target2
-rw-r--r--org.eclipse.mylyn-target/mylyn-e4.7.target2
2 files changed, 4 insertions, 0 deletions
diff --git a/org.eclipse.mylyn-target/mylyn-e4.6.target b/org.eclipse.mylyn-target/mylyn-e4.6.target
index a454584e..17b2b909 100644
--- a/org.eclipse.mylyn-target/mylyn-e4.6.target
+++ b/org.eclipse.mylyn-target/mylyn-e4.6.target
@@ -9,6 +9,8 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.lucene.core" version="6.1.0.v20161115-1612"/>
+<unit id="org.apache.lucene.analyzers-common" version="6.1.0.v20161115-1612"/>
+<unit id="org.apache.lucene.queryparser" version="6.1.0.v20161115-1612"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20170516192513/repository/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
diff --git a/org.eclipse.mylyn-target/mylyn-e4.7.target b/org.eclipse.mylyn-target/mylyn-e4.7.target
index 0cbf31e4..e521ad17 100644
--- a/org.eclipse.mylyn-target/mylyn-e4.7.target
+++ b/org.eclipse.mylyn-target/mylyn-e4.7.target
@@ -9,6 +9,8 @@
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.apache.lucene.core" version="6.1.0.v20161115-1612"/>
+<unit id="org.apache.lucene.analyzers-common" version="6.1.0.v20161115-1612"/>
+<unit id="org.apache.lucene.queryparser" version="6.1.0.v20161115-1612"/>
<repository location="http://download.eclipse.org/tools/orbit/downloads/drops/R20170516192513/repository/"/>
</location>
<location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="slicer" includeSource="true" type="InstallableUnit">

Back to the top