diff options
author | Greg Watson | 2012-06-28 19:19:32 +0000 |
---|---|---|
committer | Greg Watson | 2012-06-28 19:19:32 +0000 |
commit | aedc1304e90d737a55ac8def834acf8416431472 (patch) | |
tree | cb882b22807650152b289b1eb401f48999b7eeb5 | |
parent | 43989eff6c5f593aa598b88260c848b8905ea25f (diff) | |
download | org.eclipse.photran-aedc1304e90d737a55ac8def834acf8416431472.tar.gz org.eclipse.photran-aedc1304e90d737a55ac8def834acf8416431472.tar.xz org.eclipse.photran-aedc1304e90d737a55ac8def834acf8416431472.zip |
Try to fix photran build.
-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 574f2032..defd1834 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.zip" tofile="${ptp-install}/org.eclipse.photran.repo.${unqualifiedVersion}.${buildQualifier}.zip"/> - <unzip src="target/org.eclipse.photran.repo.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> |