cleanup the not useful remote sign and pack profile
diff --git a/jetty-features/org.eclipse.jetty.product/pom.xml b/jetty-features/org.eclipse.jetty.product/pom.xml
index 422b0f2..74e4c46 100644
--- a/jetty-features/org.eclipse.jetty.product/pom.xml
+++ b/jetty-features/org.eclipse.jetty.product/pom.xml
@@ -26,21 +26,21 @@
   <artifactId>org.eclipse.jetty.product</artifactId>
   <packaging>eclipse-repository</packaging>
   <description>Prototype: Eclipse Product for Jetty-Equinox, P2 able</description>
-	<properties>
-	    <tycho.updatesite.with.jre>true</tycho.updatesite.with.jre>
-	    <tycho.publisher.with.statsUri>http://download.eclipse.org/stats</tycho.publisher.with.statsUri>
-            <tycho.publisher.with.statsTrackedBundleIDs>org.eclipse.jetty.sdk,org.eclipse.jetty.starterkit.sdk,org.eclipse.jetty.starterkit,org.eclipse.jetty.tooling,org.eclipse.pde.junit4.runtime.addon,org.eclipse.pde.junit4.runtime.standalone</tycho.publisher.with.statsTrackedBundleIDs>
-	</properties>
+    <properties>
+      <tycho.updatesite.with.jre>true</tycho.updatesite.with.jre>
+      <tycho.publisher.with.statsUri>http://download.eclipse.org/stats</tycho.publisher.with.statsUri>
+      <tycho.publisher.with.statsTrackedBundleIDs>org.eclipse.jetty.sdk,org.eclipse.jetty.starterkit.sdk,org.eclipse.jetty.starterkit,org.eclipse.jetty.tooling,org.eclipse.pde.junit4.runtime.addon,org.eclipse.pde.junit4.runtime.standalone</tycho.publisher.with.statsTrackedBundleIDs>
+    </properties>
   <build>
     <extensions>
-	    <extension>
-		    <groupId>org.apache.maven.wagon</groupId>
-		    <artifactId>wagon-ssh-external</artifactId>
-		    <version>1.0-beta-6</version>
-	    </extension>
+      <extension>
+        <groupId>org.apache.maven.wagon</groupId>
+        <artifactId>wagon-ssh-external</artifactId>
+        <version>1.0-beta-6</version>
+      </extension>
     </extensions>
   </build>
-	<profiles>
+  <profiles>
     <profile>
      <id>packAndSign</id>
       <activation>
@@ -158,150 +158,5 @@
         </plugins>
        </build>
      </profile>
