diff --git a/org.ustok.checklist.app/.settings/org.eclipse.jdt.core.prefs b/org.ustok.checklist.app/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f42de36..0000000
--- a/org.ustok.checklist.app/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
-org.eclipse.jdt.core.compiler.compliance=1.7
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.7
diff --git a/org.ustok.checklist.core.io/.settings/org.eclipse.jdt.core.prefs b/org.ustok.checklist.core.io/.settings/org.eclipse.jdt.core.prefs
index fe98f20..dd294b9 100644
--- a/org.ustok.checklist.core.io/.settings/org.eclipse.jdt.core.prefs
+++ b/org.ustok.checklist.core.io/.settings/org.eclipse.jdt.core.prefs
@@ -9,16 +9,6 @@ org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=48
diff --git a/org.ustok.checklist.core/.classpath b/org.ustok.checklist.core/.classpath
index 6a42377..098194c 100644
--- a/org.ustok.checklist.core/.classpath
+++ b/org.ustok.checklist.core/.classpath
@@ -3,6 +3,5 @@
-
diff --git a/org.ustok.checklist.core/.settings/org.eclipse.jdt.core.prefs b/org.ustok.checklist.core/.settings/org.eclipse.jdt.core.prefs
index fe98f20..dd294b9 100644
--- a/org.ustok.checklist.core/.settings/org.eclipse.jdt.core.prefs
+++ b/org.ustok.checklist.core/.settings/org.eclipse.jdt.core.prefs
@@ -9,16 +9,6 @@ org.eclipse.jdt.core.codeComplete.staticFieldPrefixes=
org.eclipse.jdt.core.codeComplete.staticFieldSuffixes=
org.eclipse.jdt.core.codeComplete.staticFinalFieldPrefixes=
org.eclipse.jdt.core.codeComplete.staticFinalFieldSuffixes=
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.6
-org.eclipse.jdt.core.compiler.codegen.unusedLocal=preserve
-org.eclipse.jdt.core.compiler.compliance=1.6
-org.eclipse.jdt.core.compiler.debug.lineNumber=generate
-org.eclipse.jdt.core.compiler.debug.localVariable=generate
-org.eclipse.jdt.core.compiler.debug.sourceFile=generate
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.6
org.eclipse.jdt.core.formatter.align_type_members_on_columns=false
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_allocation_expression=16
org.eclipse.jdt.core.formatter.alignment_for_arguments_in_annotation=48
diff --git a/org.ustok.checklist.core/META-INF/MANIFEST.MF b/org.ustok.checklist.core/META-INF/MANIFEST.MF
index f288e16..d904131 100644
--- a/org.ustok.checklist.core/META-INF/MANIFEST.MF
+++ b/org.ustok.checklist.core/META-INF/MANIFEST.MF
@@ -1,11 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
+Bundle-Name: Checklist Core
Bundle-SymbolicName: org.ustok.checklist.core;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
-Bundle-Vendor: %providerName
-Bundle-Localization: plugin
+Bundle-Vendor: Ustok.org
Export-Package: org.ustok.checklist.core
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
diff --git a/org.ustok.checklist.core/build.properties b/org.ustok.checklist.core/build.properties
index 7c1f556..0d05021 100644
--- a/org.ustok.checklist.core/build.properties
+++ b/org.ustok.checklist.core/build.properties
@@ -1,7 +1,5 @@
-source.. = src/,\
- src-gen/
+source.. = src/
output.. = bin/
-bin.includes = META-INF/,\
- .,\
- plugin.properties,\
- plugin.xml
+bin.includes = .,\
+ META-INF/
+src.includes = pom.xml
diff --git a/org.ustok.checklist.core/plugin.properties b/org.ustok.checklist.core/plugin.properties
deleted file mode 100644
index 9da5a35..0000000
--- a/org.ustok.checklist.core/plugin.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 2013 by Ustok.org.
-# All rights reserved.
-#
-
-pluginName = Checklistcfg Model
-providerName = www.example.org
diff --git a/org.ustok.checklist.core/plugin.xml b/org.ustok.checklist.core/plugin.xml
deleted file mode 100644
index 12245f9..0000000
--- a/org.ustok.checklist.core/plugin.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-
-
-
-
-
-
-
-
-
-
diff --git a/org.ustok.checklist.protocol.core/.settings/org.eclipse.jdt.core.prefs b/org.ustok.checklist.protocol.core/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f42de36..0000000
--- a/org.ustok.checklist.protocol.core/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
-org.eclipse.jdt.core.compiler.compliance=1.7
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.7
diff --git a/org.ustok.checklist.protocol.core/META-INF/MANIFEST.MF b/org.ustok.checklist.protocol.core/META-INF/MANIFEST.MF
index 66a51ab..5d94bf2 100644
--- a/org.ustok.checklist.protocol.core/META-INF/MANIFEST.MF
+++ b/org.ustok.checklist.protocol.core/META-INF/MANIFEST.MF
@@ -1,11 +1,10 @@
Manifest-Version: 1.0
Bundle-ManifestVersion: 2
-Bundle-Name: %pluginName
+Bundle-Name: Checklist Protocol Core
Bundle-SymbolicName: org.ustok.checklist.protocol.core;singleton:=true
Bundle-Version: 1.0.0.qualifier
Bundle-ClassPath: .
-Bundle-Vendor: %providerName
-Bundle-Localization: plugin
+Bundle-Vendor: Ustok.org
Bundle-RequiredExecutionEnvironment: JavaSE-1.7
Export-Package: org.ustok.checklist.core.model.protocol,
org.ustok.checklist.core.model.protocol.impl,
diff --git a/org.ustok.checklist.protocol.core/build.properties b/org.ustok.checklist.protocol.core/build.properties
index f754b06..7721f1d 100644
--- a/org.ustok.checklist.protocol.core/build.properties
+++ b/org.ustok.checklist.protocol.core/build.properties
@@ -5,8 +5,7 @@
bin.includes = .,\
model/,\
META-INF/,\
- plugin.xml,\
- plugin.properties
+ plugin.xml
jars.compile.order = .
source.. = src-gen/,\
src/
diff --git a/org.ustok.checklist.protocol.core/plugin.properties b/org.ustok.checklist.protocol.core/plugin.properties
deleted file mode 100644
index fbb1da1..0000000
--- a/org.ustok.checklist.protocol.core/plugin.properties
+++ /dev/null
@@ -1,6 +0,0 @@
-# Copyright 2013 by Ustok.org.
-# All rights reserved.
-#
-
-pluginName = Checklist Protocol Core
-providerName = Ustok.org
diff --git a/org.ustok.checklist.protocol.ui/.settings/org.eclipse.jdt.core.prefs b/org.ustok.checklist.protocol.ui/.settings/org.eclipse.jdt.core.prefs
deleted file mode 100644
index f42de36..0000000
--- a/org.ustok.checklist.protocol.ui/.settings/org.eclipse.jdt.core.prefs
+++ /dev/null
@@ -1,7 +0,0 @@
-eclipse.preferences.version=1
-org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
-org.eclipse.jdt.core.compiler.codegen.targetPlatform=1.7
-org.eclipse.jdt.core.compiler.compliance=1.7
-org.eclipse.jdt.core.compiler.problem.assertIdentifier=error
-org.eclipse.jdt.core.compiler.problem.enumIdentifier=error
-org.eclipse.jdt.core.compiler.source=1.7