aboutsummaryrefslogtreecommitdiff
path: root/build.xml
diff options
context:
space:
mode:
Diffstat (limited to 'build.xml')
-rw-r--r--build.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.xml b/build.xml
index 32e6a81..b271557 100644
--- a/build.xml
+++ b/build.xml
@@ -11,7 +11,7 @@
</replaceregexp>
</filterchain>
</loadfile>
- <property name="zipfile" value="${phing.project.name}-${version}.tar.bz2" />
+ <property name="zipfile" value="${phing.project.name}-${version}.tar.gz" />
<property name="distfile" value="dist/${zipfile}" />
<fileset id="fs.zip" dir=".">
@@ -34,7 +34,7 @@
</then>
</if>
<!--<delete file="${distfile}" failonerror="false"/>-->
- <tar destfile="${distfile}" prefix="grauphel/" compression="bzip2">
+ <tar destfile="${distfile}" prefix="grauphel/" compression="gzip">
<fileset refid="fs.zip"/>
</tar>
</target>