[kaffe] CVS kaffe (robilad): Fixed jar and appletviewer scripts

Kaffe CVS cvs-commits at kaffe.org
Wed Dec 7 16:59:51 PST 2005


PatchSet 6988 
Date: 2005/12/08 00:52:58
Author: robilad
Branch: HEAD
Tag: (none) 
Log:
Fixed jar and appletviewer scripts

2005-12-08  Dalibor Topic  <robilad at kaffe.org>

        * kaffe/scripts/appletviewer.in,
        kaffe/scripts/jar.in: Fixed to look for kaffe specific
        classes in right directories.

        Reported by:  Alejandro Mery  <amery at geeks.cl>

Members: 
	ChangeLog:1.4509->1.4510 
	kaffe/scripts/appletviewer.in:INITIAL->1.5 
	kaffe/scripts/jar.in:INITIAL->1.6 

Index: kaffe/ChangeLog
diff -u kaffe/ChangeLog:1.4509 kaffe/ChangeLog:1.4510
--- kaffe/ChangeLog:1.4509	Mon Dec  5 20:53:59 2005
+++ kaffe/ChangeLog	Thu Dec  8 00:52:58 2005
@@ -1,3 +1,11 @@
+2005-12-08  Dalibor Topic  <robilad at kaffe.org>
+
+	* kaffe/scripts/appletviewer.in,
+	kaffe/scripts/jar.in: Fixed to look for kaffe specific
+	classes in right directories.
+
+	Reported by:  Alejandro Mery  <amery at geeks.cl>
+
 2005-12-05  Guilhem Lavaux  <guilhem at kaffe.org>
 
 	* kaffe/scripts/kaffe.in: Use jredir instead of prefix as home
===================================================================
Checking out kaffe/kaffe/scripts/appletviewer.in
RCS:  /home/cvs/kaffe/kaffe/kaffe/scripts/appletviewer.in,v
VERS: 1.5
***************
--- /dev/null	Sun Aug  4 19:57:58 2002
+++ kaffe/kaffe/scripts/appletviewer.in	Thu Dec  8 00:59:50 2005
@@ -0,0 +1,7 @@
+#! /bin/sh
+# Script to run Appletviewer
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+exec @bindir@/@kaffe_TRANSF@ $JAVA_OPTS org.kaffe.applet.AppletViewer ${1+"$@"}
+exit $?
+
===================================================================
Checking out kaffe/kaffe/scripts/jar.in
RCS:  /home/cvs/kaffe/kaffe/kaffe/scripts/jar.in,v
VERS: 1.6
***************
--- /dev/null	Sun Aug  4 19:57:58 2002
+++ kaffe/kaffe/scripts/jar.in	Thu Dec  8 00:59:50 2005
@@ -0,0 +1,6 @@
+#! /bin/sh
+prefix=@prefix@
+exec_prefix=@exec_prefix@
+exec @bindir@/@kaffe_TRANSF@ $JAVA_OPTS org.kaffe.tools.jar.Jar ${1+"$@"}
+exit $?
+




More information about the kaffe mailing list