put less dir structure in the built tree
authorBdale Garbee <bdale@gag.com>
Sun, 1 Aug 2010 14:25:49 +0000 (10:25 -0400)
committerBdale Garbee <bdale@gag.com>
Sun, 1 Aug 2010 14:25:49 +0000 (10:25 -0400)
build.xml

index 7d728af8b2339bf5a8b6887308d76f2cef5086f7..6ddbf8fabc4dbb12fb4ea1322067c05723279740 100644 (file)
--- a/build.xml
+++ b/build.xml
@@ -1058,7 +1058,7 @@ jsapi.exe from the lib directory.
             <fileset refid="binaries" />
        </copy>
         <jar destfile="${deploy_dir}/freetts-${version}.jar"
-             basedir="${deploy_dir}"
+             basedir="${deploy_dir}/freetts-${version}"
              filesonly="true"
              compress="true"
        />