Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Sohn2012-06-13 09:34:49 +0000
committerMatthias Sohn2012-06-13 09:34:49 +0000
commit6053ead6459cef602a33ccbbcdbfd04764c27c2b (patch)
tree45e14e4ff5119b6e4d741831665c73a1d2c775dd /org.eclipse.mylyn.github-site/pom.xml
parent7815c9d307f5a58b087bf829a9c693acef7bcfca (diff)
downloadegit-github-6053ead6459cef602a33ccbbcdbfd04764c27c2b.tar.gz
egit-github-6053ead6459cef602a33ccbbcdbfd04764c27c2b.tar.xz
egit-github-6053ead6459cef602a33ccbbcdbfd04764c27c2b.zip
Fix typo in p2repo-zip-path
Change-Id: I609c73474eff343fc00df942f0b2f36299924770 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.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/org.eclipse.mylyn.github-site/pom.xml b/org.eclipse.mylyn.github-site/pom.xml
index 52214a77..32b5486a 100644
--- a/org.eclipse.mylyn.github-site/pom.xml
+++ b/org.eclipse.mylyn.github-site/pom.xml
@@ -24,7 +24,7 @@
<name>Eclipse EGit Mylyn GitHub Repository</name>
<properties>
- <p2repo-zip-path>${project.build.directory}/github-updatesite.zip-${project.version}.zip</p2repo-zip-path>
+ <p2repo-zip-path>${project.build.directory}/github-updatesite-${project.version}.zip</p2repo-zip-path>
<signer-input-directory>/home/data/httpd/download-staging.priv/egit-github</signer-input-directory>
</properties>

Back to the top