Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkus Knauer2011-09-13 18:31:05 +0000
committerMarkus Knauer2011-09-13 18:31:05 +0000
commit0a3553ad3d76294a4549b47f6fdc44f95a999705 (patch)
tree5d307f9bb9cb8931447f2a260bb4e3b1bedc9c9f
parent7d8d8bba6182b3f10242f0672049a1f3e98eac8a (diff)
downloadorg.eclipse.epp.packages-0a3553ad3d76294a4549b47f6fdc44f95a999705.tar.gz
org.eclipse.epp.packages-0a3553ad3d76294a4549b47f6fdc44f95a999705.tar.xz
org.eclipse.epp.packages-0a3553ad3d76294a4549b47f6fdc44f95a999705.zip
disabled signing
-rw-r--r--features/org.eclipse.epp.allpackages.indigo.feature/build.xml7
1 files changed, 0 insertions, 7 deletions
diff --git a/features/org.eclipse.epp.allpackages.indigo.feature/build.xml b/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
index 4e19e696..11105bae 100644
--- a/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
+++ b/features/org.eclipse.epp.allpackages.indigo.feature/build.xml
@@ -13,7 +13,6 @@
<property name="targetPlatformPath" location="${build.root}/TP" />
<property name="cquery.url" location="${basedir}/epp.cquery" />
<property name="tp.mspec" location="${basedir}/epp-tp.mspec" />
- <property file="/home/data/users/mknauer/.p/.properties" />
<!-- This macro executes the default application of an eclipse installation that resides
in the folder ${buildtools}/@app
@@ -155,12 +154,6 @@
<jvmarg value="-Dbuckminster.temp.root=${build.root}/temp" />
<jvmarg value="-Dbuild.id=${build.id}" />
<jvmarg value="-Dcbi.include.source=false" />
- <jvmarg value="-Dstaging.area=/home/data/httpd/download-staging.priv/technology/epp/" />
- <jvmarg value="-Declipse.committer.name=${build.uid}" />
- <jvmarg value="-Declipse.committer.password=${build.pw}" />
- <jvmarg value="-Dsite.pack200=true" />
- <jvmarg value="-Dsite.signing=true" />
- <jvmarg value="-Dsigning.type=eclipse.local" />
<arg value="-data" />
<arg value="${workspace}" />
<arg value="perform" />

Back to the top