catch up with development

Signed-off-by: Ralf Mollik <ramollik@compex-commerce.com>
diff --git a/org.eclipse.osbp.utils.themes.ui/build.properties b/org.eclipse.osbp.utils.themes.ui/build.properties
index dd75357..c0dee2e 100644
--- a/org.eclipse.osbp.utils.themes.ui/build.properties
+++ b/org.eclipse.osbp.utils.themes.ui/build.properties
@@ -2,8 +2,6 @@
 output.. = target/classes
 bin.includes = about.properties,  about.mappings,  about.ini,  about.html,  META-INF/,\
                .,\
-               .settings/,\
-               plugin.xml,\
                license.html,\
                LICENSE.txt,\
                epl-2.0.html
diff --git a/org.eclipse.osbp.utils.themes.ui/plugin.xml b/org.eclipse.osbp.utils.themes.ui/plugin.xml
deleted file mode 100644
index 7650ad5..0000000
--- a/org.eclipse.osbp.utils.themes.ui/plugin.xml
+++ /dev/null
@@ -1,78 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<plugin>
-    <extension
-         point="org.eclipse.osbp.vaaclipse.theme">
-    <theme
-        cssUri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp/styles.css"
-        id="osbp"
-        label="Classic"
-        description="Classic">
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp/">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp/image/">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp/icon/">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp/flag/">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/valo/shared/img">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/base/fonts">
-        </resourceLocationUri>
-    </theme>    
-    <theme
-        cssUri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp-steel/styles.css"
-        id="osbp-steel"
-        label="Steel"
-        description="Steel">
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp-steel/">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp-steel/image/">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp-steel/icon/">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp-steel/flag/">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/valo/shared/img">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/base/fonts">
-        </resourceLocationUri>
-    </theme>    
-    <theme
-        cssUri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp-tea/styles.css"
-        id="osbp-tea"
-        label="Green Tea"
-        description="Green Tea">
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp-tea/">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp-tea/image/">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp-tea/icon/">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/osbp-tea/flag/">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/valo/shared/img">
-        </resourceLocationUri>
-        <resourceLocationUri
-               uri="platform:/plugin/org.eclipse.osbp.themes/VAADIN/themes/base/fonts">
-        </resourceLocationUri>
-    </theme>   
-  </extension>
-</plugin>