diff --git a/ant.properties b/ant.properties index 148c3ad..2e2cb6a 100644 --- a/ant.properties +++ b/ant.properties @@ -2,6 +2,7 @@ src.dir = src lib.dir = lib doc.dir = doc build.dir = build +product.name = yuicompressor version.number = 1.0 -jar.name = yuicompressor-${version.number}.jar -dist.name = yuicompressor-${version.number}.zip \ No newline at end of file +jar.name = ${product.name}-${version.number}.jar +dist.package.name = ${product.name}-${version.number} \ No newline at end of file diff --git a/build.xml b/build.xml index 456dd3d..fb45028 100644 --- a/build.xml +++ b/build.xml @@ -37,7 +37,6 @@ - @@ -57,11 +56,21 @@ - - - - - + + + + + + + + + + + + + \ No newline at end of file