Revert "[Releng] Update RCP signing behavior"

This reverts commit 6449eace6395b7e0f00d6f9abf35287ad958284f.

Change-Id: Iae86e55f3ae8bda06c1c24b6c6e71bbab7faa111
Signed-off-by: Quentin Le Menez <quentin.lemenez@cea.fr>
diff --git a/pom.xml b/pom.xml
index 6035fa8..a3199dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -43,7 +43,7 @@
 		<findbugs.version>3.0.5</findbugs.version>
 		<maven.compiler.version>3.8.1</maven.compiler.version>
 		<!-- https://repo.eclipse.org/content/repositories/cbi-releases/ -->
-		<eclipse-cbi.version>1.3.2</eclipse-cbi.version>
+		<jarSigner.version>1.3.1</jarSigner.version>
 		<!-- https://repository.jboss.org/ -->
 		<jboss.utils.version>1.7.0</jboss.utils.version>
 		<java.source.version>11</java.source.version>
@@ -320,38 +320,13 @@
 					<value>true</value>
 				</property>
 			</activation>
+			<!-- Pack200 -->
 			<build>
 				<plugins>
 					<plugin>
 						<groupId>org.eclipse.cbi.maven.plugins</groupId>
 						<artifactId>eclipse-jarsigner-plugin</artifactId>
-						<version>${eclipse-cbi.version}</version>
-						<executions>
-							<execution>
-								<id>sign</id>
-								<goals>
-									<goal>sign</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<groupId>org.eclipse.cbi.maven.plugins</groupId>
-						<artifactId>eclipse-macsigner-plugin</artifactId>
-						<version>${eclipse-cbi.version}</version>
-						<executions>
-							<execution>
-								<id>sign</id>
-								<goals>
-									<goal>sign</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<groupId>org.eclipse.cbi.maven.plugins</groupId>
-						<artifactId>eclipse-winsigner-plugin</artifactId>
-						<version>${eclipse-cbi.version}</version>
+						<version>${jarSigner.version}</version>
 						<executions>
 							<execution>
 								<id>sign</id>
diff --git a/releng/org.eclipse.papyrus.sysml16.product/application.entitlement b/releng/org.eclipse.papyrus.sysml16.product/application.entitlement
deleted file mode 100755
index 6fdb9d3..0000000
--- a/releng/org.eclipse.papyrus.sysml16.product/application.entitlement
+++ /dev/null
@@ -1,18 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
-<plist version="1.0">
-<dict>
-    <key>com.apple.security.cs.allow-jit</key>
-    <true/>
-    <key>com.apple.security.cs.allow-unsigned-executable-memory</key>
-    <true/>
-    <key>com.apple.security.cs.disable-executable-page-protection</key>
-    <true/>
-    <key>com.apple.security.cs.allow-dyld-environment-variables</key>
-    <true/>
-    <key>com.apple.security.cs.disable-library-validation</key>
-    <true/>
-    <key>com.apple.security.cs.debugger</key>
-    <true/>
-</dict>
-</plist>
\ No newline at end of file
diff --git a/releng/org.eclipse.papyrus.sysml16.product/pom.xml b/releng/org.eclipse.papyrus.sysml16.product/pom.xml
index 92d1afa..5875120 100644
--- a/releng/org.eclipse.papyrus.sysml16.product/pom.xml
+++ b/releng/org.eclipse.papyrus.sysml16.product/pom.xml
@@ -55,57 +55,9 @@
 						<goals>
 							<goal>archive-products</goal>
 						</goals>
-						<phase>pre-integration-test</phase>
 					</execution>
 				</executions>
 			</plugin>
 		</plugins>
 	</build>
-	
-	<profiles>
-		<profile>
-			<id>sign</id>
-			<activation>
-				<property>
-					<name>SIGN</name>
-					<value>true</value>
-				</property>
-			</activation>
-			<build>
-				<plugins>
-					<plugin>
-						<groupId>org.eclipse.cbi.maven.plugins</groupId>
-						<artifactId>eclipse-macsigner-plugin</artifactId>
-						<configuration>
-							<fileNames>Papyrus.app</fileNames>
-							<entitlements>${project.basedir}/application.entitlement</entitlements>
-						</configuration>
-						<executions>
-							<execution>
-								<phase>package</phase>
-								<goals>
-									<goal>sign</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-					<plugin>
-						<groupId>org.eclipse.cbi.maven.plugins</groupId>
-						<artifactId>eclipse-winsigner-plugin</artifactId>
-						<configuration>
-							<fileNames>Papyrus.exe,eclipsec.exe</fileNames>
-						</configuration>
-						<executions>
-							<execution>
-								<phase>package</phase>
-								<goals>
-									<goal>sign</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
 </project>
\ No newline at end of file