From 252856b48561ae4b11437e35d4caed255688f582 Mon Sep 17 00:00:00 2001 From: twisti Date: Mon, 3 Jan 2005 14:03:08 +0000 Subject: [PATCH] Wrapper scripts. --- src/scripts/Makefile.am | 44 ++++++++++++++++++++++++++++++++++++++ src/scripts/cacao.in | 37 ++++++++++++++++++++++++++++++++ src/scripts/java.in | 37 ++++++++++++++++++++++++++++++++ src/scripts/rmic.in | 37 ++++++++++++++++++++++++++++++++ src/scripts/rmiregistry.in | 37 ++++++++++++++++++++++++++++++++ 5 files changed, 192 insertions(+) create mode 100644 src/scripts/Makefile.am create mode 100644 src/scripts/cacao.in create mode 100644 src/scripts/java.in create mode 100644 src/scripts/rmic.in create mode 100644 src/scripts/rmiregistry.in diff --git a/src/scripts/Makefile.am b/src/scripts/Makefile.am new file mode 100644 index 000000000..2dafe5a9e --- /dev/null +++ b/src/scripts/Makefile.am @@ -0,0 +1,44 @@ +## src/scripts/Makefile.am +## +## Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates, +## R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner, +## C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger, +## Institut f. Computersprachen - TU Wien +## +## This file is part of CACAO. +## +## 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; either version 2, or (at +## your option) any later version. +## +## 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. +## +## Contact: cacao@complang.tuwien.ac.at +## +## Authors: Christian Thalinger +## +## Changes: +## +## $Id: Makefile.am 1837 2005-01-03 14:03:08Z twisti $ + +## Process this file with automake to produce Makefile.in + +bindir = $(prefix)/bin + + +## Local variables: +## mode: Makefile +## indent-tabs-mode: t +## c-basic-offset: 4 +## tab-width: 8 +## compile-command: "automake --add-missing" +## End: diff --git a/src/scripts/cacao.in b/src/scripts/cacao.in new file mode 100644 index 000000000..d0186b485 --- /dev/null +++ b/src/scripts/cacao.in @@ -0,0 +1,37 @@ +#!/bin/sh + +## src/scripts/cacao.in +## +## Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates, +## R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner, +## C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger, +## Institut f. Computersprachen - TU Wien +## +## This file is part of CACAO. +## +## 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; either version 2, or (at +## your option) any later version. +## +## 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. +## +## Contact: cacao@complang.tuwien.ac.at +## +## Authors: Christian Thalinger +## +## Changes: +## +## $Id: cacao.in 1837 2005-01-03 14:03:08Z twisti $ + +prefix = @prefix@ + +exec ${prefix}/jre/bin/cacao $@ diff --git a/src/scripts/java.in b/src/scripts/java.in new file mode 100644 index 000000000..52aa45ae0 --- /dev/null +++ b/src/scripts/java.in @@ -0,0 +1,37 @@ +#!/bin/sh + +## src/scripts/java.in +## +## Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates, +## R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner, +## C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger, +## Institut f. Computersprachen - TU Wien +## +## This file is part of CACAO. +## +## 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; either version 2, or (at +## your option) any later version. +## +## 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. +## +## Contact: cacao@complang.tuwien.ac.at +## +## Authors: Christian Thalinger +## +## Changes: +## +## $Id: java.in 1837 2005-01-03 14:03:08Z twisti $ + +prefix = @prefix@ + +exec ${prefix}/jre/bin/cacao $@ diff --git a/src/scripts/rmic.in b/src/scripts/rmic.in new file mode 100644 index 000000000..c76ae6712 --- /dev/null +++ b/src/scripts/rmic.in @@ -0,0 +1,37 @@ +#!/bin/sh + +## src/scripts/rmic.in +## +## Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates, +## R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner, +## C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger, +## Institut f. Computersprachen - TU Wien +## +## This file is part of CACAO. +## +## 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; either version 2, or (at +## your option) any later version. +## +## 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. +## +## Contact: cacao@complang.tuwien.ac.at +## +## Authors: Christian Thalinger +## +## Changes: +## +## $Id: rmic.in 1837 2005-01-03 14:03:08Z twisti $ + +prefix = @prefix@ + +exec ${prefix}/jre/bin/cacao gnu.java.rmi.rmic.RMIC $@ diff --git a/src/scripts/rmiregistry.in b/src/scripts/rmiregistry.in new file mode 100644 index 000000000..d8a39de31 --- /dev/null +++ b/src/scripts/rmiregistry.in @@ -0,0 +1,37 @@ +#!/bin/sh + +## src/scripts/rmiregistry.in +## +## Copyright (C) 1996-2005 R. Grafl, A. Krall, C. Kruegel, C. Oates, +## R. Obermaisser, M. Platter, M. Probst, S. Ring, E. Steiner, +## C. Thalinger, D. Thuernbeck, P. Tomsich, C. Ullrich, J. Wenninger, +## Institut f. Computersprachen - TU Wien +## +## This file is part of CACAO. +## +## 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; either version 2, or (at +## your option) any later version. +## +## 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. +## +## Contact: cacao@complang.tuwien.ac.at +## +## Authors: Christian Thalinger +## +## Changes: +## +## $Id: rmiregistry.in 1837 2005-01-03 14:03:08Z twisti $ + +prefix = @prefix@ + +exec ${prefix}/jre/bin/cacao gnu.java.rmi.registry.RegistryImpl $@ -- 2.25.1