From 1fe5adff0b3ffec306cc0fb2bc78410a0c60c89f Mon Sep 17 00:00:00 2001 From: Michael Bayne Date: Fri, 27 Aug 2004 17:22:22 +0000 Subject: [PATCH] Jar files don't preserve file permissions (yay!) so instead we create a tar.gz and zip file just like all the other poor bastards trying to distribute source in the Java world. git-svn-id: svn+ssh://src.earth.threerings.net/narya/trunk@3101 542714f4-19e9-0310-aa3c-eee0fc999fb1 --- .cvsignore | 2 +- build.xml | 16 ++++++++++------ 2 files changed, 11 insertions(+), 7 deletions(-) diff --git a/.cvsignore b/.cvsignore index 3385f0852..fce8a8366 100644 --- a/.cvsignore +++ b/.cvsignore @@ -1,2 +1,2 @@ build.properties -narya-*.jar +narya-*.* diff --git a/build.xml b/build.xml index d7da30718..1f91f067c 100644 --- a/build.xml +++ b/build.xml @@ -210,19 +210,23 @@ - + - - + + + + - + - + - +