version changed
diff --git a/org.eclipse.emf.refactor.refactoring.configuration/META-INF/MANIFEST.MF b/org.eclipse.emf.refactor.refactoring.configuration/META-INF/MANIFEST.MF
index 75f3618..0134bb5 100644
--- a/org.eclipse.emf.refactor.refactoring.configuration/META-INF/MANIFEST.MF
+++ b/org.eclipse.emf.refactor.refactoring.configuration/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: RefactoringConfiguration
Bundle-SymbolicName: org.eclipse.emf.refactor.refactoring.configuration;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
Bundle-Activator: org.eclipse.emf.refactor.refactoring.configuration.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/Activator.class b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/Activator.class
new file mode 100644
index 0000000..d0d872a
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/Activator.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/core/Configuration.class b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/core/Configuration.class
new file mode 100644
index 0000000..e25d570
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/core/Configuration.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/core/SortedRefactoringList.class b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/core/SortedRefactoringList.class
new file mode 100644
index 0000000..cdddc9b
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/core/SortedRefactoringList.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/managers/ConfigurationManager.class b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/managers/ConfigurationManager.class
new file mode 100644
index 0000000..5c6052c
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/managers/ConfigurationManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/managers/XMLProjectFileManager.class b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/managers/XMLProjectFileManager.class
new file mode 100644
index 0000000..a6fa5a3
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/managers/XMLProjectFileManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/ui/RefactoringsConfigurationPage.class b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/ui/RefactoringsConfigurationPage.class
new file mode 100644
index 0000000..4e3aede
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/ui/RefactoringsConfigurationPage.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/ui/TableItemsMapping$TableItemMapping.class b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/ui/TableItemsMapping$TableItemMapping.class
new file mode 100644
index 0000000..95d34f3
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/ui/TableItemsMapping$TableItemMapping.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/ui/TableItemsMapping.class b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/ui/TableItemsMapping.class
new file mode 100644
index 0000000..8e03482
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.configuration/bin/org/eclipse/emf/refactor/refactoring/configuration/ui/TableItemsMapping.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.generator/META-INF/MANIFEST.MF b/org.eclipse.emf.refactor.refactoring.generator/META-INF/MANIFEST.MF
index 13f39ce..c3cbfec 100644
--- a/org.eclipse.emf.refactor.refactoring.generator/META-INF/MANIFEST.MF
+++ b/org.eclipse.emf.refactor.refactoring.generator/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: RefactoringGenerator
Bundle-SymbolicName: org.eclipse.emf.refactor.refactoring.generator;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
Bundle-Activator: org.eclipse.emf.refactor.refactoring.generator.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.runtime,
diff --git a/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/Activator.class b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/Activator.class
new file mode 100644
index 0000000..9769024
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/Activator.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/core/ParameterInfo.class b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/core/ParameterInfo.class
new file mode 100644
index 0000000..1ae09c5
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/core/ParameterInfo.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/core/RefactoringInfo.class b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/core/RefactoringInfo.class
new file mode 100644
index 0000000..50ff959
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/core/RefactoringInfo.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/handler/GenerateNewRefactoringJavaCommandHandler.class b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/handler/GenerateNewRefactoringJavaCommandHandler.class
new file mode 100644
index 0000000..ad18587
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/handler/GenerateNewRefactoringJavaCommandHandler.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/interfaces/INewRefactoringWizard.class b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/interfaces/INewRefactoringWizard.class
new file mode 100644
index 0000000..4836445
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/interfaces/INewRefactoringWizard.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/managers/DependenciesManager.class b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/managers/DependenciesManager.class
new file mode 100644
index 0000000..b61f3e3
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/managers/DependenciesManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/managers/GenerationManager.class b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/managers/GenerationManager.class
new file mode 100644
index 0000000..916800b
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/managers/GenerationManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/managers/XMLPluginFileManager.class b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/managers/XMLPluginFileManager.class
new file mode 100644
index 0000000..359e19d
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/managers/XMLPluginFileManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/BasicDataWizardPage.class b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/BasicDataWizardPage.class
new file mode 100644
index 0000000..586116e
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/BasicDataWizardPage.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/NewRefactoringWizardJava$1.class b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/NewRefactoringWizardJava$1.class
new file mode 100644
index 0000000..e978813
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/NewRefactoringWizardJava$1.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/NewRefactoringWizardJava.class b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/NewRefactoringWizardJava.class
new file mode 100644
index 0000000..6e7f63a
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/NewRefactoringWizardJava.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/ParameterWizardPage.class b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/ParameterWizardPage.class
new file mode 100644
index 0000000..170fbc3
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/ParameterWizardPage.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/TestWizardPage.class b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/TestWizardPage.class
new file mode 100644
index 0000000..bc1cfa8
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.generator/bin/org/eclipse/emf/refactor/refactoring/generator/ui/TestWizardPage.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/Activator.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/Activator.class
new file mode 100644
index 0000000..2531d15
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/Activator.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/generator/HenshinRefactoringInfo.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/generator/HenshinRefactoringInfo.class
new file mode 100644
index 0000000..bf51e11
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/generator/HenshinRefactoringInfo.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/handler/GenerateNewRefactoringHenshinCommandHandler.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/handler/GenerateNewRefactoringHenshinCommandHandler.class
new file mode 100644
index 0000000..6f1570c
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/handler/GenerateNewRefactoringHenshinCommandHandler.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/interfaces/IHenshinController.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/interfaces/IHenshinController.class
new file mode 100644
index 0000000..0657053
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/interfaces/IHenshinController.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/interfaces/IHenshinDataManagement.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/interfaces/IHenshinDataManagement.class
new file mode 100644
index 0000000..305a8f4
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/interfaces/IHenshinDataManagement.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/interfaces/IHenshinInformation.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/interfaces/IHenshinInformation.class
new file mode 100644
index 0000000..b9b6864
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/interfaces/IHenshinInformation.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinDependenciesManager.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinDependenciesManager.class
new file mode 100644
index 0000000..41378ae
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinDependenciesManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinFileManager$1.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinFileManager$1.class
new file mode 100644
index 0000000..71f46b4
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinFileManager$1.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinFileManager.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinFileManager.class
new file mode 100644
index 0000000..dab4b4e
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinFileManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinGenerationManager.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinGenerationManager.class
new file mode 100644
index 0000000..06f93f7
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinGenerationManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinRuntimeManager.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinRuntimeManager.class
new file mode 100644
index 0000000..8052725
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/managers/HenshinRuntimeManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/runtime/CheckConditionsCommand.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/runtime/CheckConditionsCommand.class
new file mode 100644
index 0000000..18d05a5
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/runtime/CheckConditionsCommand.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/runtime/HenshinApplicationMonitor.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/runtime/HenshinApplicationMonitor.class
new file mode 100644
index 0000000..0c896c1
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/runtime/HenshinApplicationMonitor.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/runtime/HenshinInformationAdapter.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/runtime/HenshinInformationAdapter.class
new file mode 100644
index 0000000..f48a0ec
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/runtime/HenshinInformationAdapter.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/runtime/HenshinLtkEmfRefactoringProcessorAdapter.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/runtime/HenshinLtkEmfRefactoringProcessorAdapter.class
new file mode 100644
index 0000000..3a402e1
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/runtime/HenshinLtkEmfRefactoringProcessorAdapter.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/HenshinTransformationWizardPage$1.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/HenshinTransformationWizardPage$1.class
new file mode 100644
index 0000000..88cc77d
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/HenshinTransformationWizardPage$1.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/HenshinTransformationWizardPage.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/HenshinTransformationWizardPage.class
new file mode 100644
index 0000000..ea31bcf
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/HenshinTransformationWizardPage.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/NewRefactoringWizardHenshin$1.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/NewRefactoringWizardHenshin$1.class
new file mode 100644
index 0000000..7a1089b
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/NewRefactoringWizardHenshin$1.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/NewRefactoringWizardHenshin.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/NewRefactoringWizardHenshin.class
new file mode 100644
index 0000000..874b29f
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/NewRefactoringWizardHenshin.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/ParameterWizardPage.class b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/ParameterWizardPage.class
new file mode 100644
index 0000000..8fa6c22
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.henshin/bin/org/eclipse/emf/refactor/refactoring/henshin/ui/ParameterWizardPage.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.papyrus/bin/org/eclipse/emf/refactor/refactoring/papyrus/Activator.class b/org.eclipse.emf.refactor.refactoring.papyrus/bin/org/eclipse/emf/refactor/refactoring/papyrus/Activator.class
new file mode 100644
index 0000000..4c510fb
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.papyrus/bin/org/eclipse/emf/refactor/refactoring/papyrus/Activator.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.papyrus/bin/org/eclipse/emf/refactor/refactoring/papyrus/handler/GenerateNewRefactoringJavaCommandHandler.class b/org.eclipse.emf.refactor.refactoring.papyrus/bin/org/eclipse/emf/refactor/refactoring/papyrus/handler/GenerateNewRefactoringJavaCommandHandler.class
new file mode 100644
index 0000000..31b944e
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.papyrus/bin/org/eclipse/emf/refactor/refactoring/papyrus/handler/GenerateNewRefactoringJavaCommandHandler.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.papyrus/bin/org/eclipse/emf/refactor/refactoring/papyrus/managers/PapyrusProjectManager.class b/org.eclipse.emf.refactor.refactoring.papyrus/bin/org/eclipse/emf/refactor/refactoring/papyrus/managers/PapyrusProjectManager.class
new file mode 100644
index 0000000..707aba4
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.papyrus/bin/org/eclipse/emf/refactor/refactoring/papyrus/managers/PapyrusProjectManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.papyrus/bin/org/eclipse/emf/refactor/refactoring/papyrus/managers/PapyrusSelectionManager.class b/org.eclipse.emf.refactor.refactoring.papyrus/bin/org/eclipse/emf/refactor/refactoring/papyrus/managers/PapyrusSelectionManager.class
new file mode 100644
index 0000000..38d50b2
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.papyrus/bin/org/eclipse/emf/refactor/refactoring/papyrus/managers/PapyrusSelectionManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/META-INF/MANIFEST.MF b/org.eclipse.emf.refactor.refactoring.runtime/META-INF/MANIFEST.MF
index 7975f77..de428c8 100644
--- a/org.eclipse.emf.refactor.refactoring.runtime/META-INF/MANIFEST.MF
+++ b/org.eclipse.emf.refactor.refactoring.runtime/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: RefactoringRuntime
Bundle-SymbolicName: org.eclipse.emf.refactor.refactoring.runtime;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
Bundle-Activator: org.eclipse.emf.refactor.refactoring.runtime.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.core.resources;bundle-version="3.6.0",
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/Activator.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/Activator.class
new file mode 100644
index 0000000..5c1562f
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/Activator.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/DataManagementAdapter.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/DataManagementAdapter.class
new file mode 100644
index 0000000..7b3f0cd
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/DataManagementAdapter.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/config/RuntimeConfig.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/config/RuntimeConfig.class
new file mode 100644
index 0000000..b86f570
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/config/RuntimeConfig.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/LtkEmfRefactoringProcessorAdapter.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/LtkEmfRefactoringProcessorAdapter.class
new file mode 100644
index 0000000..91b0157
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/LtkEmfRefactoringProcessorAdapter.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/change/RefactoringChange.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/change/RefactoringChange.class
new file mode 100644
index 0000000..e94909c
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/change/RefactoringChange.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/change/UndoRedoChange.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/change/UndoRedoChange.class
new file mode 100644
index 0000000..eaa6545
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/change/UndoRedoChange.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/command/PreviewCommand.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/command/PreviewCommand.class
new file mode 100644
index 0000000..8fe10d2
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/command/PreviewCommand.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/command/RefactoringCommand.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/command/RefactoringCommand.class
new file mode 100644
index 0000000..ec85c23
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/command/RefactoringCommand.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/ui/AbstractRefactoringWizard.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/ui/AbstractRefactoringWizard.class
new file mode 100644
index 0000000..0023232
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ltk/ui/AbstractRefactoringWizard.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/test/EmfTestRefactoringCommand.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/test/EmfTestRefactoringCommand.class
new file mode 100644
index 0000000..2e75191
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/test/EmfTestRefactoringCommand.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/test/JUnitTestCaseAdapter$JUnitModelManager.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/test/JUnitTestCaseAdapter$JUnitModelManager.class
new file mode 100644
index 0000000..f2df62f
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/test/JUnitTestCaseAdapter$JUnitModelManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/test/JUnitTestCaseAdapter.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/test/JUnitTestCaseAdapter.class
new file mode 100644
index 0000000..78d692b
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/test/JUnitTestCaseAdapter.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/test/ModelManager.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/test/ModelManager.class
new file mode 100644
index 0000000..d2f5ebb
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/test/ModelManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ui/ApplicationMenu$1.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ui/ApplicationMenu$1.class
new file mode 100644
index 0000000..ae202f4
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ui/ApplicationMenu$1.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ui/ApplicationMenu.class b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ui/ApplicationMenu.class
new file mode 100644
index 0000000..e964f5b
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring.runtime/bin/org/eclipse/emf/refactor/refactoring/runtime/ui/ApplicationMenu.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring/META-INF/MANIFEST.MF b/org.eclipse.emf.refactor.refactoring/META-INF/MANIFEST.MF
index f853634..7e5ee32 100644
--- a/org.eclipse.emf.refactor.refactoring/META-INF/MANIFEST.MF
+++ b/org.eclipse.emf.refactor.refactoring/META-INF/MANIFEST.MF
@@ -2,7 +2,7 @@
Bundle-ManifestVersion: 2
Bundle-Name: Refactoring
Bundle-SymbolicName: org.eclipse.emf.refactor.refactoring;singleton:=true
-Bundle-Version: 0.7.0.qualifier
+Bundle-Version: 0.7.0
Bundle-Activator: org.eclipse.emf.refactor.refactoring.Activator
Require-Bundle: org.eclipse.ui,
org.eclipse.ui.ide;bundle-version="3.8.0",
diff --git a/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/Activator.class b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/Activator.class
new file mode 100644
index 0000000..69c9043
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/Activator.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/core/ExtensionPointTags.class b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/core/ExtensionPointTags.class
new file mode 100644
index 0000000..c1a908d
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/core/ExtensionPointTags.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/core/Port.class b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/core/Port.class
new file mode 100644
index 0000000..b6d9077
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/core/Port.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/core/Refactoring.class b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/core/Refactoring.class
new file mode 100644
index 0000000..b54a326
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/core/Refactoring.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/core/RefactoringLoader.class b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/core/RefactoringLoader.class
new file mode 100644
index 0000000..b06d4ed
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/core/RefactoringLoader.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/interfaces/IController.class b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/interfaces/IController.class
new file mode 100644
index 0000000..275e5fe
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/interfaces/IController.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/interfaces/IDataManagement.class b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/interfaces/IDataManagement.class
new file mode 100644
index 0000000..c10d83b
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/interfaces/IDataManagement.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/interfaces/IGuiHandler.class b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/interfaces/IGuiHandler.class
new file mode 100644
index 0000000..8a6cc3a
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/interfaces/IGuiHandler.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/managers/ProjectManager.class b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/managers/ProjectManager.class
new file mode 100644
index 0000000..3f63905
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/managers/ProjectManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/managers/RefactoringManager.class b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/managers/RefactoringManager.class
new file mode 100644
index 0000000..800c445
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/managers/RefactoringManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/managers/SelectionManager.class b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/managers/SelectionManager.class
new file mode 100644
index 0000000..a218c4e
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/managers/SelectionManager.class
Binary files differ
diff --git a/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/managers/XMLManager.class b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/managers/XMLManager.class
new file mode 100644
index 0000000..03eb16a
--- /dev/null
+++ b/org.eclipse.emf.refactor.refactoring/bin/org/eclipse/emf/refactor/refactoring/managers/XMLManager.class
Binary files differ