Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-10-07 11:18:45 +0000
committerUwe Stieber2012-10-07 11:18:45 +0000
commitafae2e250c3f9fdabc677970e6048136421cc50e (patch)
tree44667c63a77ce256213430124e59c499770b0e08
parent40dc34359a01dc3de4a7991eb818e783ca6608c1 (diff)
downloadorg.eclipse.tcf-afae2e250c3f9fdabc677970e6048136421cc50e.tar.gz
org.eclipse.tcf-afae2e250c3f9fdabc677970e6048136421cc50e.tar.xz
org.eclipse.tcf-afae2e250c3f9fdabc677970e6048136421cc50e.zip
Releng: Re-enable signed repository deployment
-rw-r--r--features/org.eclipse.tcf.repo/pom.xml2
1 files changed, 0 insertions, 2 deletions
diff --git a/features/org.eclipse.tcf.repo/pom.xml b/features/org.eclipse.tcf.repo/pom.xml
index 9ce61a853..29eab14c7 100644
--- a/features/org.eclipse.tcf.repo/pom.xml
+++ b/features/org.eclipse.tcf.repo/pom.xml
@@ -88,7 +88,6 @@
<!--
This is what I use to deploy a p2 repository someplace to test from before manually making active.
-->
-<!--
<plugin>
<artifactId>maven-antrun-plugin</artifactId>
<executions>
@@ -132,7 +131,6 @@
</execution>
</executions>
</plugin>
--->
</plugins>
</build>
</profile>

Back to the top