diff --git a/org.polarsys.chess.parent/releng/eu.fbk.tools.aida.chess.repository/pom.xml b/org.polarsys.chess.parent/releng/eu.fbk.tools.aida.chess.repository/pom.xml
index 45ee14bd2fdde9acf910a728f555f1353a2f4ba6..817f1192c2be8e97b30b44c70f67f32b8e627294 100644
--- a/org.polarsys.chess.parent/releng/eu.fbk.tools.aida.chess.repository/pom.xml
+++ b/org.polarsys.chess.parent/releng/eu.fbk.tools.aida.chess.repository/pom.xml
@@ -16,6 +16,7 @@
 		<updateSite.mount.dir.root>/tmp</updateSite.mount.dir.root>
 		<updateSite.mount.dir>www_us</updateSite.mount.dir>
 		<updateSite.url.root>es@es-static.fbk.eu:/</updateSite.url.root>
+		<updateSite.skip>true</updateSite.skip>				
 	</properties>
 
 	<profiles>
@@ -23,12 +24,14 @@
 			<id>DevelopmentUpdateSite</id>
 			<properties>
 				<updateSite.dir>${updateSite.root}/aida_chess_devel</updateSite.dir>
+				<updateSite.skip>false</updateSite.skip>								
 			</properties>
 		</profile>
 		<profile>
 			<id>ProductionUpdateSite</id>
 			<properties>
 				<updateSite.dir>${updateSite.root}/aida_chess</updateSite.dir>
+				<updateSite.skip>false</updateSite.skip>								
 			</properties>
 		</profile>
 	</profiles>
@@ -74,8 +77,9 @@
 						<goals>
 							<goal>exec</goal>
 						</goals>
-						<phase>install</phase>
+						<phase>install</phase>								
 						<configuration>
+							<skip>${updateSite.skip}</skip>
 							<executable>mkdir</executable>
 							<workingDirectory>${updateSite.mount.dir.root}</workingDirectory>
 							<longModulepath>false</longModulepath>
@@ -92,6 +96,7 @@
 						</goals>
 						<phase>install</phase>
 						<configuration>
+							<skip>${updateSite.skip}</skip>
 							<executable>chmod</executable>
 							<workingDirectory>${updateSite.mount.dir.root}</workingDirectory>
 							<arguments>
@@ -107,6 +112,7 @@
 						</goals>
 						<phase>install</phase>
 						<configuration>
+							<skip>${updateSite.skip}</skip>
 							<executable>sshfs</executable>
 							<workingDirectory>${updateSite.mount.dir.root}</workingDirectory>
 							<arguments>
@@ -126,6 +132,7 @@
 						</goals>
 						<phase>install</phase>
 						<configuration>
+							<skip>${updateSite.skip}</skip>
 							<executable>cp</executable>
 							<workingDirectory>${basedir}/target/repository</workingDirectory>
 							<arguments>
@@ -158,6 +165,7 @@
 						</goals>
 						<phase>install</phase>
 						<configuration>
+							<skip>${updateSite.skip}</skip>
 							<executable>fusermount</executable>
 							<workingDirectory>${updateSite.mount.dir.root}</workingDirectory>
 							<arguments>
diff --git a/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/commands/InstantiateParamArchAsOssFileCommand.class b/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/commands/InstantiateParamArchAsOssFileCommand.class
deleted file mode 100644
index 4a4f7671c7d023a67215ba9940cf855ec3f78f14..0000000000000000000000000000000000000000
Binary files a/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/commands/InstantiateParamArchAsOssFileCommand.class and /dev/null differ
diff --git a/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/ui/dialog/ConfigParameter$IntegerVerifyListener.class b/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/ui/dialog/ConfigParameter$IntegerVerifyListener.class
deleted file mode 100644
index e9f0d6ffa6c09a2d3b3c954b098714dd8ff2946b..0000000000000000000000000000000000000000
Binary files a/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/ui/dialog/ConfigParameter$IntegerVerifyListener.class and /dev/null differ
diff --git a/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/ui/dialog/ConfigParameter$RealVerifyListener.class b/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/ui/dialog/ConfigParameter$RealVerifyListener.class
deleted file mode 100644
index 4bd2f68d34372b2342bb537b02961959f963b565..0000000000000000000000000000000000000000
Binary files a/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/ui/dialog/ConfigParameter$RealVerifyListener.class and /dev/null differ
diff --git a/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/ui/dialog/ConfigParameter.class b/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/ui/dialog/ConfigParameter.class
deleted file mode 100644
index 8c42496309a1ee1ab1f06df68546062c786377e1..0000000000000000000000000000000000000000
Binary files a/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/ui/dialog/ConfigParameter.class and /dev/null differ
diff --git a/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/ui/dialog/ConfigureArchitectureDialog.class b/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/ui/dialog/ConfigureArchitectureDialog.class
deleted file mode 100644
index 3e223f6b19317179e5e2085785585f3567535c8b..0000000000000000000000000000000000000000
Binary files a/plugins/org.polarsys.chess.paramArchConfigurator/bin/org/polarsys/chess/paramArchConfigurator/ui/dialog/ConfigureArchitectureDialog.class and /dev/null differ