From 92a611b86cc1a50a6ba4fe3bed51d45377e232f1 Mon Sep 17 00:00:00 2001 From: Anna Dushistova Date: Tue, 14 Dec 2010 21:51:53 +0000 Subject: [PATCH] [releng] trying out new defaults for signing. --- releng/org.eclipse.tm.releng/build.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/releng/org.eclipse.tm.releng/build.properties b/releng/org.eclipse.tm.releng/build.properties index 4a675635808..907825f51e1 100644 --- a/releng/org.eclipse.tm.releng/build.properties +++ b/releng/org.eclipse.tm.releng/build.properties @@ -100,4 +100,8 @@ compilerArg=-inlineJSR -enableJavadoc -encoding UTF-8 # use this to omit pack200 step (does not yet work on Windows - https://bugs.eclipse.org/bugs/show_bug.cgi?id=268405) #skipPack=true #skipSign=true + +buildServerUser= +signingDir=/home/data/httpd/download-staging.priv/commonBuild + ## END PROJECT BUILD PROPERTIES ##