diff options
author | Greg Watson | 2012-06-28 19:47:48 +0000 |
---|---|---|
committer | Greg Watson | 2012-06-28 19:47:48 +0000 |
commit | 4d9573cace9aeec9e995bc348dc37c2aa2634c50 (patch) | |
tree | 82345b2e3f2382b170f07a8730c5cca40076ffb7 | |
parent | aedc1304e90d737a55ac8def834acf8416431472 (diff) | |
download | org.eclipse.photran-4d9573cace9aeec9e995bc348dc37c2aa2634c50.tar.gz org.eclipse.photran-4d9573cace9aeec9e995bc348dc37c2aa2634c50.tar.xz org.eclipse.photran-4d9573cace9aeec9e995bc348dc37c2aa2634c50.zip |
Fix repo name.
-rw-r--r-- | org.eclipse.photran.repo/pom.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/org.eclipse.photran.repo/pom.xml b/org.eclipse.photran.repo/pom.xml index defd1834..946842ba 100644 --- a/org.eclipse.photran.repo/pom.xml +++ b/org.eclipse.photran.repo/pom.xml @@ -52,8 +52,8 @@ <include name="**" /> </fileset> </delete> - <copy file="target/org.eclipse.photran.repo.${unqualifiedVersion}-SNAPSHOT.zip" tofile="${ptp-install}/org.eclipse.photran.repo.${unqualifiedVersion}.${buildQualifier}.zip"/> - <unzip src="target/org.eclipse.photran.repo.${unqualifiedVersion}-SNAPSHOT.zip" dest="${ptp-install}"/> + <copy file="target/org.eclipse.photran.repo-${unqualifiedVersion}-SNAPSHOT.zip" tofile="${ptp-install}/org.eclipse.photran.repo.${unqualifiedVersion}.${buildQualifier}.zip"/> + <unzip src="target/org.eclipse.photran.repo-${unqualifiedVersion}-SNAPSHOT.zip" dest="${ptp-install}"/> </tasks> </configuration> </execution> |