You are viewing a plain text version of this content. The canonical link for it is here.
Posted to scm@geronimo.apache.org by jd...@apache.org on 2006/05/31 10:06:43 UTC

svn commit: r410454 - in /geronimo/sandbox/gshell/trunk: gshell-commands/scripting-commands/src/main/java/org/apache/geronimo/gshell/commands/scripting/ gshell-server/src/main/resources/META-INF/org.apache.geronimo.gshell.command/

Author: jdillon
Date: Wed May 31 01:06:43 2006
New Revision: 410454

URL: http://svn.apache.org/viewvc?rev=410454&view=rev
Log:
 Apply props

Modified:
    geronimo/sandbox/gshell/trunk/gshell-commands/scripting-commands/src/main/java/org/apache/geronimo/gshell/commands/scripting/InteractiveInterpreter.java   (contents, props changed)
    geronimo/sandbox/gshell/trunk/gshell-server/src/main/resources/META-INF/org.apache.geronimo.gshell.command/server.properties   (contents, props changed)

Modified: geronimo/sandbox/gshell/trunk/gshell-commands/scripting-commands/src/main/java/org/apache/geronimo/gshell/commands/scripting/InteractiveInterpreter.java
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-commands/scripting-commands/src/main/java/org/apache/geronimo/gshell/commands/scripting/InteractiveInterpreter.java?rev=410454&r1=410453&r2=410454&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-commands/scripting-commands/src/main/java/org/apache/geronimo/gshell/commands/scripting/InteractiveInterpreter.java (original)
+++ geronimo/sandbox/gshell/trunk/gshell-commands/scripting-commands/src/main/java/org/apache/geronimo/gshell/commands/scripting/InteractiveInterpreter.java Wed May 31 01:06:43 2006
@@ -24,7 +24,7 @@
 /**
  * An interactive console extention that knows how to execute lines of script text with a {@link BSFEngine}.
  *
- * @version $Id: ScriptCommand.java 410204 2006-05-30 07:26:34Z jdillon $
+ * @version $Id$
  */
 public class InteractiveInterpreter
     extends InteractiveConsole

Propchange: geronimo/sandbox/gshell/trunk/gshell-commands/scripting-commands/src/main/java/org/apache/geronimo/gshell/commands/scripting/InteractiveInterpreter.java
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/gshell/trunk/gshell-commands/scripting-commands/src/main/java/org/apache/geronimo/gshell/commands/scripting/InteractiveInterpreter.java
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/sandbox/gshell/trunk/gshell-commands/scripting-commands/src/main/java/org/apache/geronimo/gshell/commands/scripting/InteractiveInterpreter.java
------------------------------------------------------------------------------
    svn:mime-type = text/plain

Modified: geronimo/sandbox/gshell/trunk/gshell-server/src/main/resources/META-INF/org.apache.geronimo.gshell.command/server.properties
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-server/src/main/resources/META-INF/org.apache.geronimo.gshell.command/server.properties?rev=410454&r1=410453&r2=410454&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-server/src/main/resources/META-INF/org.apache.geronimo.gshell.command/server.properties (original)
+++ geronimo/sandbox/gshell/trunk/gshell-server/src/main/resources/META-INF/org.apache.geronimo.gshell.command/server.properties Wed May 31 01:06:43 2006
@@ -1,5 +1,5 @@
 ##
-## $Id: cat.properties 409735 2006-05-26 20:28:27Z jdillon $
+## $Id$
 ##
 
 class=org.apache.geronimo.gshell.server.ServerCommand

Propchange: geronimo/sandbox/gshell/trunk/gshell-server/src/main/resources/META-INF/org.apache.geronimo.gshell.command/server.properties
------------------------------------------------------------------------------
    svn:eol-style = native

Propchange: geronimo/sandbox/gshell/trunk/gshell-server/src/main/resources/META-INF/org.apache.geronimo.gshell.command/server.properties
------------------------------------------------------------------------------
    svn:keywords = Date Author Id Revision HeadURL

Propchange: geronimo/sandbox/gshell/trunk/gshell-server/src/main/resources/META-INF/org.apache.geronimo.gshell.command/server.properties
------------------------------------------------------------------------------
    svn:mime-type = text/plain