]> gerrit.simantics Code Review - simantics/platform.git/commitdiff
Added two missing features to org.simantics.sdk feature 57/657/1
authorTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 27 Jun 2017 10:09:05 +0000 (13:09 +0300)
committerTuukka Lehtonen <tuukka.lehtonen@semantum.fi>
Tue, 27 Jun 2017 10:43:03 +0000 (13:43 +0300)
The two missing features are org.apache.lucene4 and com.lowagie.text
which are included by org.simantics.db.client org.simantics.modeling
features respectively.

refs #7332

Change-Id: I60265627d442ce62720c859b593feb207e679e0b
(cherry picked from commit 75c0f62412769bdf18faa89c09680ddf96433aa0)

features/org.simantics.sdk.feature/feature.xml

index bf8231926efa890dbb957ae891cb7201ba4825ab..c6081f5cfebb64d7145ae9998cc2d1c4c000f2ab 100644 (file)
          id="org.eclipse.equinox.p2.discovery.feature"
          version="0.0.0"/>
 
+   <includes
+         id="com.lowagie.text"
+         version="0.0.0"/>
+
+   <includes
+         id="org.apache.lucene4"
+         version="0.0.0"/>
+
    <includes
          id="org.simantics.rcp"
          version="0.0.0"/>