Filtered the poi-ooxml jar to exlude SheetDataWriter and GZipSheetDataWriter

Change-Id: I2dc54522ed92901989a44d2b2b2345dd92648274
Signed-off-by: Dusan Kalanj <kalanj@chalmers.se>
diff --git a/org.eclipse.capra.ui.office/.classpath b/org.eclipse.capra.ui.office/.classpath
index a4e9ba6..3694476 100644
--- a/org.eclipse.capra.ui.office/.classpath
+++ b/org.eclipse.capra.ui.office/.classpath
@@ -1,10 +1,10 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <classpath>
 	<classpathentry kind="src" path="src"/>
-	<classpathentry exported="true" kind="lib" path="lib/xmlbeans-2.6.0.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/poi-3.10.1-20140818.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-3.10.1-20140818.jar"/>
-	<classpathentry exported="true" kind="lib" path="lib/poi-ooxml-schemas-3.10.1-20140818.jar"/>
+	<classpathentry kind="lib" path="lib/poi-ooxml-3.10.1-filtered.jar"/>
+	<classpathentry kind="lib" path="lib/xmlbeans-2.6.0.jar"/>
+	<classpathentry kind="lib" path="lib/poi-3.10.1-20140818.jar"/>
+	<classpathentry kind="lib" path="lib/poi-ooxml-schemas-3.10.1-20140818.jar"/>
 	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8">
 		<attributes>
 			<attribute name="maven.pomderived" value="true"/>
diff --git a/org.eclipse.capra.ui.office/META-INF/MANIFEST.MF b/org.eclipse.capra.ui.office/META-INF/MANIFEST.MF
index 0446878..b7fdea0 100644
--- a/org.eclipse.capra.ui.office/META-INF/MANIFEST.MF
+++ b/org.eclipse.capra.ui.office/META-INF/MANIFEST.MF
@@ -5,12 +5,12 @@
 Bundle-Version: 0.7.0.qualifier
 Bundle-ClassPath: .,
  lib/poi-3.10.1-20140818.jar,
- lib/poi-ooxml-3.10.1-20140818.jar,
  lib/poi-ooxml-schemas-3.10.1-20140818.jar,
- lib/xmlbeans-2.6.0.jar
+ lib/xmlbeans-2.6.0.jar,
+ lib/poi-ooxml-3.10.1-filtered.jar
 Bundle-Vendor: Chalmers | University of Gothenburg
 Bundle-RequiredExecutionEnvironment: JavaSE-1.8
-Require-Bundle: org.eclipse.emf.edit.ui;bundle-version="2.12.0",
+Require-Bundle: org.eclipse.emf.edit.ui,
  org.eclipse.equinox.registry,
  org.eclipse.swt,
  org.eclipse.ui,
diff --git a/org.eclipse.capra.ui.office/build.properties b/org.eclipse.capra.ui.office/build.properties
index 013293d..36364ef 100644
--- a/org.eclipse.capra.ui.office/build.properties
+++ b/org.eclipse.capra.ui.office/build.properties
@@ -14,7 +14,7 @@
                .,\
                plugin.xml,\
                lib/poi-3.10.1-20140818.jar,\
-               lib/poi-ooxml-3.10.1-20140818.jar,\
+               lib/poi-ooxml-3.10.1-filtered.jar,\
                lib/poi-ooxml-schemas-3.10.1-20140818.jar,\
                lib/xmlbeans-2.6.0.jar
 
diff --git a/org.eclipse.capra.ui.office/lib/poi-ooxml-3.10.1-20140818.jar b/org.eclipse.capra.ui.office/lib/poi-ooxml-3.10.1-filtered.jar
similarity index 76%
rename from org.eclipse.capra.ui.office/lib/poi-ooxml-3.10.1-20140818.jar
rename to org.eclipse.capra.ui.office/lib/poi-ooxml-3.10.1-filtered.jar
index fab0eea..c653b5f 100644
--- a/org.eclipse.capra.ui.office/lib/poi-ooxml-3.10.1-20140818.jar
+++ b/org.eclipse.capra.ui.office/lib/poi-ooxml-3.10.1-filtered.jar
Binary files differ