Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordavid_williams2011-09-13 17:25:46 +0000
committerdavid_williams2011-09-13 17:25:46 +0000
commit7d8d8bba6182b3f10242f0672049a1f3e98eac8a (patch)
tree8cb2ccc2ac326641cffed8e48cb45a9135f45d53
parent5328c9b7ed78aa05902f04303a1f35310223eb65 (diff)
downloadorg.eclipse.epp.packages-7d8d8bba6182b3f10242f0672049a1f3e98eac8a.tar.gz
org.eclipse.epp.packages-7d8d8bba6182b3f10242f0672049a1f3e98eac8a.tar.xz
org.eclipse.epp.packages-7d8d8bba6182b3f10242f0672049a1f3e98eac8a.zip
attempt to fixing signing issue, by using 'local'
-rw-r--r--features/org.eclipse.epp.allpackages.indigo.feature/build.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/org.eclipse.epp.allpackages.indigo.feature/build.xml b/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
index b4aa5d2a..4e19e696 100644
--- a/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
+++ b/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
@@ -160,7 +160,7 @@
<jvmarg value="-Declipse.committer.password=${build.pw}" />
<jvmarg value="-Dsite.pack200=true" />
<jvmarg value="-Dsite.signing=true" />
- <jvmarg value="-Dsigning.type=eclipse.remote" />
+ <jvmarg value="-Dsigning.type=eclipse.local" />
<arg value="-data" />
<arg value="${workspace}" />
<arg value="perform" />

Back to the top