Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBaily Robers2022-07-06 17:12:58 +0000
committerBaily Robers2022-07-06 17:12:58 +0000
commit8e83e69055e928648422df347ba6e926f87a99df (patch)
treefd75c9c60536c5b0737f6221b367b343f7526d3c /features/org.eclipse.osee.framework.feature/feature.xml
parentb9807146b9ee758581f9e812b802c3a0cd63a307 (diff)
downloadorg.eclipse.osee-8e83e69055e928648422df347ba6e926f87a99df.tar.gz
org.eclipse.osee-8e83e69055e928648422df347ba6e926f87a99df.tar.xz
org.eclipse.osee-8e83e69055e928648422df347ba6e926f87a99df.zip
feature: Add apache poi for web testing
Signed-off-by: Baily Robers <Baily.Roberts@boeing.com>
Diffstat (limited to 'features/org.eclipse.osee.framework.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.framework.feature/feature.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/features/org.eclipse.osee.framework.feature/feature.xml b/features/org.eclipse.osee.framework.feature/feature.xml
index 62a05b89a8b..e0b83b26792 100644
--- a/features/org.eclipse.osee.framework.feature/feature.xml
+++ b/features/org.eclipse.osee.framework.feature/feature.xml
@@ -33,7 +33,14 @@
<import plugin="org.hsqldb"/>
<import plugin="org.hamcrest.core" version="1.3.0" match="greaterOrEqual" />
</requires>
-
+
+ <plugin
+ id="org.apache.poi"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
<plugin
id="org.eclipse.sphinx.emf.serialization"
download-size="0"

Back to the top