From f95b6081cba084d1b067acea99c0effa2b3bf42c Mon Sep 17 00:00:00 2001 From: MW Date: Thu, 24 May 2007 12:35:32 +0000 Subject: Renamed the new Directories. (removed the "-Source" from the end of them) --- OpenSim-Source/OpenSim.Scripting/EmbeddedJVM/Stack.cs | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 OpenSim-Source/OpenSim.Scripting/EmbeddedJVM/Stack.cs (limited to 'OpenSim-Source/OpenSim.Scripting/EmbeddedJVM/Stack.cs') diff --git a/OpenSim-Source/OpenSim.Scripting/EmbeddedJVM/Stack.cs b/OpenSim-Source/OpenSim.Scripting/EmbeddedJVM/Stack.cs deleted file mode 100644 index d77d82e..0000000 --- a/OpenSim-Source/OpenSim.Scripting/EmbeddedJVM/Stack.cs +++ /dev/null @@ -1,15 +0,0 @@ -using System; -using System.Collections.Generic; -using System.Text; - -namespace OpenSim.Scripting.EmbeddedJVM -{ - public class Stack - { - public Stack StackFrames = new Stack(); - - public Stack() - { - } - } -} -- cgit v1.1