meta data changed
diff --git a/org.eclipse.emf.refactor.smells.configuration/META-INF/MANIFEST.MF b/org.eclipse.emf.refactor.smells.configuration/META-INF/MANIFEST.MF
index ff223cb..427bd30 100644
--- a/org.eclipse.emf.refactor.smells.configuration/META-INF/MANIFEST.MF
+++ b/org.eclipse.emf.refactor.smells.configuration/META-INF/MANIFEST.MF
@@ -10,3 +10,5 @@
  org.eclipse.emf.refactor.smells;bundle-version="0.7.0"
 Bundle-ActivationPolicy: lazy
 Bundle-RequiredExecutionEnvironment: JavaSE-1.6
+Export-Package: org.eclipse.emf.refactor.smells.configuration.core,
+ org.eclipse.emf.refactor.smells.configuration.managers
diff --git a/org.eclipse.emf.refactor.smells.configuration/build.properties b/org.eclipse.emf.refactor.smells.configuration/build.properties
index e9863e2..316d0b2 100644
--- a/org.eclipse.emf.refactor.smells.configuration/build.properties
+++ b/org.eclipse.emf.refactor.smells.configuration/build.properties
@@ -2,4 +2,6 @@
 output.. = bin/
 bin.includes = META-INF/,\
                .,\
-               plugin.xml
+               plugin.xml,\
+               bin/,\
+               src/
diff --git a/org.eclipse.emf.refactor.smells.configuration/plugin.xml b/org.eclipse.emf.refactor.smells.configuration/plugin.xml
index 1b7cb8a..fcaaa7b 100644
--- a/org.eclipse.emf.refactor.smells.configuration/plugin.xml
+++ b/org.eclipse.emf.refactor.smells.configuration/plugin.xml
@@ -5,7 +5,7 @@
          point="org.eclipse.ui.propertyPages">
       <page
             category="org.eclipse.emf.refactor.propertypage"
-            class="org.eclipse.emf.refactor.smells.configuration.ui.ModelSmellsConfigurationPage"
+            class="org.eclipse.emf.refactor.smells.configuration.ui.ModelSmellPropertyPage"
             id="org.eclipse.emf.refactor.smells.configuration"
             name="Model Smells configuration">
       </page>
@@ -14,7 +14,7 @@
          point="org.eclipse.ui.propertyPages">
       <page
             category="org.eclipse.emf.refactor.propertypage"
-            class="org.eclipse.emf.refactor.smells.configuration.ui.ModelSmellsConfigurationPage"
+            class="org.eclipse.emf.refactor.smells.configuration.ui.ModelSmellPropertyPage"
             id="org.eclipse.emf.refactor.smells.configuration"
             name="Model Smells configuration">
       </page>