From: Keith Packard Date: Wed, 2 Jan 2013 17:09:10 +0000 (-0800) Subject: altosui: Remove AltosVersion.java X-Git-Tag: 1.1.9.3~8^2~9^2~25 X-Git-Url: https://git.gag.com/?p=fw%2Faltos;a=commitdiff_plain;h=605b752080827bb59fcff5af9f1eab9fd5dad76b altosui: Remove AltosVersion.java Version data now stored in AltosUIVersion.java Signed-off-by: Keith Packard --- diff --git a/altosui/AltosVersion.java.in b/altosui/AltosVersion.java.in deleted file mode 100644 index b0b3c0cf..00000000 --- a/altosui/AltosVersion.java.in +++ /dev/null @@ -1,22 +0,0 @@ -/* - * Copyright © 2011 Keith Packard - * - * 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 altosui; - -public class AltosVersion { - public final static String version = "@VERSION@"; -} diff --git a/altosui/Makefile.am b/altosui/Makefile.am index 494539ae..b3aa1f55 100644 --- a/altosui/Makefile.am +++ b/altosui/Makefile.am @@ -87,7 +87,6 @@ altosui_JAVA = \ AltosGraphTime.java \ AltosGraphUI.java \ AltosDataChooser.java \ - AltosVersion.java \ AltosVoice.java \ $(altosui_BT) diff --git a/configure.ac b/configure.ac index 312f9678..ee685344 100644 --- a/configure.ac +++ b/configure.ac @@ -149,7 +149,6 @@ altoslib/Makefile altosuilib/Makefile altosuilib/AltosUIVersion.java altosui/Makefile -altosui/AltosVersion.java altosui/Info.plist libaltos/Makefile micropeak/Makefile