Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.osee.x.server.external.feature/feature.xml')
-rw-r--r--features/org.eclipse.osee.x.server.external.feature/feature.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/features/org.eclipse.osee.x.server.external.feature/feature.xml b/features/org.eclipse.osee.x.server.external.feature/feature.xml
index 3c97bbaa399..08d6d8ca0bd 100644
--- a/features/org.eclipse.osee.x.server.external.feature/feature.xml
+++ b/features/org.eclipse.osee.x.server.external.feature/feature.xml
@@ -41,6 +41,7 @@
<import feature="org.eclipse.emf.ecore" version="2.8.0"/>
<import plugin="org.apache.commons.dbcp" version="1.4.0" match="compatible"/>
<import plugin="org.apache.commons.pool" version="1.6.0" match="compatible"/>
+ <import plugin="com.lowagie.text" version="2.0.0" match="compatible"/>
</requires>
<plugin
@@ -323,4 +324,11 @@
version="0.0.0"
unpack="false"/>
+ <plugin
+ id="com.lowagie.text"
+ download-size="0"
+ install-size="0"
+ version="0.0.0"
+ unpack="false"/>
+
</feature>

Back to the top