Changeset 15007
- Timestamp:
- 05/15/17 20:37:49 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/abcl/abcl.in
r14662 r15007 1 1 #!/bin/sh 2 3 # abcl.in4 5 # Copyright (C) 2004 Peter Graves6 # Copyright (C) 2009 Erik Huelsmann7 8 # This program is free software; you can redistribute it and/or9 # modify it under the terms of the GNU General Public License10 # as published by the Free Software Foundation; either version 211 # of the License, or (at your option) any later version.12 13 # This program is distributed in the hope that it will be useful,14 # but WITHOUT ANY WARRANTY; without even the implied warranty of15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the16 # GNU General Public License for more details.17 18 # You should have received a copy of the GNU General Public License19 # along with this program; if not, write to the Free Software20 # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.21 22 2 exec @JAVA@ \ 23 3 -cp @ABCL_CLASSPATH@:"$CLASSPATH" \
Note: See TracChangeset
for help on using the changeset viewer.