diff options
author | Keith Packard <keithp@keithp.com> | 2015-05-26 01:04:00 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2015-05-26 01:04:00 -0700 |
commit | f822b84d8c25159ff113fef6a419b6e18e87a87a (patch) | |
tree | 7521b231f3b31a68a0b6a35e62d3f52fe295abb4 /altosuilib/AltosUIVersion.java.in | |
parent | 4895f443e4a748de2677e51869f20c05d265c944 (diff) |
altosuilib: Get rid of AltosUIVersion.java
It's been moved to altoslib/AltosVersion.java
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'altosuilib/AltosUIVersion.java.in')
-rw-r--r-- | altosuilib/AltosUIVersion.java.in | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/altosuilib/AltosUIVersion.java.in b/altosuilib/AltosUIVersion.java.in deleted file mode 100644 index f65b41cd..00000000 --- a/altosuilib/AltosUIVersion.java.in +++ /dev/null @@ -1,28 +0,0 @@ -/* - * Copyright © 2011 Keith Packard <keithp@keithp.com> - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; version 2 of the License. - * - * This program is distributed in the hope that it will be useful, but - * WITHOUT ANY WARRANTY; without even the implied warranty of - * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU - * General Public License for more details. - * - * You should have received a copy of the GNU General Public License along - * with this program; if not, write to the Free Software Foundation, Inc., - * 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. - */ - -package org.altusmetrum.altosuilib_7; - -public class AltosUIVersion { - public final static String version = "@VERSION@"; - - public final static String google_maps_api_key = @GOOGLEKEY@; - - static boolean has_google_maps_api_key() { - return google_maps_api_key != null && google_maps_api_key.length() > 1; - } -} |