fix missing commons.io jar
diff --git a/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/org.polarsys.chess.target.neon.target b/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/org.polarsys.chess.target.neon.target
index e8419d7..f12063a 100644
--- a/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/org.polarsys.chess.target.neon.target
+++ b/org.polarsys.chess.parent/releng/org.polarsys.chess.target.neon/org.polarsys.chess.target.neon.target
@@ -45,7 +45,6 @@
 <unit id="org.eclipse.emf.sdk.feature.group" version="0.0.0"/>
 <unit id="org.eclipse.gef.sdk.feature.group" version="0.0.0"/>
 <unit id="org.eclipse.gmf.sdk.feature.group" version="0.0.0"/>
-<unit id="org.apache.commons.io" version="0.0.0"/>
 <repository location="http://download.eclipse.org/releases/neon/"/>
 </location>
 <location includeAllPlatforms="false" includeConfigurePhase="false" includeMode="planner" includeSource="true" type="InstallableUnit">
diff --git a/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/.classpath b/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/.classpath
index b862a29..eca7bdb 100644
--- a/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/.classpath
+++ b/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/.classpath
@@ -1,7 +1,7 @@
-<?xml version="1.0" encoding="UTF-8"?>

-<classpath>

-	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>

-	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>

-	<classpathentry kind="src" path="src"/>

-	<classpathentry kind="output" path="bin"/>

-</classpath>

+<?xml version="1.0" encoding="UTF-8"?>
+<classpath>
+	<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER/org.eclipse.jdt.internal.debug.ui.launcher.StandardVMType/JavaSE-1.8"/>
+	<classpathentry kind="con" path="org.eclipse.pde.core.requiredPlugins"/>
+	<classpathentry kind="src" path="src"/>
+	<classpathentry kind="output" path="bin"/>
+</classpath>
diff --git a/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/META-INF/MANIFEST.MF b/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/META-INF/MANIFEST.MF
index 3ee39b9..9934cba 100644
--- a/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/META-INF/MANIFEST.MF
+++ b/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/META-INF/MANIFEST.MF
@@ -26,6 +26,7 @@
  eu.fbk.tools.editor.oss,
  eu.fbk.eclipse.standardtools.xtextService,
  org.eclipse.xtext,
- eu.fbk.tools.adapter.core
+ eu.fbk.tools.adapter.core,
+ eu.fbk.eclipse.standardtools.diagram
 Bundle-ActivationPolicy: lazy
 Import-Package: org.apache.log4j
diff --git a/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/build.properties b/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/build.properties
index 6f20375..af2e3af 100644
--- a/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/build.properties
+++ b/plugins/contracts/org.polarsys.chess.contracts.verificationService.test.runtime/build.properties
@@ -1,5 +1,3 @@
-source.. = src/

 output.. = bin/

 bin.includes = META-INF/,\

-               .,\

                plugin.xml