From 3db219e8ef796b3fc9863144d2a0ebc2577ad058 Mon Sep 17 00:00:00 2001 From: Victor Date: Sun, 2 Jun 2013 23:53:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B0=20=D0=BA=D0=BE=D0=BD=D1=84=D0=B8=D0=B3=D1=83=D1=80?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D1=8F=20=D0=BF=D1=80=D0=BE=D0=B5=D0=BA=D1=82?= =?UTF-8?q?=D0=B0=20(Java=201.6,=20ProGuard)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + build.xml | 21 +++++++++++++++++++++ nbproject/project.properties | 15 +++++++++++++-- 3 files changed, 35 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 59977a4..fa6defa 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ /build/ /dist/ +/proguard/ /nbproject/private/ \ No newline at end of file diff --git a/build.xml b/build.xml index 4252d5c..46ab6bd 100644 --- a/build.xml +++ b/build.xml @@ -10,6 +10,27 @@ Builds, tests, and runs the project SocketFileTransfer. + + + + + + + + + + + + + + + + + + + +