[jboss-cvs] JBossAS SVN: r88002 - in projects/fresh/trunk: fresh-shell/etc and 21 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 29 10:52:36 EDT 2009


Author: ctomc
Date: 2009-04-29 10:52:36 -0400 (Wed, 29 Apr 2009)
New Revision: 88002

Modified:
   projects/fresh/trunk/fresh-scripting/src/main/java/org/jboss/fresh/shell/commands/ScriptExe.java
   projects/fresh/trunk/fresh-shell/etc/jboss-service.xml
   projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/impl/RemoteShellEventNetConnector.java
   projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/net/EventNetConnector.java
   projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/net/EventNetRouterImpl.java
   projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/remoteshell/ejb/impl/RemoteShellImpl.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/AbstractExecutable.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/BadCommandException.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/EnvProperties.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/Executable.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/NoSuchProcessException.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ProcessInfo.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/SessionTimeoutException.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/Shell.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellConsoleInputStream.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellException.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellIOException.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellInitializationException.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellInputStream.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellObjectReader.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellObjectWriter.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellOutputStream.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellPropertyException.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellReader.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellStreamer.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellWriter.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/SystemShell.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/SystemShellJMXProxy.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/UninitializedEnvironmentException.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/UserDirectory.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/client/ClientShell.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/client/StressClientShell.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/AliasExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/BinaryToBuffImgExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/Bunzip2Exe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/Bzip2Exe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CDExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CatExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/ContextExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CpExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CropBinaryExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/DateExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EchoExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EchosExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventCentralQueryExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventNetAgentExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventsExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/FileFilterExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GrepExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GrepExecutable.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GunzipExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GzipExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/HistoryExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/InfoExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/JNDIExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/KillExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LSCommand.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LnExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LsExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LsLnsExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MBeanInvokeExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MBeanQueryExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MkDirExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MountExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MvExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/NativeExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/PosExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/ProjectExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/PsExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RegistryExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RmExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RunExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/SetAttrExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/SetCommand.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/SetFileFieldExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/TouchExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/TxExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/VanillaExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/XMLSerializerExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/cms/CtxDelegateExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/cms/ProxyExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/fs/FSMoveExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/AntBuildExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/DiagExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/ImgResizeExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/URLEncExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/WebGetExe.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/XMLParser.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/RemoteShell.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/RemoteShellHome.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/UnremoterShell.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/impl/SynchronizedRemoteShell.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/Event.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/EventCentral.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/EventCentralImpl.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/EventListener.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptAdapter.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptEvent.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptEventAdapter.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptEventListener.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptListener.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEvent.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEventBroadcaster.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/FPExpand.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/History.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/HistoryItem.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/Process.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ProcessGroup.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellImpl.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellRuntime.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/SystemShellImpl.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/Version.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/parser/Cmd.java
   projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/parser/CmdLines.java
   projects/fresh/trunk/fresh-ssh/src/main/java/org/jboss/fresh/ssh/ssh/cp2/Cp2VFSProvider.java
   projects/fresh/trunk/fresh-ssh/src/main/java/org/jboss/fresh/ssh/ssh/cp2/SSHShell.java
   projects/fresh/trunk/fresh-threadpool/etc/jboss-service.xml
   projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunner.java
   projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunnerFactory.java
   projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunnerInspector.java
   projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/pool/pool/impl/PoolInspector.java
   projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/cpii/services/JMXProxySupport.java
   projects/fresh/trunk/fresh-vfs/etc/jboss-service.xml
   projects/fresh/trunk/fresh-vfs/src/main/java/org/jboss/fresh/vfs/vfs/impl/VFSJMXProxy.java
Log:
repackaging

Modified: projects/fresh/trunk/fresh-scripting/src/main/java/org/jboss/fresh/shell/commands/ScriptExe.java
===================================================================
--- projects/fresh/trunk/fresh-scripting/src/main/java/org/jboss/fresh/shell/commands/ScriptExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-scripting/src/main/java/org/jboss/fresh/shell/commands/ScriptExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -4,7 +4,7 @@
  *
  * @author  derganc
  */
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 
 import com.parsek.cp2.scripting.ScriptingCentral;
@@ -19,7 +19,7 @@
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.InBuffer;
 import org.jboss.fresh.io.OutBuffer;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.io.IOUtils;
 
 import java.io.PrintWriter;
@@ -305,7 +305,7 @@
         out.print("\n");
         out.print("Available variables:\n");
         out.print("    args      ...  array of String - CLI parameters\n");
-        out.print("    shell     ...  com.parsek.shell.impl.ShellImpl\n");
+        out.print("    shell     ...  org.jboss.fresh.shell.impl.ShellImpl\n");
         out.print("    instream  ...  java.io.InputStream wrapped around stdin\n");
         out.print("    outstream ...  java.io.OutputStream wrapped around stdout\n");
         out.print("    context   ...  com.parsek.ctx.Context - shell.getContext()\n");

Modified: projects/fresh/trunk/fresh-shell/etc/jboss-service.xml
===================================================================
--- projects/fresh/trunk/fresh-shell/etc/jboss-service.xml	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/etc/jboss-service.xml	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <server>
-	<mbean code="com.parsek.cpii.services.SystemShellService" name="CP2:service=SystemShell">
+	<mbean code="org.jboss.fresh.cpii.services.SystemShellService" name="CP2:service=SystemShell">
 		<attribute name="JNDIName">java:/CP2/SystemShell</attribute>
 		<attribute name="ThreadPoolJNDIName">java:/CP2/ThreadPool</attribute>
 		<attribute name="VFSJNDIName">java:/CP2/VFS</attribute>
@@ -10,7 +10,7 @@
 		<depends>CP2:service=ThreadPool</depends>
 		<depends>CP2:service=VFS</depends>
 	</mbean>
-	<!--mbean code="com.parsek.cpii.services.JNDICtxBinder" name="CP2:service=JNDICtxMapper">
+	<!--mbean code="org.jboss.fresh.cpii.services.JNDICtxBinder" name="CP2:service=JNDICtxMapper">
 		<attribute name="JNDIName">java:/CP2/JNDICtx</attribute>
 		<attribute name="Mappings">
 			PersistenceManager=java:/PersistenceManager-LDS

Modified: projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/impl/RemoteShellEventNetConnector.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/impl/RemoteShellEventNetConnector.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/impl/RemoteShellEventNetConnector.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -4,12 +4,12 @@
 import com.parsek.cp2.events.net.EventNetConnector;
 import com.parsek.cp2.events.net.ConnectorException;
 import com.parsek.cp2.events.net.TakenOverException;
-import com.parsek.shell.ProcessInfo;
-import com.parsek.shell.ejb.RemoteShell;
-import com.parsek.shell.ejb.RemoteShellHome;
-import com.parsek.shell.NoSuchProcessException;
-import com.parsek.shell.ShellObjectReader;
-import com.parsek.shell.ShellObjectWriter;
+import org.jboss.fresh.shell.ProcessInfo;
+import org.jboss.fresh.shell.ejb.RemoteShell;
+import org.jboss.fresh.shell.ejb.RemoteShellHome;
+import org.jboss.fresh.shell.NoSuchProcessException;
+import org.jboss.fresh.shell.ShellObjectReader;
+import org.jboss.fresh.shell.ShellObjectWriter;
 import org.jboss.fresh.persist.RandomKeyPKGenerator;
 import org.jboss.fresh.util.ThrowableProxy;
 
@@ -140,15 +140,15 @@
 						if(app!=null) shellin.executeAsObject("project " + app);
 						
 						reinitCount++;
-						log.info("reinitCount: " + reinitCount + "  calling exe: " + "com.parsek.shell.commands.EventNetAgentExe -ex -h " + host + (app == null ? "" : " -a " + app) + " -i " + agentid + " -c " + conid + (reinitCount != 1 ? " -k" : ""));
-						pinf = shellin.execute("com.parsek.shell.commands.EventNetAgentExe -ex -h " + host + (app == null ? "" : " -a " + app) + " -i " + agentid + " -c " + conid + (reinitCount != 1 ? " -k" : ""));
+						log.info("reinitCount: " + reinitCount + "  calling exe: " + "org.jboss.fresh.shell.commands.EventNetAgentExe -ex -h " + host + (app == null ? "" : " -a " + app) + " -i " + agentid + " -c " + conid + (reinitCount != 1 ? " -k" : ""));
+						pinf = shellin.execute("org.jboss.fresh.shell.commands.EventNetAgentExe -ex -h " + host + (app == null ? "" : " -a " + app) + " -i " + agentid + " -c " + conid + (reinitCount != 1 ? " -k" : ""));
 
 						shin = new ShellObjectReader(shellin, pinf.procid);
 						shin.setBufferSize(500);
 						shout = new ShellObjectWriter(shellout, pinf.procid);
 						shout.setBufferSize(500);
 
-					//} catch(com.parsek.shell.ShellIOException ex) {
+					//} catch(org.jboss.fresh.shell.ShellIOException ex) {
 					//	Throwable th = ex.getCause();
 					//	if(th instanceof TakenOverException) {
 					//		log.error("Someone did takeover on us:", ex);
@@ -259,7 +259,7 @@
 				throw new ConnectorException("Reset forced");
 			}
 
