Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'features/org.eclipse.tcf.repo/pom.xml')
-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