Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Stieber2012-10-07 13:09:08 +0000
committerUwe Stieber2012-10-07 13:09:08 +0000
commitdee8737eeab6d07d8c5dba535e36b827570ba443 (patch)
treed579b8ea32006e474923e076cb7b4af828890ba0 /features
parentafae2e250c3f9fdabc677970e6048136421cc50e (diff)
downloadorg.eclipse.tcf-dee8737eeab6d07d8c5dba535e36b827570ba443.tar.gz
org.eclipse.tcf-dee8737eeab6d07d8c5dba535e36b827570ba443.tar.xz
org.eclipse.tcf-dee8737eeab6d07d8c5dba535e36b827570ba443.zip
Releng: Play with new eclipse-jarsigner-plugin in order to utilize the Eclipse CBI platform possibilities
Diffstat (limited to 'features')
-rw-r--r--features/org.eclipse.tcf.repo/pom.xml9
1 files changed, 1 insertions, 8 deletions
diff --git a/features/org.eclipse.tcf.repo/pom.xml b/features/org.eclipse.tcf.repo/pom.xml
index 29eab14c7..9ba35dece 100644
--- a/features/org.eclipse.tcf.repo/pom.xml
+++ b/features/org.eclipse.tcf.repo/pom.xml
@@ -16,11 +16,8 @@
<packaging>eclipse-repository</packaging>
<properties>
- <pack200>/shared/common/jdk-1.5.0-22.x86_64/bin</pack200>
- <javaExecutable>/usr/local/bin/java</javaExecutable>
<tcf-stream>development</tcf-stream>
<tcf-zipfile>org.eclipse.tcf.repo.zip</tcf-zipfile>
- <tcf-signerInputDirectory>/home/data/httpd/download-staging.priv/tools/tcf/hudson</tcf-signerInputDirectory>
<tcf-install>/home/data/httpd/download.eclipse.org/tools/tcf/builds/${tcf-stream}/nightly</tcf-install>
<jacoco.skip>true</jacoco.skip>
</properties>
@@ -41,8 +38,6 @@
<id>pack</id>
<phase>package</phase>
<configuration>
- <pack200>${pack200}</pack200>
- <javaExecutable>${javaExecutable}</javaExecutable>
<inputFile>${project.build.directory}/${tcf-zipfile}</inputFile>
</configuration>
<goals>
@@ -54,7 +49,7 @@
<id>sign</id>
<configuration>
<inputFile>${project.build.directory}/${tcf-zipfile}</inputFile>
- <signerInputDirectory>${tcf-signerInputDirector}</signerInputDirectory>
+ <signerInputDirectory>/home/data/httpd/download-staging.priv/tools/tcf/hudson</signerInputDirectory>
</configuration>
<phase>package</phase>
<goals>
@@ -65,8 +60,6 @@
<execution>
<id>repack</id>
<configuration>
- <pack200>${pack200}</pack200>
- <javaExecutable>${javaExecutable}</javaExecutable>
<!-- this is output from signer mojo -->
<inputFile>${project.build.directory}/signed/site_assembly.zip</inputFile>
</configuration>

Back to the top