Author: rony Date: Mon Sep 11 15:46:04 2006 New Revision: 442380 URL: http://svn.apache.org/viewvc?view=rev&rev=442380 Log: 20060912 00:45 Edited the Rexx scripts to point to ooRexx home and home of BSF4Rexx.
Modified: jakarta/bsf/trunk/samples/bsh/calculator.rex jakarta/bsf/trunk/samples/bsh/download.rex jakarta/bsf/trunk/samples/calc/TestCalc.rex jakarta/bsf/trunk/samples/scriptedui/ui.rex Modified: jakarta/bsf/trunk/samples/bsh/calculator.rex URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/samples/bsh/calculator.rex?view=diff&rev=442380&r1=442379&r2=442380 ============================================================================== --- jakarta/bsf/trunk/samples/bsh/calculator.rex (original) +++ jakarta/bsf/trunk/samples/bsh/calculator.rex Mon Sep 11 15:46:04 2006 @@ -1,6 +1,9 @@ /* A silly little calculator implemented in Object Rexx using - Java components for the UI. 2001-05-02, 2003-01-23, ---rgf, 2003-05-10 - ("bsf\samples\bsh\calculator.js" served as an example) + Java components for the UI. ("bsf\samples\bsh\calculator.js" served as an example) + + ooRexx (FOSS): <http://www.ooRexx.org> + BSF4Rexx (FOSS): <http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/> or + eventually at <https://sourceforge.net/projects/bsf4rexx> license: Modified: jakarta/bsf/trunk/samples/bsh/download.rex URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/samples/bsh/download.rex?view=diff&rev=442380&r1=442379&r2=442380 ============================================================================== --- jakarta/bsf/trunk/samples/bsh/download.rex (original) +++ jakarta/bsf/trunk/samples/bsh/download.rex Mon Sep 11 15:46:04 2006 @@ -1,5 +1,9 @@ /* This is a simple demo of a Rexx (modelled after the JavaScript) script that - uses the Java URL class to download some content from some URL. rgf, 2003-01-27, 2003-05-10 + uses the Java URL class to download some content from some URL. + + ooRexx (FOSS): <http://www.ooRexx.org> + BSF4Rexx (FOSS): <http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/> or + eventually at <https://sourceforge.net/projects/bsf4rexx> license: Modified: jakarta/bsf/trunk/samples/calc/TestCalc.rex URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/samples/calc/TestCalc.rex?view=diff&rev=442380&r1=442379&r2=442380 ============================================================================== --- jakarta/bsf/trunk/samples/calc/TestCalc.rex (original) +++ jakarta/bsf/trunk/samples/calc/TestCalc.rex Mon Sep 11 15:46:04 2006 @@ -1,4 +1,8 @@ /* + ooRexx (FOSS): <http://www.ooRexx.org> + BSF4Rexx (FOSS): <http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/> or + eventually at <https://sourceforge.net/projects/bsf4rexx> + ------------------------ Apache Version 2.0 license ------------------------- Copyright (C) 2001-2006 Rony G. Flatscher Modified: jakarta/bsf/trunk/samples/scriptedui/ui.rex URL: http://svn.apache.org/viewvc/jakarta/bsf/trunk/samples/scriptedui/ui.rex?view=diff&rev=442380&r1=442379&r2=442380 ============================================================================== --- jakarta/bsf/trunk/samples/scriptedui/ui.rex (original) +++ jakarta/bsf/trunk/samples/scriptedui/ui.rex Mon Sep 11 15:46:04 2006 @@ -1,5 +1,9 @@ /* pick up the center panel bean, Object Rexx program modelled after ui.nrx */ /* + ooRexx (FOSS): <http://www.ooRexx.org> + BSF4Rexx (FOSS): <http://wi.wu-wien.ac.at/rgf/rexx/bsf4rexx/current/> or + eventually at <https://sourceforge.net/projects/bsf4rexx> + ------------------------ Apache Version 2.0 license ------------------------- Copyright (C) 2003-2006 Rony G. Flatscher --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]