Attempt to remove pack200

Change-Id: Ib54f554dbc9daaeeaf2a9eb82cc182f056e3201a
diff --git a/pom.xml b/pom.xml
index 3d84ee6..c984ff0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -434,7 +434,7 @@
   <profiles>
     <profile>
       <!-- Enable this profile to pack200 and sign p2 repository contents -->
-      <id>pack-and-sign</id>
+      <id>sign</id>
       <build>
         <plugins>
           <plugin>
@@ -442,24 +442,9 @@
             <artifactId>target-platform-configuration</artifactId>
             <version>${tycho-version}</version>
             <configuration>
-              <includePackedArtifacts>true</includePackedArtifacts>
             </configuration>
           </plugin>
           <plugin>
-            <groupId>org.eclipse.tycho.extras</groupId>
-            <artifactId>tycho-pack200a-plugin</artifactId>
-            <version>${tycho-version}</version>
-            <executions>
-              <execution>
-                <id>pack200-normalize</id>
-                <goals>
-                  <goal>normalize</goal>
-                </goals>
-                <phase>verify</phase>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
             <groupId>org.eclipse.cbi.maven.plugins</groupId>
             <artifactId>eclipse-jarsigner-plugin</artifactId>
             <version>${cbi-version}</version>
@@ -474,20 +459,6 @@
             </executions>
           </plugin>
           <plugin>
-            <groupId>org.eclipse.tycho.extras</groupId>
-            <artifactId>tycho-pack200b-plugin</artifactId>
-            <version>${tycho-version}</version>
-            <executions>
-              <execution>
-                <id>pack200-pack</id>
-                <goals>
-                  <goal>pack</goal>
-                </goals>
-                <phase>verify</phase>
-              </execution>
-            </executions>
-          </plugin>
-          <plugin>
             <groupId>org.eclipse.tycho</groupId>
             <artifactId>tycho-p2-plugin</artifactId>
             <version>${tycho-version}</version>