[Libreoffice-commits] core.git: android/sdremote

Thorsten Behrens tbehrens at suse.com
Mon Feb 11 14:40:10 PST 2013


 android/sdremote/.gitignore     |    1 +
 android/sdremote/ant.properties |   17 -----------------
 2 files changed, 1 insertion(+), 17 deletions(-)

New commits:
commit 412d3cfd957f4d8a068121d1cef5f231959baf5b
Author: Thorsten Behrens <tbehrens at suse.com>
Date:   Mon Feb 11 23:39:00 2013 +0100

    Remove empty ant.properties
    
    And ignore it henceforth - it will be usefull locally for release
    code signing.
    
    Change-Id: If870a39140541834bd97fb247967712f30acff63

diff --git a/android/sdremote/.gitignore b/android/sdremote/.gitignore
index b04e09d..211e4ff 100644
--- a/android/sdremote/.gitignore
+++ b/android/sdremote/.gitignore
@@ -1 +1,2 @@
 /translations*
+/ant.properties
diff --git a/android/sdremote/ant.properties b/android/sdremote/ant.properties
deleted file mode 100644
index b0971e8..0000000
--- a/android/sdremote/ant.properties
+++ /dev/null
@@ -1,17 +0,0 @@
-# This file is used to override default values used by the Ant build system.
-#
-# This file must be checked into Version Control Systems, as it is
-# integral to the build system of your project.
-
-# This file is only used by the Ant script.
-
-# You can use this to override default values such as
-#  'source.dir' for the location of your java source folder and
-#  'out.dir' for the location of your output folder.
-
-# You can also use it define how the release builds are signed by declaring
-# the following properties:
-#  'key.store' for the location of your keystore and
-#  'key.alias' for the name of the key to use.
-# The password will be asked during the build when you use the 'release' target.
-


More information about the Libreoffice-commits mailing list