Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2011-06-17 22:36:00 +0000
committerMatthias Sohn2011-06-17 23:04:28 +0000
commit99748560908bd814ef0844c53d7989f17ca1a47a (patch)
tree7f1aa5b628a7d7ab421383a6a3d2bd0907909ee5 /org.eclipse.mylyn.github-site/pom.xml
parent2f05e8b9963d8f0bc3f0fd6e572056f893ee2ff7 (diff)
downloadegit-github-99748560908bd814ef0844c53d7989f17ca1a47a.tar.gz
egit-github-99748560908bd814ef0844c53d7989f17ca1a47a.tar.xz
egit-github-99748560908bd814ef0844c53d7989f17ca1a47a.zip
Allow to inject path where to publish p2 repository
Change-Id: Ibbd0d39327278dbf4d1d2442678ebaa662e46e97 Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
Diffstat (limited to 'org.eclipse.mylyn.github-site/pom.xml')
-rw-r--r--org.eclipse.mylyn.github-site/pom.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.mylyn.github-site/pom.xml b/org.eclipse.mylyn.github-site/pom.xml
index 7aa064de..c4262cf1 100644
--- a/org.eclipse.mylyn.github-site/pom.xml
+++ b/org.eclipse.mylyn.github-site/pom.xml
@@ -97,12 +97,12 @@
<tasks>
<delete includeemptydirs="false">
<fileset
- dir="/home/data/httpd/download.eclipse.org/egit/github/updates-nightly">
+ dir="${download-publish-path}">
<include name="**" />
</fileset>
</delete>
<copy includeemptydirs="false"
- todir="/home/data/httpd/download.eclipse.org/egit/github/updates-nightly">
+ todir="${download-publish-path}">
<fileset dir="target/checksumFix">
<include name="**" />
</fileset>

Back to the top