-		} catch(com.parsek.shell.ShellIOException ex) {
+		} catch(org.jboss.fresh.shell.ShellIOException ex) {
 			log.debug("CATCH  ShellIOException ");
 			Throwable th = ex.getCause();
 			if(th instanceof org.jboss.fresh.io.ApplicationIOException) {
@@ -320,7 +320,7 @@
 			//sb.append("\n\r]\n\r");
 			//log.info("   received: \n\r[\n\r" + sb);
 			return ls;
-		} catch(com.parsek.shell.ShellIOException ex) {
+		} catch(org.jboss.fresh.shell.ShellIOException ex) {
 			log.debug("CATCH  ShellIOException ");
 			Throwable th = ex.getCause();
 			if(th instanceof org.jboss.fresh.io.ApplicationIOException) {
@@ -344,8 +344,8 @@
 						if("com.parsek.cp2.events.net.TakenOverException".equals(cname)) {
 							log.debug("CATCH LC TakenOverException ");
 							throw new TakenOverException(th.getMessage());
-						} else if("com.parsek.shell.UninitializedEnvironmentException".equals(cname)) {
-							throw new ConnectorException(new com.parsek.shell.UninitializedEnvironmentException(th.getMessage()));
+						} else if("org.jboss.fresh.shell.UninitializedEnvironmentException".equals(cname)) {
+							throw new ConnectorException(new org.jboss.fresh.shell.UninitializedEnvironmentException(th.getMessage()));
 						}
 					}
 				}

Modified: projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/net/EventNetConnector.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/net/EventNetConnector.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/net/EventNetConnector.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -3,7 +3,7 @@
 import java.util.List;
 import java.io.IOException;
 
-import com.parsek.shell.ShellException;
+import org.jboss.fresh.shell.ShellException;
 
 public interface EventNetConnector {
 	

Modified: projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/net/EventNetRouterImpl.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/net/EventNetRouterImpl.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/events/net/EventNetRouterImpl.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -484,7 +484,7 @@
 						continue;
 					} catch (ConnectorException ex) {
 						Throwable th = ex.getCause();
-						if (th instanceof java.rmi.ConnectException || th instanceof com.parsek.shell.UninitializedEnvironmentException || th instanceof EOFException) {
+						if (th instanceof java.rmi.ConnectException || th instanceof org.jboss.fresh.shell.UninitializedEnvironmentException || th instanceof EOFException) {
 							try {
 								con.reinit();
 							} catch (Exception e) {

Modified: projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/remoteshell/ejb/impl/RemoteShellImpl.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/remoteshell/ejb/impl/RemoteShellImpl.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/com/parsek/cp2/remoteshell/ejb/impl/RemoteShellImpl.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -17,12 +17,12 @@
 
 import org.jboss.fresh.vfs.vfs.UserCtx;
 import org.jboss.fresh.registry.RegistryContext;
-import com.parsek.shell.ProcessInfo;
-import com.parsek.shell.Shell;
-import com.parsek.shell.ShellException;
-import com.parsek.shell.ShellIOException;
-import com.parsek.shell.ShellInitializationException;
-import com.parsek.shell.SystemShell;
+import org.jboss.fresh.shell.ProcessInfo;
+import org.jboss.fresh.shell.Shell;
+import org.jboss.fresh.shell.ShellException;
+import org.jboss.fresh.shell.ShellIOException;
+import org.jboss.fresh.shell.ShellInitializationException;
+import org.jboss.fresh.shell.SystemShell;
 import org.jboss.fresh.util.TxSupport;
 
 /**
@@ -110,7 +110,7 @@
 			shell = null;
 			sessid = null;
 		} catch (Exception ex) {
-			if (ex instanceof com.parsek.shell.SessionTimeoutException) {
+			if (ex instanceof org.jboss.fresh.shell.SessionTimeoutException) {
 				log.info("Shell session has timedout.");
 			} else {
 				log.error("Error while removing EJB!", ex);
@@ -151,7 +151,7 @@
 			}
 			reinitShell();
 		} catch (Exception ex) {
-			if (ex instanceof com.parsek.shell.SessionTimeoutException) {
+			if (ex instanceof org.jboss.fresh.shell.SessionTimeoutException) {
 				log.info("Shell session has timedout.");
 			} else {
 				log.error("Error while activating EJB!", ex);
@@ -200,7 +200,7 @@
 				shell = sysshell.continueSession(sessid);
 			}
 			if (shell == null) {
-				throw new com.parsek.shell.SessionTimeoutException("Shell session has timed out.");
+				throw new org.jboss.fresh.shell.SessionTimeoutException("Shell session has timed out.");
 			}
 		}
 	}
@@ -224,13 +224,13 @@
 		} catch (RuntimeException e) {
 			log.error("Error while executing " + cmdline + "!", e);
 			throw (RuntimeException) processThrowable(e);
-		} catch (com.parsek.shell.SessionTimeoutException e) {
+		} catch (org.jboss.fresh.shell.SessionTimeoutException e) {
 			log.info("Session has timed out");
 			Throwable th = processThrowable(e);
 			if (th instanceof RuntimeException) {
 				throw  (RuntimeException) th;
 			} else {
-				throw (com.parsek.shell.SessionTimeoutException) th;
+				throw (org.jboss.fresh.shell.SessionTimeoutException) th;
 			}
 		} catch (ShellException e) {
 			log.error("Error while executing " + cmdline + "!", e);
@@ -261,13 +261,13 @@
 		} catch (RuntimeException e) {
 			log.error("Error while executing " + cmdline + "!", e);
 			throw (RuntimeException) processThrowable(e);
-		} catch (com.parsek.shell.SessionTimeoutException e) {
+		} catch (org.jboss.fresh.shell.SessionTimeoutException e) {
 			log.info("Session has timed out");
 			Throwable th = processThrowable(e);
 			if (th instanceof RuntimeException) {
 				throw  (RuntimeException) th;
 			} else {
-				throw (com.parsek.shell.SessionTimeoutException) th;
+				throw (org.jboss.fresh.shell.SessionTimeoutException) th;
 			}
 		} catch (ShellException e) {
 			log.error("Error while executing " + cmdline + "!", e);
@@ -304,13 +304,13 @@
 		} catch (RuntimeException e) {
 			log.error("Error while executing " + cmdline + "!", e);
 			throw (RuntimeException) processThrowable(e);
-		} catch (com.parsek.shell.SessionTimeoutException e) {
+		} catch (org.jboss.fresh.shell.SessionTimeoutException e) {
 			log.info("Session has timed out");
 			Throwable th = processThrowable(e);
 			if (th instanceof RuntimeException) {
 				throw  (RuntimeException) th;
 			} else {
-				throw (com.parsek.shell.SessionTimeoutException) th;
+				throw (org.jboss.fresh.shell.SessionTimeoutException) th;
 			}
 		} catch (ShellException e) {
 			log.error("Error while executing " + cmdline + "!", e);
@@ -341,13 +341,13 @@
 		} catch (RuntimeException e) {
 			log.error("Error while executing getEnvProperty(" + propname + ")", e);
 			throw (RuntimeException) processThrowable(e);
-		} catch (com.parsek.shell.SessionTimeoutException e) {
+		} catch (org.jboss.fresh.shell.SessionTimeoutException e) {
 			log.error("Error while executing getEnvProperties(" + propname + ")", e);
 			Throwable th = processThrowable(e);
 			if (th instanceof RuntimeException) {
 				throw  (RuntimeException) th;
 			} else {
-				throw (com.parsek.shell.SessionTimeoutException) th;
+				throw (org.jboss.fresh.shell.SessionTimeoutException) th;
 			}
 		} catch (ShellException e) {
 			log.error("Error while executing getEnvProperties(" + propname + ")", e);
@@ -378,13 +378,13 @@
 		} catch (RuntimeException e) {
 			log.error("Error while executing getEnvProperties()", e);
 			throw (RuntimeException) processThrowable(e);
-		} catch (com.parsek.shell.SessionTimeoutException e) {
+		} catch (org.jboss.fresh.shell.SessionTimeoutException e) {
 			log.info("Session has timed out");
 			Throwable th = processThrowable(e);
 			if (th instanceof RuntimeException) {
 				throw  (RuntimeException) th;
 			} else {
-				throw (com.parsek.shell.SessionTimeoutException) th;
+				throw (org.jboss.fresh.shell.SessionTimeoutException) th;
 			}
 		} catch (ShellException e) {
 			log.error("Error while executing getEnvProperties()", e);
@@ -415,13 +415,13 @@
 		} catch (RuntimeException e) {
 			log.error("Error while executing setEnvProperty(" + name + ", " + value + ")", e);
 			throw (RuntimeException) processThrowable(e);
-		} catch (com.parsek.shell.SessionTimeoutException e) {
+		} catch (org.jboss.fresh.shell.SessionTimeoutException e) {
 			log.info("Session has timed out");
 			Throwable th = processThrowable(e);
 			if (th instanceof RuntimeException) {
 				throw  (RuntimeException) th;
 			} else {
-				throw (com.parsek.shell.SessionTimeoutException) th;
+				throw (org.jboss.fresh.shell.SessionTimeoutException) th;
 			}
 		} catch (ShellException e) {
 			log.error("Error while executing setEnvProperty(" + name + ", " + value + ")", e);
@@ -617,7 +617,7 @@
 		if (o instanceof org.jboss.fresh.io.ErrorEOF) {
 			o = processThrowable(((org.jboss.fresh.io.ErrorEOF) o).getIOException());
 			if (!(o instanceof IOException)) {
-				o = new com.parsek.shell.ShellIOException((Throwable) o);
+				o = new org.jboss.fresh.shell.ShellIOException((Throwable) o);
 			}
 			o = new org.jboss.fresh.io.ErrorEOF((IOException) o);
 		}
@@ -635,7 +635,7 @@
 			if (o instanceof org.jboss.fresh.io.ErrorEOF) {
 				o = processThrowable(((org.jboss.fresh.io.ErrorEOF) o).getIOException());
 				if (!(o instanceof IOException)) {
-					o = new com.parsek.shell.ShellIOException((Throwable) o);
+					o = new org.jboss.fresh.shell.ShellIOException((Throwable) o);
 				}
 				o = new org.jboss.fresh.io.ErrorEOF((IOException) o);
 			}
@@ -693,7 +693,7 @@
 		if (className.startsWith("com.parsek.cms.")) {
 			return true;
 		}
-		String pkg = "com.parsek.shell.";
+		String pkg = "org.jboss.fresh.shell.";
 		if (className.startsWith(pkg) && className.indexOf(".", pkg.length()) == -1) {
 			return true;
 		}

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/AbstractExecutable.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/AbstractExecutable.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/AbstractExecutable.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.VFSException;
@@ -9,7 +9,7 @@
 import org.jboss.fresh.io.BufferInputStream;
 import org.jboss.fresh.io.BufferOutputStream;
 import org.jboss.fresh.util.TxSupport;
-import com.parsek.shell.impl.Process;
+import org.jboss.fresh.shell.impl.Process;
 
 import java.io.PrintWriter;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/BadCommandException.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/BadCommandException.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/BadCommandException.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 /**
  * @author $Author: boky $

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/EnvProperties.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/EnvProperties.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/EnvProperties.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import java.io.Serializable;
 import java.text.SimpleDateFormat;
@@ -6,8 +6,8 @@
 import java.util.HashSet;
 import java.util.Properties;
 
-import com.parsek.shell.ShellException;
-import com.parsek.shell.ShellPropertyException;
+import org.jboss.fresh.shell.ShellException;
+import org.jboss.fresh.shell.ShellPropertyException;
 
 public class EnvProperties implements Serializable {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/Executable.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/Executable.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/Executable.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.io.InBuffer;
 import org.jboss.fresh.io.OutBuffer;
-import com.parsek.shell.impl.Process;
+import org.jboss.fresh.shell.impl.Process;
 
 public interface Executable {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/NoSuchProcessException.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/NoSuchProcessException.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/NoSuchProcessException.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 public class NoSuchProcessException extends ShellException {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ProcessInfo.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ProcessInfo.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ProcessInfo.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 public class ProcessInfo implements java.io.Serializable {
 	public String procid;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/SessionTimeoutException.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/SessionTimeoutException.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/SessionTimeoutException.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 public class SessionTimeoutException extends ShellException {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/Shell.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/Shell.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/Shell.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import org.jboss.fresh.vfs.vfs.UserCtx;
 import org.jboss.fresh.vfs.vfs.VFS;
 import com.parsek.ctx.Context;
 import org.jboss.fresh.io.Buffer;
-import com.parsek.shell.impl.Process;
+import org.jboss.fresh.shell.impl.Process;
 
 import java.util.List;
 import java.util.Properties;
@@ -42,7 +42,7 @@
 	 * or does not exists, this method returns null.
 	 * @param propname Name of the property
 	 * @return Value of the property
-	 * @throws com.parsek.shell.ShellException
+	 * @throws org.jboss.fresh.shell.ShellException
 	 */
 	public String getEnvProperty(String propname) throws ShellException;
 
@@ -78,7 +78,7 @@
 	/**
 	 * You can get information about the current user.
 	 * @return
-	 * @throws com.parsek.shell.ShellException
+	 * @throws org.jboss.fresh.shell.ShellException
 	 */
 	// TODO Implement this.
 	public UserCtx getUserCtx() throws ShellException;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellConsoleInputStream.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellConsoleInputStream.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellConsoleInputStream.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import org.jboss.fresh.io.EOF;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellException.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellException.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellException.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 
 public class ShellException extends Exception {
@@ -105,7 +105,7 @@
 
 
 	public String toString() {
-		StringBuffer sb=new StringBuffer("com.parsek.shell.ShellException: ").append(getMessage());
+		StringBuffer sb=new StringBuffer("org.jboss.fresh.shell.ShellException: ").append(getMessage());
 		if(wrappedException!=null) sb.append("  Root exception is: ").append(wrappedException.toString());
 		return sb.toString();
 	}

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellIOException.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellIOException.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellIOException.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import java.io.IOException;
 
@@ -26,7 +26,7 @@
 	}
 
 	public String toString() {
-		return "com.parsek.shell.ShellIOException : Root exception is: " + root.toString();
+		return "org.jboss.fresh.shell.ShellIOException : Root exception is: " + root.toString();
 	}
 
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellInitializationException.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellInitializationException.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellInitializationException.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -4,7 +4,7 @@
  * To change the template for this generated file go to
  * Window - Preferences - Java - Code Generation - Code and Comments
  */
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 /**
  * @author strukelj

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellInputStream.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellInputStream.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellInputStream.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import org.jboss.fresh.io.EOF;
 import org.jboss.fresh.io.ErrorEOF;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellObjectReader.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellObjectReader.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellObjectReader.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 
 import org.jboss.fresh.io.EOF;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellObjectWriter.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellObjectWriter.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellObjectWriter.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import java.io.IOException;
 import java.util.LinkedList;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellOutputStream.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellOutputStream.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellOutputStream.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import java.io.IOException;
 import java.io.OutputStream;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellPropertyException.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellPropertyException.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellPropertyException.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -4,7 +4,7 @@
  * TODO To change the template for this generated file go to
  * Window - Preferences - Java - Code Style - Code Templates
  */
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 /**
  * @author strukelj

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellReader.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellReader.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellReader.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import org.jboss.fresh.io.EOF;
 import org.jboss.fresh.io.ErrorEOF;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellStreamer.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellStreamer.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellStreamer.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import java.io.IOException;
 import java.rmi.RemoteException;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellWriter.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellWriter.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ShellWriter.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 
 import java.io.IOException;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/SystemShell.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/SystemShell.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/SystemShell.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import org.jboss.fresh.vfs.vfs.UserCtx;
 import org.jboss.fresh.vfs.vfs.VFS;
-import com.parsek.shell.impl.Process;
-import com.parsek.shell.impl.ProcessGroup;
+import org.jboss.fresh.shell.impl.Process;
+import org.jboss.fresh.shell.impl.ProcessGroup;
 
 import java.util.LinkedList;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/SystemShellJMXProxy.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/SystemShellJMXProxy.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/SystemShellJMXProxy.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.vfs.vfs.UserCtx;
-import com.parsek.cpii.services.JMXProxySupport;
-import com.parsek.shell.impl.Process;
-import com.parsek.shell.impl.ProcessGroup;
+import org.jboss.fresh.cpii.services.JMXProxySupport;
+import org.jboss.fresh.shell.impl.Process;
+import org.jboss.fresh.shell.impl.ProcessGroup;
 
 import java.util.LinkedList;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/UninitializedEnvironmentException.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/UninitializedEnvironmentException.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/UninitializedEnvironmentException.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 public class UninitializedEnvironmentException extends ShellException {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/UserDirectory.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/UserDirectory.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/UserDirectory.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell;
+package org.jboss.fresh.shell;
 
 import org.jboss.fresh.vfs.vfs.UserCtx;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/client/ClientShell.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/client/ClientShell.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/client/ClientShell.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
-package com.parsek.shell.client;
+package org.jboss.fresh.shell.client;
 
-import com.parsek.shell.ShellConsoleInputStream;
-import com.parsek.shell.ShellIOException;
-import com.parsek.shell.ShellObjectReader;
-import com.parsek.shell.ejb.RemoteShell;
-import com.parsek.shell.ejb.RemoteShellHome;
+import org.jboss.fresh.shell.ShellConsoleInputStream;
+import org.jboss.fresh.shell.ShellIOException;
+import org.jboss.fresh.shell.ShellObjectReader;
+import org.jboss.fresh.shell.ejb.RemoteShell;
+import org.jboss.fresh.shell.ejb.RemoteShellHome;
 import org.apache.log4j.Logger;
 
 import javax.naming.Context;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/client/StressClientShell.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/client/StressClientShell.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/client/StressClientShell.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
-package com.parsek.shell.client;
+package org.jboss.fresh.shell.client;
 
-import com.parsek.shell.ShellConsoleInputStream;
-import com.parsek.shell.ShellIOException;
-import com.parsek.shell.ShellObjectReader;
-import com.parsek.shell.ejb.RemoteShell;
-import com.parsek.shell.ejb.RemoteShellHome;
+import org.jboss.fresh.shell.ShellConsoleInputStream;
+import org.jboss.fresh.shell.ShellIOException;
+import org.jboss.fresh.shell.ShellObjectReader;
+import org.jboss.fresh.shell.ejb.RemoteShell;
+import org.jboss.fresh.shell.ejb.RemoteShellHome;
 
 import javax.naming.InitialContext;
 import java.io.BufferedInputStream;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/AliasExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/AliasExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/AliasExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
-import com.parsek.shell.impl.ShellImpl;
+import org.jboss.fresh.shell.AbstractExecutable;
+import org.jboss.fresh.shell.impl.ShellImpl;
 
 import java.util.Iterator;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/BinaryToBuffImgExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/BinaryToBuffImgExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/BinaryToBuffImgExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 
 import org.jboss.fresh.io.BufferInputStream;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import javax.imageio.ImageIO;
 import java.awt.image.BufferedImage;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/Bunzip2Exe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/Bunzip2Exe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/Bunzip2Exe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,6 +1,6 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferInputStream;
 import org.jboss.fresh.io.BufferWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/Bzip2Exe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/Bzip2Exe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/Bzip2Exe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferObjectReader;
 import org.jboss.fresh.io.BufferOutputStream;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import org.apache.commons.compress.bzip2.CBZip2OutputStream;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CDExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CDExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CDExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,12 +1,12 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.OutBuffer;
-import com.parsek.shell.AbstractExecutable;
-import com.parsek.shell.Shell;
+import org.jboss.fresh.shell.AbstractExecutable;
+import org.jboss.fresh.shell.Shell;
 
 import java.io.PrintWriter;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CatExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CatExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CatExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 
 import org.jboss.fresh.vfs.vfs.FileName;
@@ -8,7 +8,7 @@
 import org.jboss.fresh.io.BufferObjectReader;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.PrintWriter;
 import java.util.Iterator;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/ContextExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/ContextExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/ContextExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,11 +1,11 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import com.parsek.ctx.Context;
 import org.jboss.fresh.io.BufferObjectReader;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.BufferedWriter;
 import java.util.HashMap;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CpExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CpExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CpExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
@@ -8,7 +8,7 @@
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.vfs.vfs.VFSException;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.PrintWriter;
 import java.util.Iterator;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CropBinaryExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CropBinaryExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/CropBinaryExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 
 import org.jboss.fresh.io.BufferInputStream;
@@ -6,7 +6,7 @@
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferOutputStream;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import javax.imageio.ImageIO;
 import java.awt.*;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/DateExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/DateExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/DateExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,6 +1,6 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.io.BufferWriter;
 
 import java.io.PrintWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EchoExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EchoExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EchoExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,7 +1,7 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.BufferedWriter;
 import java.io.PrintWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EchosExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EchosExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EchosExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,8 +1,8 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.PrintWriter;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventCentralQueryExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventCentralQueryExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventCentralQueryExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,8 +1,8 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import com.parsek.cp2.events.EventCentral;
 import org.jboss.fresh.registry.RegistryContext;
 import com.parsek.ctx.Context;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventNetAgentExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventNetAgentExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventNetAgentExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,12 +1,12 @@
 
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferObjectReader;
 import org.jboss.fresh.io.BufferObjectWriter;
 
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import com.parsek.cp2.events.Event;
 import com.parsek.cp2.events.EventCentral;
 import com.parsek.cp2.events.EventListener;
@@ -160,7 +160,7 @@
 		EventCentral ec = (EventCentral) ctx.get("EventCentral");
 
 		if(ec == null) {
-			error(new com.parsek.shell.UninitializedEnvironmentException("EventCentral not bound in context"));
+			error(new org.jboss.fresh.shell.UninitializedEnvironmentException("EventCentral not bound in context"));
 			return;
 		}
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventsExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventsExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/EventsExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import com.parsek.ctx.Context;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.BufferObjectWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import com.parsek.cp2.events.EventCentral;
 import com.parsek.cp2.events.EventListener;
 
@@ -219,13 +219,13 @@
 		out.println();
 		out.println("  Instantiate new event listener and register it. The parameters after class are optional. If passed the constructor that takes one String parameter is used. If not present exception is thrown.");
 		out.println("    events -a <class> -n <component_name> -p <pattern1> <pattern2> <pattern3> ...");
-		out.println("  example:  events -a com.parsek.workflow.Conditon com.parsek.shell.commands.cms.PersistenceFilter conf1");
+		out.println("  example:  events -a com.parsek.workflow.Conditon org.jboss.fresh.shell.commands.cms.PersistenceFilter conf1");
 		out.println();
 		out.println("  List all the event listeners and their patterns");
 		out.println("    events -l");
 		out.println();
 		out.println("  Unregister the specified event listener. The parameters after class are optional. If passed the constructor that takes one String parameter is used. If not present exception is thrown.");
-		out.println("    events -r com.parsek.workflow.Conditon at 54a693 com.parsek.shell.cms.PersistenceFilter");
+		out.println("    events -r com.parsek.workflow.Conditon at 54a693 org.jboss.fresh.shell.cms.PersistenceFilter");
 		out.println();
 		out.println("  event --help : this help\n");
 		out.close();

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/FileFilterExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/FileFilterExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/FileFilterExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.io.BufferObjectReader;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.util.AbstractFilter;
 import org.jboss.fresh.util.Filter;
 import org.jboss.fresh.util.FilterParser;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GrepExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GrepExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GrepExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.AutoConvertInputStream;
 import org.jboss.fresh.io.BufferObjectReader;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.InputStreamReader;
 import java.io.PrintWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GrepExecutable.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GrepExecutable.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GrepExecutable.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,7 +1,7 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.PrintWriter;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GunzipExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GunzipExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GunzipExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import java.io.PrintWriter;
 import java.io.ObjectInputStream;
 import java.util.zip.GZIPInputStream;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferInputStream;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GzipExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GzipExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/GzipExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import java.io.ObjectOutputStream;
 import java.io.PrintWriter;
 import java.util.zip.GZIPOutputStream;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.io.BufferObjectReader;
 import org.jboss.fresh.io.BufferOutputStream;
 import org.jboss.fresh.io.BufferWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/HistoryExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/HistoryExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/HistoryExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -4,7 +4,7 @@
  * TODO To change the template for this generated file go to
  * Window - Preferences - Java - Code Style - Code Templates
  */
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import java.io.BufferedWriter;
 import java.text.SimpleDateFormat;
@@ -15,9 +15,9 @@
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
-import com.parsek.shell.impl.History;
-import com.parsek.shell.impl.HistoryItem;
+import org.jboss.fresh.shell.AbstractExecutable;
+import org.jboss.fresh.shell.impl.History;
+import org.jboss.fresh.shell.impl.HistoryItem;
 
 /**
  * @author strukelj
@@ -28,7 +28,7 @@
 public class HistoryExe extends AbstractExecutable {
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.AbstractExecutable#process(java.lang.String, java.lang.String[])
+	 * @see org.jboss.fresh.shell.AbstractExecutable#process(java.lang.String, java.lang.String[])
 	 */
 	protected void process(String exepath, String[] args) throws Exception {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/InfoExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/InfoExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/InfoExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
@@ -6,7 +6,7 @@
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.util.Iterator;
 import java.util.LinkedList;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/JNDIExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/JNDIExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/JNDIExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
 import org.jboss.fresh.io.BufferObjectReader;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.registry.RegistryContext;
 
 import javax.naming.*;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/KillExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/KillExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/KillExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,11 +1,11 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
-import com.parsek.shell.Executable;
-import com.parsek.shell.impl.Process;
-import com.parsek.shell.impl.ShellImpl;
-import com.parsek.shell.impl.SystemShellImpl;
+import org.jboss.fresh.shell.AbstractExecutable;
+import org.jboss.fresh.shell.Executable;
+import org.jboss.fresh.shell.impl.Process;
+import org.jboss.fresh.shell.impl.ShellImpl;
+import org.jboss.fresh.shell.impl.SystemShellImpl;
 
 import java.io.BufferedWriter;
 import java.io.PrintWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LSCommand.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LSCommand.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LSCommand.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,12 +1,12 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.OutBuffer;
-import com.parsek.shell.AbstractExecutable;
-import com.parsek.shell.Shell;
+import org.jboss.fresh.shell.AbstractExecutable;
+import org.jboss.fresh.shell.Shell;
 
 import java.io.PrintWriter;
 import java.util.Collection;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LnExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LnExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LnExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.PrintWriter;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LsExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LsExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LsExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,11 +1,11 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.util.StringUtils;
 
 import java.io.PrintWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LsLnsExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LsLnsExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/LsLnsExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,11 +1,11 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.PrintWriter;
 import java.util.Collection;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MBeanInvokeExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MBeanInvokeExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MBeanInvokeExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferObjectReader;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.util.TxSupport;
 
 import javax.management.MBeanInfo;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MBeanQueryExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MBeanQueryExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MBeanQueryExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,8 +1,8 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import javax.management.MBeanAttributeInfo;
 import javax.management.MBeanInfo;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MkDirExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MkDirExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MkDirExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.PrintWriter;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MountExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MountExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MountExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,11 +1,11 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.RootVFS;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
 import org.jboss.fresh.registry.RegistryContext;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.util.Iterator;
 import java.util.Map;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MvExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MvExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/MvExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,11 +1,11 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.vfs.vfs.VFSException;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.PrintWriter;
 import java.util.Iterator;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/NativeExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/NativeExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/NativeExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferInputStream;
 import org.jboss.fresh.io.BufferOutputStream;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.io.IOUtils;
 
 import java.io.BufferedInputStream;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/PosExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/PosExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/PosExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.PrintWriter;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/ProjectExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/ProjectExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/ProjectExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,8 +1,8 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.PrintWriter;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/PsExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/PsExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/PsExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,13 +1,13 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferImpl;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
-import com.parsek.shell.Executable;
-import com.parsek.shell.impl.Process;
-import com.parsek.shell.impl.ShellImpl;
-import com.parsek.shell.impl.SystemShellImpl;
+import org.jboss.fresh.shell.AbstractExecutable;
+import org.jboss.fresh.shell.Executable;
+import org.jboss.fresh.shell.impl.Process;
+import org.jboss.fresh.shell.impl.ShellImpl;
+import org.jboss.fresh.shell.impl.SystemShellImpl;
 import org.jboss.fresh.util.LineFormat;
 
 import java.io.BufferedWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RegistryExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RegistryExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RegistryExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.registry.RegistryContext;
 
 import javax.naming.Binding;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RmExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RmExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RmExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.util.LinkedList;
 import java.util.List;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RunExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RunExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/RunExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,14 +1,13 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.impl.SecureVFS;
 import org.jboss.fresh.vfs.vfs.impl.VFSInputStream;
-import org.jboss.fresh.io.*;
-import com.parsek.shell.AbstractExecutable;
-import com.parsek.shell.ProcessInfo;
-import com.parsek.shell.ShellException;
-import com.parsek.shell.impl.ShellImpl;
+import org.jboss.fresh.shell.AbstractExecutable;
+import org.jboss.fresh.shell.ProcessInfo;
+import org.jboss.fresh.shell.ShellException;
+import org.jboss.fresh.shell.impl.ShellImpl;
 import org.jboss.fresh.util.TxSupport;
 
 import java.io.BufferedReader;
@@ -129,7 +128,7 @@
                     InBuffer buf = null;
                     try {
                         buf = sh.getBuffer(pinfo.procid, 1);
-                    } catch(com.parsek.shell.NoSuchProcessException ex) {
+                    } catch(org.jboss.fresh.shell.NoSuchProcessException ex) {
                         continue;
                     }
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/SetAttrExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/SetAttrExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/SetAttrExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,11 +1,11 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.util.HashMap;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/SetCommand.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/SetCommand.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/SetCommand.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,12 +1,12 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferOutputStream;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
-import com.parsek.shell.impl.Process;
-import com.parsek.shell.impl.ShellImpl;
-import com.parsek.shell.impl.SystemShellImpl;
+import org.jboss.fresh.shell.AbstractExecutable;
+import org.jboss.fresh.shell.impl.Process;
+import org.jboss.fresh.shell.impl.ShellImpl;
+import org.jboss.fresh.shell.impl.SystemShellImpl;
 
 import java.io.BufferedOutputStream;
 import java.io.PrintWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/SetFileFieldExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/SetFileFieldExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/SetFileFieldExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,12 +1,12 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
-import com.parsek.shell.Shell;
+import org.jboss.fresh.shell.AbstractExecutable;
+import org.jboss.fresh.shell.Shell;
 
 import java.io.IOException;
 import java.io.PrintWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/TouchExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/TouchExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/TouchExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,11 +1,11 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.util.Date;
 import java.util.Iterator;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/TxExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/TxExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/TxExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import java.io.PrintWriter;
 
@@ -6,7 +6,7 @@
 
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.util.TxSupport;
 
 import org.apache.log4j.Logger;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/VanillaExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/VanillaExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/VanillaExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,7 +1,7 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.io.IOUtils;
 
 import javax.naming.Context;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/XMLSerializerExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/XMLSerializerExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/XMLSerializerExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
-package com.parsek.shell.commands;
+package org.jboss.fresh.shell.commands;
 
 import org.jboss.fresh.io.BufferObjectReader;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 import org.jboss.fresh.xml.XMLHelper;
 import org.w3c.dom.Document;
 import org.w3c.dom.DocumentFragment;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/cms/CtxDelegateExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/cms/CtxDelegateExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/cms/CtxDelegateExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
-package com.parsek.shell.commands.cms;
+package org.jboss.fresh.shell.commands.cms;
 
 import com.parsek.ctx.Context;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
-import com.parsek.shell.Shell;
+import org.jboss.fresh.shell.AbstractExecutable;
+import org.jboss.fresh.shell.Shell;
 import org.jboss.fresh.registry.RegistryContext;
 
 import java.io.PrintWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/cms/ProxyExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/cms/ProxyExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/cms/ProxyExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,8 +1,8 @@
-package com.parsek.shell.commands.cms;
+package org.jboss.fresh.shell.commands.cms;
 
 import org.jboss.fresh.io.BufferObjectReader;
 import org.jboss.fresh.io.BufferObjectWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.lang.reflect.Constructor;
 import java.lang.reflect.Method;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/fs/FSMoveExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/fs/FSMoveExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/fs/FSMoveExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,7 +1,7 @@
-package com.parsek.shell.commands.fs;
+package org.jboss.fresh.shell.commands.fs;
 
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.File;
 import java.io.PrintWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/AntBuildExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/AntBuildExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/AntBuildExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
-package com.parsek.shell.commands.util;
+package org.jboss.fresh.shell.commands.util;
 
 
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.BufferedReader;
 import java.io.BufferedWriter;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/DiagExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/DiagExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/DiagExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,11 +1,11 @@
-package com.parsek.shell.commands.util;
+package org.jboss.fresh.shell.commands.util;
 
 
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
-import com.parsek.shell.impl.ShellImpl;
-import com.parsek.shell.impl.SystemShellImpl;
+import org.jboss.fresh.shell.AbstractExecutable;
+import org.jboss.fresh.shell.impl.ShellImpl;
+import org.jboss.fresh.shell.impl.SystemShellImpl;
 
 import java.text.SimpleDateFormat;
 import java.util.Calendar;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/ImgResizeExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/ImgResizeExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/ImgResizeExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,11 +1,11 @@
-package com.parsek.shell.commands.util;
+package org.jboss.fresh.shell.commands.util;
 
 import org.jboss.fresh.io.BufferInputStream;
 import org.jboss.fresh.io.BufferObjectReader;
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferOutputStream;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import javax.imageio.ImageIO;
 import java.awt.*;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/URLEncExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/URLEncExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/URLEncExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,8 +1,8 @@
-package com.parsek.shell.commands.util;
+package org.jboss.fresh.shell.commands.util;
 
 import org.jboss.fresh.io.BufferObjectWriter;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.PrintWriter;
 import java.net.URLDecoder;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/WebGetExe.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/WebGetExe.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/WebGetExe.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
-package com.parsek.shell.commands.util;
+package org.jboss.fresh.shell.commands.util;
 
 
 import org.jboss.fresh.io.BufferWriter;
 import org.jboss.fresh.io.BufferOutputStream;
 import org.jboss.fresh.io.PrintWriter2;
-import com.parsek.shell.AbstractExecutable;
+import org.jboss.fresh.shell.AbstractExecutable;
 
 import java.io.PrintWriter;
 import java.io.InputStream;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/XMLParser.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/XMLParser.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/commands/util/XMLParser.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.commands.util;
+package org.jboss.fresh.shell.commands.util;
 
 /**
  * Created by IntelliJ IDEA.
@@ -10,7 +10,6 @@
 import org.apache.xerces.parsers.DOMParser;
 import org.apache.xpath.XPathAPI;
 import org.w3c.dom.Document;
-import org.w3c.dom.Element;
 import org.w3c.dom.NamedNodeMap;
 import org.w3c.dom.Node;
 import org.w3c.dom.NodeList;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/RemoteShell.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/RemoteShell.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/RemoteShell.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,14 +1,14 @@
-package com.parsek.shell.ejb;
+package org.jboss.fresh.shell.ejb;
 
-import com.parsek.shell.ProcessInfo;
-import com.parsek.shell.ShellException;
+import org.jboss.fresh.shell.ProcessInfo;
+import org.jboss.fresh.shell.ShellException;
 
 import java.rmi.RemoteException;
 import java.util.List;
 import java.util.Properties;
 
 
-public interface RemoteShell extends javax.ejb.EJBObject, com.parsek.shell.ShellStreamer {
+public interface RemoteShell extends javax.ejb.EJBObject, org.jboss.fresh.shell.ShellStreamer {
 
 	public String startNewSession() throws ShellException, RemoteException;
 
@@ -33,7 +33,7 @@
 	 * or does not exists, this method returns null.
 	 * @param propname Name of the property
 	 * @return Value of the property
-	 * @throws com.parsek.shell.ShellException
+	 * @throws org.jboss.fresh.shell.ShellException
 	 */
 	public String getEnvProperty(String propname) throws ShellException, RemoteException;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/RemoteShellHome.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/RemoteShellHome.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/RemoteShellHome.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,6 +1,6 @@
-package com.parsek.shell.ejb;
+package org.jboss.fresh.shell.ejb;
 
-import com.parsek.shell.ShellException;
+import org.jboss.fresh.shell.ShellException;
 import javax.ejb.CreateException;
 import java.rmi.RemoteException;
 import java.util.Properties;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/UnremoterShell.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/UnremoterShell.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/UnremoterShell.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -4,7 +4,7 @@
  * To change the template for this generated file go to
  * Window - Preferences - Java - Code Generation - Code and Comments
  */
-package com.parsek.shell.ejb;
+package org.jboss.fresh.shell.ejb;
 
 import java.io.IOException;
 import java.rmi.RemoteException;
@@ -16,13 +16,13 @@
 import org.jboss.fresh.vfs.vfs.VFS;
 import com.parsek.ctx.Context;
 import org.jboss.fresh.io.Buffer;
-import com.parsek.shell.EnvProperties;
-import com.parsek.shell.Executable;
-import com.parsek.shell.ProcessInfo;
-import com.parsek.shell.Shell;
-import com.parsek.shell.ShellStreamer;
-import com.parsek.shell.ShellException;
-import com.parsek.shell.impl.Process;
+import org.jboss.fresh.shell.EnvProperties;
+import org.jboss.fresh.shell.Executable;
+import org.jboss.fresh.shell.ProcessInfo;
+import org.jboss.fresh.shell.Shell;
+import org.jboss.fresh.shell.ShellStreamer;
+import org.jboss.fresh.shell.ShellException;
+import org.jboss.fresh.shell.impl.Process;
 
 
 //import java.util.Iterator;
@@ -128,7 +128,7 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#execute(java.lang.String, boolean)
+	 * @see org.jboss.fresh.shell.Shell#execute(java.lang.String, boolean)
 	 */
 	public ProcessInfo execute(String cmdline, boolean ui)
 			throws ShellException {
@@ -142,7 +142,7 @@
 
 	
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#execute(com.parsek.shell.Executable, java.lang.String, java.lang.String[])
+	 * @see org.jboss.fresh.shell.Shell#execute(org.jboss.fresh.shell.Executable, java.lang.String, java.lang.String[])
 	 */
 	public ProcessInfo execute(Executable exe, String exepath, String[] params)
 			throws ShellException {
@@ -150,7 +150,7 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#executeAsString(java.lang.String, boolean)
+	 * @see org.jboss.fresh.shell.Shell#executeAsString(java.lang.String, boolean)
 	 */
 /*
 	public String executeAsString(String cmdline, boolean ui)
@@ -159,7 +159,7 @@
 	}
 */
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#executeAsObject(java.lang.String, boolean)
+	 * @see org.jboss.fresh.shell.Shell#executeAsObject(java.lang.String, boolean)
 	 */
 	public Object executeAsObject(String cmdline, boolean ui)
 			throws ShellException {
@@ -172,7 +172,7 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#execute(java.lang.String)
+	 * @see org.jboss.fresh.shell.Shell#execute(java.lang.String)
 	 */
 	public ProcessInfo execute(String cmdline) throws ShellException {
 		collide();
@@ -199,7 +199,7 @@
 
 	
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#executeAsString(java.lang.String)
+	 * @see org.jboss.fresh.shell.Shell#executeAsString(java.lang.String)
 	 */
 /*
 	public String executeAsString(String cmdline) throws ShellException {
@@ -215,7 +215,7 @@
 */
 	
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#executeAsObject(java.lang.String)
+	 * @see org.jboss.fresh.shell.Shell#executeAsObject(java.lang.String)
 	 */
 	public Object executeAsObject(String cmdline) throws ShellException {
 		collide();
@@ -241,7 +241,7 @@
 
 	
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#getEnvProperties()
+	 * @see org.jboss.fresh.shell.Shell#getEnvProperties()
 	 */
 	public Properties getEnvProperties() throws ShellException {
 		throw new RuntimeException("Method not implemented");	
@@ -252,7 +252,7 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#getEnvProperty(java.lang.String)
+	 * @see org.jboss.fresh.shell.Shell#getEnvProperty(java.lang.String)
 	 */
 	public String getEnvProperty(String propname) throws ShellException {
 		collide();
@@ -266,7 +266,7 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#setEnvProperty(java.lang.String, java.lang.String)
+	 * @see org.jboss.fresh.shell.Shell#setEnvProperty(java.lang.String, java.lang.String)
 	 */
 	public void setEnvProperty(String name, String value) throws ShellException {
 		collide();
@@ -280,42 +280,42 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#setROEnvProperty(java.lang.String, java.lang.String)
+	 * @see org.jboss.fresh.shell.Shell#setROEnvProperty(java.lang.String, java.lang.String)
 	 */
 	public void setROEnvProperty(String name, String value) throws ShellException {
 		executeAsObject("rset " + name + "=" + value);
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#getBuffer(java.lang.String, int)
+	 * @see org.jboss.fresh.shell.Shell#getBuffer(java.lang.String, int)
 	 */
 	public Buffer getBuffer(String procid, int bufid) throws ShellException {
 		throw new RuntimeException("Method not implemented");
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#_setPWD(java.lang.String)
+	 * @see org.jboss.fresh.shell.Shell#_setPWD(java.lang.String)
 	 */
 	public void _setPWD(String path) {
 		throw new RuntimeException("Method not implemented");
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#getVFS()
+	 * @see org.jboss.fresh.shell.Shell#getVFS()
 	 */
 	public VFS getVFS() throws ShellException {
 		throw new RuntimeException("Method not implemented");
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#getUserCtx()
+	 * @see org.jboss.fresh.shell.Shell#getUserCtx()
 	 */
 	public UserCtx getUserCtx() throws ShellException {
 		throw new RuntimeException("Method not implemented");
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#close()
+	 * @see org.jboss.fresh.shell.Shell#close()
 	 */
 	public void close() throws ShellException {
 		collide();
@@ -329,14 +329,14 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#removeProcess(java.lang.String)
+	 * @see org.jboss.fresh.shell.Shell#removeProcess(java.lang.String)
 	 */
 	public boolean removeProcess(String id) {
 		throw new RuntimeException("Method not implemented");
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#createProcess(com.parsek.shell.Executable, java.lang.String[], java.lang.String, boolean)
+	 * @see org.jboss.fresh.shell.Shell#createProcess(org.jboss.fresh.shell.Executable, java.lang.String[], java.lang.String, boolean)
 	 */
 	public Process createProcess(Executable exe, String[] params, String path,
 			boolean useThreadPool) throws ShellException {
@@ -344,7 +344,7 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#getSessionID()
+	 * @see org.jboss.fresh.shell.Shell#getSessionID()
 	 */
 	public String getSessionID() throws ShellException {
 		collide();
@@ -358,21 +358,21 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#loadExe(java.lang.String)
+	 * @see org.jboss.fresh.shell.Shell#loadExe(java.lang.String)
 	 */
 	public Executable loadExe(String command) throws ShellException {
 		throw new RuntimeException("Method not implemented");
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#getContext()
+	 * @see org.jboss.fresh.shell.Shell#getContext()
 	 */
 	public Context getContext() {
 		throw new RuntimeException("Method not implemented");
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#using()
+	 * @see org.jboss.fresh.shell.Shell#using()
 	 */
 	public void using() throws ShellException {
 		collide();
@@ -386,7 +386,7 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.ShellStreamer#read(java.lang.String)
+	 * @see org.jboss.fresh.shell.ShellStreamer#read(java.lang.String)
 	 */
 	public Object read(String id) throws IOException {
 		collide();
@@ -402,7 +402,7 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.ShellStreamer#readBuffer(java.lang.String, int)
+	 * @see org.jboss.fresh.shell.ShellStreamer#readBuffer(java.lang.String, int)
 	 */
 	public LinkedList readBuffer(String id, int maxsize) throws IOException {
 		collide();
@@ -418,7 +418,7 @@
 	}
 	
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.ShellStreamer#write(java.lang.String, java.lang.Object)
+	 * @see org.jboss.fresh.shell.ShellStreamer#write(java.lang.String, java.lang.Object)
 	 */
 	public void write(String id, Object obj) throws IOException {
 		collide();
@@ -434,7 +434,7 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.ShellStreamer#writeBuffer(java.lang.String, java.util.LinkedList)
+	 * @see org.jboss.fresh.shell.ShellStreamer#writeBuffer(java.lang.String, java.util.LinkedList)
 	 */
 	public void writeBuffer(String id, LinkedList obj) throws IOException {
 		collide();
@@ -450,7 +450,7 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.ShellStreamer#close(java.lang.String, int)
+	 * @see org.jboss.fresh.shell.ShellStreamer#close(java.lang.String, int)
 	 */
 	public void close(String id, int streamid) throws IOException {
 		collide();

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/impl/SynchronizedRemoteShell.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/impl/SynchronizedRemoteShell.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/ejb/impl/SynchronizedRemoteShell.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.ejb.impl;
+package org.jboss.fresh.shell.ejb.impl;
 
 import javax.ejb.EJBHome;
 import javax.ejb.Handle;
@@ -9,9 +9,9 @@
 import java.util.Properties;
 import java.util.LinkedList;
 import java.io.IOException;
-import com.parsek.shell.ejb.RemoteShell;
-import com.parsek.shell.ProcessInfo;
-import com.parsek.shell.ShellException;
+import org.jboss.fresh.shell.ejb.RemoteShell;
+import org.jboss.fresh.shell.ProcessInfo;
+import org.jboss.fresh.shell.ShellException;
 
 /**
  * Synchronizes all calls to another RemoteShell. Please not that this is not a 'real' RemoteShell,

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/Event.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/Event.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/Event.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,6 +1,6 @@
-package com.parsek.shell.events;
+package org.jboss.fresh.shell.events;
 
-import com.parsek.shell.Shell;
+import org.jboss.fresh.shell.Shell;
 
 public class Event implements java.io.Serializable {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/EventCentral.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/EventCentral.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/EventCentral.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.events;
+package org.jboss.fresh.shell.events;
 
 import java.util.Iterator;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/EventCentralImpl.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/EventCentralImpl.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/EventCentralImpl.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.events;
+package org.jboss.fresh.shell.events;
 
 import java.util.HashMap;
 import java.util.HashSet;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/EventListener.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/EventListener.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/EventListener.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.events;
+package org.jboss.fresh.shell.events;
 
 public interface EventListener {
 	public void event(Event ev);

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptAdapter.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptAdapter.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptAdapter.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -4,7 +4,7 @@
  * Created on Petek, 2003, januar 31, 18:16
  */
 
-package com.parsek.shell.events;
+package org.jboss.fresh.shell.events;
 
 import org.apache.bsf.util.event.EventAdapterImpl;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptEvent.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptEvent.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptEvent.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -4,7 +4,7 @@
  * Created on Petek, 2003, januar 31, 17:35
  */
 
-package com.parsek.shell.events;
+package org.jboss.fresh.shell.events;
 
 /**
  *

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptEventAdapter.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptEventAdapter.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptEventAdapter.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -4,7 +4,7 @@
  * Created on Petek, 2003, januar 31, 18:16
  */
 
-package com.parsek.shell.events;
+package org.jboss.fresh.shell.events;
 
 import org.apache.bsf.util.event.EventAdapterImpl;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptEventListener.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptEventListener.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptEventListener.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -4,7 +4,7 @@
  * Created on Petek, 2003, januar 31, 16:29
  */
 
-package com.parsek.shell.events;
+package org.jboss.fresh.shell.events;
 
 /**
  *

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptListener.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptListener.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ScriptListener.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -4,7 +4,7 @@
  * Created on Petek, 2003, januar 31, 16:29
  */
 
-package com.parsek.shell.events;
+package org.jboss.fresh.shell.events;
 
 /**
  *

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEvent.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEvent.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEvent.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,7 +1,7 @@
-package com.parsek.shell.events;
+package org.jboss.fresh.shell.events;
 
 import com.parsek.cp2.events.Event;
-import com.parsek.shell.Shell;
+import org.jboss.fresh.shell.Shell;
 
 public class ShellEvent extends Event {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEventBroadcaster.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEventBroadcaster.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/events/ShellEventBroadcaster.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,6 +1,6 @@
-package com.parsek.shell.events;
+package org.jboss.fresh.shell.events;
 
-import com.parsek.shell.Shell;
+import org.jboss.fresh.shell.Shell;
 import com.parsek.cp2.events.Event;
 import com.parsek.cp2.events.EventCentral;
 import com.parsek.cp2.events.EventBroadcaster;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/FPExpand.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/FPExpand.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/FPExpand.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,10 +1,10 @@
 //UNIX VARIANT
-package com.parsek.shell.impl;
+package org.jboss.fresh.shell.impl;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
-import com.parsek.shell.Shell;
-import com.parsek.shell.ShellException;
+import org.jboss.fresh.shell.Shell;
+import org.jboss.fresh.shell.ShellException;
 import gnu.regexp.RE;
 import gnu.regexp.REException;
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/History.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/History.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/History.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -4,7 +4,7 @@
  * TODO To change the template for this generated file go to
  * Window - Preferences - Java - Code Style - Code Templates
  */
-package com.parsek.shell.impl;
+package org.jboss.fresh.shell.impl;
 
 import java.util.LinkedList;
 import java.util.List;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/HistoryItem.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/HistoryItem.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/HistoryItem.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -3,7 +3,7 @@
  *
  * Window - Preferences - Java - Code Style - Code Templates
  */
-package com.parsek.shell.impl;
+package org.jboss.fresh.shell.impl;
 
 import java.text.SimpleDateFormat;
 import java.util.Date;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/Process.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/Process.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/Process.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,15 +1,15 @@
-package com.parsek.shell.impl;
+package org.jboss.fresh.shell.impl;
 
 import org.jboss.fresh.vfs.vfs.VFSException;
-import com.parsek.cpii.services.PoolRunner;
+import org.jboss.fresh.cpii.services.PoolRunner;
 import org.jboss.fresh.io.CloseProtectedOutBufferImpl;
 import org.jboss.fresh.io.InBuffer;
 import org.jboss.fresh.io.OutBuffer;
-import com.parsek.shell.EnvProperties;
-import com.parsek.shell.ShellException;
-import com.parsek.shell.Executable;
-import com.parsek.shell.Shell;
-import com.parsek.shell.SystemShell;
+import org.jboss.fresh.shell.EnvProperties;
+import org.jboss.fresh.shell.ShellException;
+import org.jboss.fresh.shell.Executable;
+import org.jboss.fresh.shell.Shell;
+import org.jboss.fresh.shell.SystemShell;
 
 import org.jboss.fresh.util.TxSupport;
 import org.apache.log4j.Logger;
@@ -69,8 +69,8 @@
 
     //String trace;
 
-	private static Logger log = Logger.getLogger("com.parsek.shell.impl.Process");
-    private static Logger plog = Logger.getLogger("com.parsek.shell.impl.Process_Trap");
+	private static Logger log = Logger.getLogger("org.jboss.fresh.shell.impl.Process");
+    private static Logger plog = Logger.getLogger("org.jboss.fresh.shell.impl.Process_Trap");
 
     // around the Buffer readers and writers are allocated
 	public Process(String id, Process parent, PoolRunner runner, SystemShell sshell, Shell shell) {

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ProcessGroup.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ProcessGroup.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ProcessGroup.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,8 +1,8 @@
-package com.parsek.shell.impl;
+package org.jboss.fresh.shell.impl;
 
 import java.util.Iterator;
 import java.util.LinkedList;
-import com.parsek.shell.ShellException;
+import org.jboss.fresh.shell.ShellException;
 
 // it has no Executable
 // no exepath, no params, no PoolRunner
@@ -116,7 +116,7 @@
 	}
 
 	public void run() {
-		throw new RuntimeException("com.parsek.shell.impl.ProcessChain: run(): This method should not have been called.");
+		throw new RuntimeException("org.jboss.fresh.shell.impl.ProcessChain: run(): This method should not have been called.");
 	}
 
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellImpl.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellImpl.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellImpl.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.impl;
+package org.jboss.fresh.shell.impl;
 
 import java.io.ByteArrayInputStream;
 import java.io.EOFException;
@@ -38,21 +38,21 @@
 import org.jboss.fresh.io.OutBuffer;
 import org.jboss.fresh.io.OutputStreamBuffer;
 import org.jboss.fresh.registry.RegistryContext;
-import com.parsek.shell.EnvProperties;
-import com.parsek.shell.Executable;
-import com.parsek.shell.NoSuchProcessException;
-import com.parsek.shell.ProcessInfo;
-import com.parsek.shell.SessionTimeoutException;
-import com.parsek.shell.Shell;
-import com.parsek.shell.ShellException;
-import com.parsek.shell.ShellIOException;
-import com.parsek.shell.SystemShell;
-import com.parsek.shell.events.ShellEvent;
-import com.parsek.shell.events.ShellEventBroadcaster;
-import com.parsek.shell.parser.Cmd;
-import com.parsek.shell.parser.CmdLines;
-import com.parsek.shell.parser.ParseException;
-import com.parsek.shell.parser.ShellCmdParser;
+import org.jboss.fresh.shell.EnvProperties;
+import org.jboss.fresh.shell.Executable;
+import org.jboss.fresh.shell.NoSuchProcessException;
+import org.jboss.fresh.shell.ProcessInfo;
+import org.jboss.fresh.shell.SessionTimeoutException;
+import org.jboss.fresh.shell.Shell;
+import org.jboss.fresh.shell.ShellException;
+import org.jboss.fresh.shell.ShellIOException;
+import org.jboss.fresh.shell.SystemShell;
+import org.jboss.fresh.shell.events.ShellEvent;
+import org.jboss.fresh.shell.events.ShellEventBroadcaster;
+import org.jboss.fresh.shell.parser.Cmd;
+import org.jboss.fresh.shell.parser.CmdLines;
+import org.jboss.fresh.shell.parser.ParseException;
+import org.jboss.fresh.shell.parser.ShellCmdParser;
 import org.jboss.fresh.util.StringUtils;
 import org.apache.log4j.Logger;
 
@@ -130,8 +130,8 @@
     private long closureTime;
     private String closureReason;
 
-    private static final Logger log = Logger.getLogger("com.parsek.shell.impl.ShellImpl");
-	private static final Logger cmdlog = Logger.getLogger("com.parsek.shell.impl.ShellImpl.CMD");
+    private static final Logger log = Logger.getLogger("org.jboss.fresh.shell.impl.ShellImpl");
+	private static final Logger cmdlog = Logger.getLogger("org.jboss.fresh.shell.impl.ShellImpl.CMD");
 
 
 	private EventBroadcaster eb;
@@ -1234,7 +1234,7 @@
 			InBuffer buf = null;
 			try {
 				buf = getBuffer(pinfo.procid, 1);
-			} catch(com.parsek.shell.NoSuchProcessException ex) {
+			} catch(org.jboss.fresh.shell.NoSuchProcessException ex) {
 				return null;
 			}
 
@@ -1311,7 +1311,7 @@
 	}
 
 	/* (non-Javadoc)
-	 * @see com.parsek.shell.Shell#setROEnvProperty(java.lang.String, java.lang.String)
+	 * @see org.jboss.fresh.shell.Shell#setROEnvProperty(java.lang.String, java.lang.String)
 	 */
 	public synchronized void setROEnvProperty(String name, String value)
 			throws ShellException {

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellRuntime.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellRuntime.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/ShellRuntime.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.impl;
+package org.jboss.fresh.shell.impl;
 
 import org.jboss.fresh.vfs.vfs.FileInfo;
 import org.jboss.fresh.vfs.vfs.FileName;
@@ -6,10 +6,10 @@
 import com.parsek.ctx.FlatContext;
 import org.jboss.fresh.io.Buffer;
 import org.jboss.fresh.io.BufferWriter;
-import com.parsek.shell.Executable;
-import com.parsek.shell.ShellException;
-import com.parsek.shell.BadCommandException;
-import com.parsek.shell.commands.*;
+import org.jboss.fresh.shell.Executable;
+import org.jboss.fresh.shell.ShellException;
+import org.jboss.fresh.shell.BadCommandException;
+import org.jboss.fresh.shell.commands.*;
 
 import java.io.PrintWriter;
 import java.util.*;
@@ -51,13 +51,13 @@
 				if(shellout!=null) shellout.put("init.rc returned an error: " + ex.toString() + " : " + (ex.getCause()==null ? "" : ex.getCause().toString()), 10000 );
 			}
 
-			shell.setEnvProperty("VERSION", com.parsek.shell.impl.Version.getVersion());
+			shell.setEnvProperty("VERSION", org.jboss.fresh.shell.impl.Version.getVersion());
 
 
 
 /*
 			Filter a=new ValidationFilter();
-			Filter b=a.setNext(new BinaryFilter()).setNext(new com.parsek.shell.commands.cms.SaveCp2ImageFilter());
+			Filter b=a.setNext(new BinaryFilter()).setNext(new org.jboss.fresh.shell.commands.cms.SaveCp2ImageFilter());
 			Filter f=b.setNext(new PersistenceFilter());
 			Filter prs=f;
 			//f=f.setNext(new AssetPlaceholderFilter());

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/SystemShellImpl.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/SystemShellImpl.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/SystemShellImpl.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,14 +1,14 @@
-package com.parsek.shell.impl;
+package org.jboss.fresh.shell.impl;
 
 import org.jboss.fresh.vfs.vfs.UserCtx;
 import org.jboss.fresh.vfs.vfs.VFS;
-import com.parsek.cpii.services.PoolRunner;
+import org.jboss.fresh.cpii.services.PoolRunner;
 import org.jboss.fresh.pool.pool.Pool;
 import org.jboss.fresh.pool.pool.PoolException;
-import com.parsek.shell.EnvProperties;
-import com.parsek.shell.Shell;
-import com.parsek.shell.ShellException;
-import com.parsek.shell.SystemShell;
+import org.jboss.fresh.shell.EnvProperties;
+import org.jboss.fresh.shell.Shell;
+import org.jboss.fresh.shell.ShellException;
+import org.jboss.fresh.shell.SystemShell;
 import org.jboss.fresh.registry.RegistryContext;
 
 import javax.naming.NamingException;
@@ -99,7 +99,7 @@
 			pool = (Pool) ictx.lookup(tpName);
 		} catch (Exception ex) {
 			log.error(ex.getMessage(),ex);
-			throw new RuntimeException("com.parsek.shell.impl.SystemShellImpl: getThreadPool: " + tpName + " not bound.");
+			throw new RuntimeException("org.jboss.fresh.shell.impl.SystemShellImpl: getThreadPool: " + tpName + " not bound.");
 		}
 
 		return pool;
@@ -114,7 +114,7 @@
 			vfs = (VFS) ctx.lookup(vfsName);
 		} catch (NamingException ex) {
 			log.error(ex.getMessage(),ex);
-			throw new RuntimeException("com.parsek.shell.impl.SystemShellImpl: startSession: " + vfsName + " not bound.");
+			throw new RuntimeException("org.jboss.fresh.shell.impl.SystemShellImpl: startSession: " + vfsName + " not bound.");
 		}
 
 		return vfs;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/Version.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/Version.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/impl/Version.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.impl;
+package org.jboss.fresh.shell.impl;
 
 public class Version {
 

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/parser/Cmd.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/parser/Cmd.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/parser/Cmd.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.parser;
+package org.jboss.fresh.shell.parser;
 
 import java.util.LinkedList;
 import java.util.Iterator;

Modified: projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/parser/CmdLines.java
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/parser/CmdLines.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/java/org/jboss/fresh/shell/parser/CmdLines.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.shell.parser;
+package org.jboss.fresh.shell.parser;
 
 import java.util.Iterator;
 import java.util.LinkedList;

Modified: projects/fresh/trunk/fresh-ssh/src/main/java/org/jboss/fresh/ssh/ssh/cp2/Cp2VFSProvider.java
===================================================================
--- projects/fresh/trunk/fresh-ssh/src/main/java/org/jboss/fresh/ssh/ssh/cp2/Cp2VFSProvider.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-ssh/src/main/java/org/jboss/fresh/ssh/ssh/cp2/Cp2VFSProvider.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -10,7 +10,7 @@
 import java.text.DecimalFormat;
 
 import org.jboss.fresh.registry.RegistryContext;
-import com.parsek.shell.SystemShell;
+import org.jboss.fresh.shell.SystemShell;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.vfs.vfs.VFSException;
 import org.jboss.fresh.vfs.vfs.FileInfo;

Modified: projects/fresh/trunk/fresh-ssh/src/main/java/org/jboss/fresh/ssh/ssh/cp2/SSHShell.java
===================================================================
--- projects/fresh/trunk/fresh-ssh/src/main/java/org/jboss/fresh/ssh/ssh/cp2/SSHShell.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-ssh/src/main/java/org/jboss/fresh/ssh/ssh/cp2/SSHShell.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -12,12 +12,12 @@
 import java.io.StringWriter;
 import javax.naming.NamingException;
 
-import com.parsek.shell.impl.ShellImpl;
-import com.parsek.shell.ShellException;
-import com.parsek.shell.SystemShell;
-import com.parsek.shell.ProcessInfo;
-import com.parsek.shell.ShellOutputStream;
-import com.parsek.cpii.services.PoolRunner;
+import org.jboss.fresh.shell.impl.ShellImpl;
+import org.jboss.fresh.shell.ShellException;
+import org.jboss.fresh.shell.SystemShell;
+import org.jboss.fresh.shell.ProcessInfo;
+import org.jboss.fresh.shell.ShellOutputStream;
+import org.jboss.fresh.cpii.services.PoolRunner;
 import org.jboss.fresh.io.BufferInputStream;
 import org.jboss.fresh.io.Buffer;
 import org.jboss.fresh.io.EOLFixInputStream;
@@ -149,7 +149,7 @@
 /*
 	private static synchronized void setupThreadPool() {
 		if(pool == null) try {
-	        pool = new PoolImpl("SSH Thread pool", new com.parsek.cpii.services.PoolRunnerFactory());
+	        pool = new PoolImpl("SSH Thread pool", new org.jboss.fresh.cpii.services.PoolRunnerFactory());
 	        pool.setMinSize(0);
 	        pool.setMaxSize(1);
 	        pool.setNonBlocking(true);
@@ -344,7 +344,7 @@
 
 
 	void writeError(Throwable th) {
-		if(th instanceof com.parsek.shell.SessionTimeoutException) {
+		if(th instanceof org.jboss.fresh.shell.SessionTimeoutException) {
 			closeShell();
 			return;
 		}

Modified: projects/fresh/trunk/fresh-threadpool/etc/jboss-service.xml
===================================================================
--- projects/fresh/trunk/fresh-threadpool/etc/jboss-service.xml	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-threadpool/etc/jboss-service.xml	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,9 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 
 <server>
-	<mbean code="com.parsek.cpii.services.PoolService" name="CP2:service=ThreadPool">
+	<mbean code="org.jboss.fresh.cpii.services.PoolService" name="CP2:service=ThreadPool">
 		<attribute name="JNDIName">java:/CP2/ThreadPool</attribute>
-		<attribute name="FactoryName">com.parsek.cpii.services.PoolRunnerFactory</attribute>
+		<attribute name="FactoryName">org.jboss.fresh.cpii.services.PoolRunnerFactory</attribute>
 		<attribute name="PoolName">ThreadPool</attribute>
 		<attribute name="MinSize">0</attribute>
 		<attribute name="MaxSize">1000</attribute>

Modified: projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunner.java
===================================================================
--- projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunner.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunner.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.cpii.services;
+package org.jboss.fresh.cpii.services;
 
 /**
  We need to implement the following abstract methods from the super class:
@@ -36,7 +36,7 @@
     
     private static volatile int tc = 0;
 
-    private static final org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger("com.parsek.cpii.services.PoolRunner");
+    private static final org.apache.log4j.Logger log = org.apache.log4j.Logger.getLogger("org.jboss.fresh.cpii.services.PoolRunner");
         
     public PoolRunner() {
     	init();

Modified: projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunnerFactory.java
===================================================================
--- projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunnerFactory.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunnerFactory.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.cpii.services;
+package org.jboss.fresh.cpii.services;
 
 //import org.jboss.pool.ObjectPool;
 //import org.jboss.pool.PoolObjectFactory;

Modified: projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunnerInspector.java
===================================================================
--- projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunnerInspector.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/cpii/services/PoolRunnerInspector.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.cpii.services;
+package org.jboss.fresh.cpii.services;
 
 import java.io.PrintWriter;
 

Modified: projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/pool/pool/impl/PoolInspector.java
===================================================================
--- projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/pool/pool/impl/PoolInspector.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-threadpool/src/main/java/org/jboss/fresh/pool/pool/impl/PoolInspector.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,7 +1,7 @@
 package org.jboss.fresh.pool.pool.impl;
 
-import com.parsek.cpii.services.PoolRunner;
-import com.parsek.cpii.services.PoolRunnerInspector;
+import org.jboss.fresh.cpii.services.PoolRunner;
+import org.jboss.fresh.cpii.services.PoolRunnerInspector;
 
 import java.util.List;
 import java.util.Iterator;

Modified: projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/cpii/services/JMXProxySupport.java
===================================================================
--- projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/cpii/services/JMXProxySupport.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-util/src/main/java/org/jboss/fresh/cpii/services/JMXProxySupport.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,4 +1,4 @@
-package com.parsek.cpii.services;
+package org.jboss.fresh.cpii.services;
 
 import javax.management.*;
 import java.util.Iterator;

Modified: projects/fresh/trunk/fresh-vfs/etc/jboss-service.xml
===================================================================
--- projects/fresh/trunk/fresh-vfs/etc/jboss-service.xml	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-vfs/etc/jboss-service.xml	2009-04-29 14:52:36 UTC (rev 88002)
@@ -12,7 +12,7 @@
 		<depends>CP2:datasource=CP2/VFS-DB</depends>
 		<depends>CP2:service=HibernateVFS</depends>
 	</mbean>
-	<mbean code="com.parsek.cpii.services.HibernateBinder" name="CP2:service=HibernateVFS">
+	<mbean code="org.jboss.fresh.cpii.services.HibernateBinder" name="CP2:service=HibernateVFS">
 		<attribute name="JNDIName">java:/CP2/HibernateVFS</attribute>
 		<attribute name="ConfigFolder">../cp2/vfs/hibernate</attribute>
 		<attribute name="DataSource">java:/CP2/VFS-DB</attribute>
@@ -21,7 +21,7 @@
 		<depends>CP2:classes=HibernatePersister</depends>
 		<depends>CP2:datasource=CP2/VFS-DB</depends>
 	</mbean>
-	<!--mbean code="com.parsek.cpii.services.VFSService" name="CP2:service=VFS">
+	<!--mbean code="org.jboss.fresh.cpii.services.VFSService" name="CP2:service=VFS">
 		<attribute name="JNDIName">java:/CP2/VFS</attribute>
 		<attribute name="MetaClassFactory">com.parsek.vfs.impl.DBVFSMetaFactory</attribute>
 		<attribute name="StoreClassFactory">com.parsek.vfs.impl.DBVFSStoreFactory</attribute>

Modified: projects/fresh/trunk/fresh-vfs/src/main/java/org/jboss/fresh/vfs/vfs/impl/VFSJMXProxy.java
===================================================================
--- projects/fresh/trunk/fresh-vfs/src/main/java/org/jboss/fresh/vfs/vfs/impl/VFSJMXProxy.java	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-vfs/src/main/java/org/jboss/fresh/vfs/vfs/impl/VFSJMXProxy.java	2009-04-29 14:52:36 UTC (rev 88002)
@@ -1,6 +1,6 @@
 package org.jboss.fresh.vfs.vfs.impl;
 
-import com.parsek.cpii.services.JMXProxySupport;
+import org.jboss.fresh.cpii.services.JMXProxySupport;
 import org.jboss.fresh.vfs.vfs.VFS;
 import org.jboss.fresh.vfs.vfs.FileName;
 import org.jboss.fresh.vfs.vfs.UserCtx;




More information about the jboss-cvs-commits mailing list