-		<profile>
-			<id>packAndSignRemote</id>
-			<build>
-				<plugins>
-					<plugin>
-					      <groupId>org.sonatype.tycho</groupId>
-					      <artifactId>tycho-p2-publisher-director</artifactId>
-					      <version>${tycho-version}</version>
-					      <configuration>
-						<compress>true</compress>
-						<pack200>true</pack200>
-						<recreateRepository>true</recreateRepository>
-						<signedAndRepackedTargetRepository>${project.build.directory}/packed/${project.artifactId}-${project.version}.zip</signedAndRepackedTargetRepository>
-	<statsURI>http://download.eclipse.org/stats/helios/</statsURI>
-	<statsTrackedArtifacts>org.eclipse.jetty.server,org.eclipse.jetty.osgi.pde.templates,org.eclipse.pde.junit.runtime.standalone,org.eclipse.pde.junit.runtime.addon</statsTrackedArtifacts>
-	<packExclude>plugins/org.sat4j.core_*.jar,plugins/org.sat4j.pb_*.jar,plugins/org.eclipse.jdt.core.compiler.batch*.jar</packExclude>
-					      </configuration>
-					</plugin>
-					<plugin>
-						<groupId>org.mortbay.jetty.toolchain</groupId>
-						<artifactId>eclipse-signing-maven-plugin</artifactId>
-						<version>1.0-SNAPSHOT</version>
-						<executions>
-						<!--  example of executing locally for pack >
-							<execution>
-								<id>pack</id>
-								<configuration>
-								    <execute>remote</execute>
-									<wagonProtocol>scpexe://</wagonProtocol>
-									<wagonHost>build.eclipse.org</wagonHost>
-									<wagonPath>/home/data/users/jmcconnell</wagonPath>
-									<serverId>jetty.eclipse.website</serverId>
-									<inputFile>${project.build.directory}/${project.artifactId}-${project.version}.zip</inputFile>
-								</configuration>
-								<phase>prepare-package</phase>
-								<goals>
-									<goal>pack</goal>
-								</goals>
-							</execution-->
-							<execution>
-								<id>pack</id>
-								<configuration>
-								    <execute>local</execute>
-        <!-- we don't need the wagon* but it keeps complaining -->
-        <serverId>jetty.eclipse.website</serverId>
-        <wagonProtocol>scpexe://</wagonProtocol>
-        <wagonHost>build.eclipse.org</wagonHost>
-        <wagonPath>/home/data/httpd/download-staging.priv/rt/jetty</wagonPath>
-								    <pack200>${pathToPack200ParentFolder}</pack200>
-								    <inputFile>${project.build.directory}/repository</inputFile>
-	<packExclude>plugins/org.sat4j.core_*.jar,plugins/org.sat4j.pb_*.jar,plugins/org.eclipse.jdt.core.compiler.batch*.jar</packExclude>
-								</configuration>
-								<phase>prepare-package</phase>
-								<goals>
-									<goal>pack</goal>
-								</goals>
-							</execution>
-							
-						<!-- the sign remote -->
-							<execution>
-								<id>sign</id>
-								<configuration>
-									<execute>remote</execute>
-									<wagonProtocol>scpexe://</wagonProtocol>
-									<wagonHost>build.eclipse.org</wagonHost>
-									<wagonPath>/home/data/httpd/download-staging.priv/rt/jetty</wagonPath>
-									<serverId>jetty.eclipse.website</serverId>
-									<inputFile>${project.build.directory}/packed/${project.artifactId}-${project.version}.zip</inputFile>
-								</configuration>
-								<phase>prepare-package</phase>
-								<goals>
-									<goal>sign</goal>
-								</goals>
-							</execution>
-						<!-- example of remote pack >
-							<execution>
-								<id>repack</id>
-								<configuration>
-									<execute>remote</execute>
-									<wagonProtocol>scpexe://</wagonProtocol>
-									<wagonHost>build.eclipse.org</wagonHost>
-									<wagonPath>/home/data/users/jmcconnell</wagonPath>
-									<serverId>jetty.eclipse.website</serverId>
-									<inputFile>${project.build.directory}/signed/${project.artifactId}-${project.version}.zip</inputFile>
-								</configuration>
-								<phase>prepare-package</phase>
-								<goals>
-									<goal>pack</goal>
-								</goals>
-							</execution-->
-							<execution>
-								<id>repack</id>
-								<configuration>
-									<execute>local</execute>
-        <!-- we don't need the wagon* but it keeps complaining -->
-        <serverId>jetty.eclipse.website</serverId>
-        <wagonProtocol>scpexe://</wagonProtocol>
-        <wagonHost>build.eclipse.org</wagonHost>
-        <wagonPath>/home/data/httpd/download-staging.priv/rt/jetty</wagonPath>
-									<pack200>${pathToPack200ParentFolder}</pack200>
-									<inputFile>${project.build.directory}/signed/${project.artifactId}-${project.version}.zip</inputFile>
-								</configuration>
-								<phase>prepare-package</phase>
-								<goals>
-									<goal>pack</goal>
-								</goals>
-							</execution>
-						<!-- signing and pack alters tycho checksums so fix them -->
-						<!-- now taken care of by the RecreateRepositoryApplication at the beginning of the package phase -->
-						<!--	<execution>
-								<id>fixCheckSums</id>
-								<configuration>
-									<inputFile>${project.build.directory}/packed/${project.artifactId}-${project.version}.zip</inputFile>
-									<outputFile>${project.build.directory}/${project.artifactId}-${project.version}.zip</outputFile>
-									<artifactsXml>${project.build.directory}/checksumFix/${project.artifactId}-${project.version}/repository/artifacts.xml</artifactsXml>
-								</configuration>
-								<phase>prepare-package</phase>
-								<goals>
-									<goal>fixCheckSums</goal>
-								</goals>
-							</execution>
-						-->
-						<!-- promote the release somewhere -->
-							<execution>
-								<id>promoteSite</id>
-								<configuration>
-									<wagonProtocol>scpexe://</wagonProtocol>
-									<wagonHost>build.eclipse.org</wagonHost>
-									<!--wagonPath>/home/www/jetty/nightly</wagonPath-->
-                                    <wagonPath>/home/data/httpd/download.eclipse.org/jetty</wagonPath>
-                                    <wagonHost>build.eclipse.org</wagonHost>
-									<serverId>jetty.eclipse.website</serverId>
-									<inputFile>${project.build.directory}/${project.artifactId}-${project.version}.zip</inputFile>
-									<promotionDirectory>T${project.version}</promotionDirectory>
-								</configuration>
-								<phase>verify</phase>
-								<goals>
-									<goal>promote</goal>
-								</goals>
-							</execution>
-						</executions>
-					</plugin>
-				</plugins>
-			</build>
-		</profile>
-	</profiles>
+  </profiles>
 </project>