Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/org.eclipse.epp.allpackages.indigo.feature/build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/org.eclipse.epp.allpackages.indigo.feature/build.xml b/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
index 31a29141..cd6c41fc 100644
--- a/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
+++ b/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
@@ -135,7 +135,7 @@
<jvmarg value="-Dbuckminster.temp.root=${build.root}/temp" />
<jvmarg value="-Dbuild.id=${build.id}" />
<jvmarg value="-Dcbi.include.source=false" />
- <jvmarg value="-Dsigning.type=eclipse.local" />
+ <jvmarg value="-Dsigning.type=local" />
<arg value="-data" />
<arg value="${workspace}" />
<arg value="build" />
@@ -155,7 +155,7 @@
<jvmarg value="-Dbuckminster.temp.root=${build.root}/temp" />
<jvmarg value="-Dbuild.id=${build.id}" />
<jvmarg value="-Dcbi.include.source=false" />
- <jvmarg value="-Dsigning.type=eclipse.local" />
+ <jvmarg value="-Dsigning.type=local" />
<arg value="-data" />
<arg value="${workspace}" />
<arg value="perform" />

Back to the top