[jboss-cvs] JBossAS SVN: r88003 - in projects/fresh/trunk/fresh-shell/src/main/javacc: com/parsek/shell and 5 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Apr 29 11:10:43 EDT 2009


Author: ctomc
Date: 2009-04-29 11:10:43 -0400 (Wed, 29 Apr 2009)
New Revision: 88003

Added:
   projects/fresh/trunk/fresh-shell/src/main/javacc/org/
   projects/fresh/trunk/fresh-shell/src/main/javacc/org/jboss/
   projects/fresh/trunk/fresh-shell/src/main/javacc/org/jboss/fresh/
   projects/fresh/trunk/fresh-shell/src/main/javacc/org/jboss/fresh/shell/
   projects/fresh/trunk/fresh-shell/src/main/javacc/org/jboss/fresh/shell/parser/
Removed:
   projects/fresh/trunk/fresh-shell/src/main/javacc/com/parsek/shell/parser/
Modified:
   projects/fresh/trunk/fresh-shell/src/main/javacc/org/jboss/fresh/shell/parser/ShellCmdParser.jj
Log:
repackage

Copied: projects/fresh/trunk/fresh-shell/src/main/javacc/org/jboss/fresh/shell/parser (from rev 88001, projects/fresh/trunk/fresh-shell/src/main/javacc/com/parsek/shell/parser)

Modified: projects/fresh/trunk/fresh-shell/src/main/javacc/org/jboss/fresh/shell/parser/ShellCmdParser.jj
===================================================================
--- projects/fresh/trunk/fresh-shell/src/main/javacc/com/parsek/shell/parser/ShellCmdParser.jj	2009-04-29 14:49:59 UTC (rev 88001)
+++ projects/fresh/trunk/fresh-shell/src/main/javacc/org/jboss/fresh/shell/parser/ShellCmdParser.jj	2009-04-29 15:10:43 UTC (rev 88003)
@@ -10,7 +10,7 @@
 
 PARSER_BEGIN(ShellCmdParser)
 
-package com.parsek.shell.parser;
+package org.jboss.fresh.shell.parser;
 
 import java.io.*;
 import java.util.*;




More information about the jboss-cvs-commits mailing list