Author: jdillon
Date: Thu Jun 1 16:09:32 2006
New Revision: 410989
URL: http://svn.apache.org/viewvc?rev=410989&view=rev
Log:
Rename scripts and config from gshell* to gsh*
Added:
geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.conf
(contents, props changed)
- copied, changed from r410953, geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gshell.conf
geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.properties
(contents, props changed)
- copied, changed from r410953, geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gshell.properties
geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gsh
- copied, changed from r410953, geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gshell
geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gsh.bat
(contents, props changed)
- copied, changed from r410953, geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gshell.bat
Removed:
geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gshell.conf
geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gshell.properties
geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gshell
geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gshell.bat
Modified:
geronimo/sandbox/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/util/util/Banner.java
geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/assembly/bin.xml
geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-retro-assembly/src/main/assembly/bin.xml
geronimo/sandbox/gshell/trunk/gshell-core/pom.xml
Modified: geronimo/sandbox/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/util/util/Banner.java
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/util/util/Banner.java?rev=410989&r1=410988&r2=410989&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/util/util/Banner.java
(original)
+++ geronimo/sandbox/gshell/trunk/gshell-api/src/main/java/org/apache/geronimo/gshell/util/util/Banner.java
Thu Jun 1 16:09:32 2006
@@ -36,7 +36,7 @@
out.println(" | |_| |___) | | | | __/ | |");
out.println(" \\____|____/|_| |_|\\___|_|_|");
out.println();
- out.println("gshell -- Geronimo command-line shell");
+ out.println(" GShell -- Geronimo command-line shell");
out.flush();
return writer.toString();
Modified: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/assembly/bin.xml?rev=410989&r1=410988&r2=410989&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/assembly/bin.xml
(original)
+++ geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/assembly/bin.xml
Thu Jun 1 16:09:32 2006
@@ -23,8 +23,8 @@
<directory>src/main/scripts</directory>
<outputDirectory>bin</outputDirectory>
<includes>
- <include>gshell.bat</include>
- <include>gshell.conf</include>
+ <include>gsh.bat</include>
+ <include>gsh.conf</include>
</includes>
<lineEnding>dos</lineEnding>
</fileSet>
@@ -33,7 +33,7 @@
<directory>src/main/scripts</directory>
<outputDirectory>bin</outputDirectory>
<includes>
- <include>gshell</include>
+ <include>gsh</include>
</includes>
<lineEnding>unix</lineEnding>
<fileMode>0755</fileMode>
Copied: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.conf
(from r410953, geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gshell.conf)
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.conf?p2=geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.conf&p1=geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gshell.conf&r1=410953&r2=410989&rev=410989&view=diff
==============================================================================
(empty)
Propchange: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.conf
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.conf
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.conf
------------------------------------------------------------------------------
svn:mime-type = text/plain
Copied: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.properties
(from r410953, geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gshell.properties)
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.properties?p2=geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.properties&p1=geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gshell.properties&r1=410953&r2=410989&rev=410989&view=diff
==============================================================================
(empty)
Propchange: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.properties
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.properties
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Propchange: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/config/gsh.properties
------------------------------------------------------------------------------
svn:mime-type = text/plain
Copied: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gsh
(from r410953, geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gshell)
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gsh?p2=geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gsh&p1=geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gshell&r1=410953&r2=410989&rev=410989&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gshell
(original)
+++ geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gsh Thu
Jun 1 16:09:32 2006
@@ -51,7 +51,7 @@
# Use default classworlds config
if [ -z "$CLASSWORLDS_CONF" ]; then
- CLASSWORLDS_CONF="$GSHELL_HOME/etc/gshell.conf"
+ CLASSWORLDS_CONF="$GSHELL_HOME/etc/gsh.conf"
fi
CLASSWORLDS_CLASSPATH="$GSHELL_HOME/lib/boot/classworlds-${CLASSWORLDS_VERSION}.jar"
Copied: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gsh.bat
(from r410953, geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gshell.bat)
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gsh.bat?p2=geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gsh.bat&p1=geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gshell.bat&r1=410953&r2=410989&rev=410989&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gshell.bat
(original)
+++ geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gsh.bat
Thu Jun 1 16:09:32 2006
@@ -14,6 +14,8 @@
set DIRNAME=%~dp0
if "%DIRNAME%" == "" set DIRNAME=.\
+if "%PROGNAME%" == "" set PROGNAME=gsh
+
@rem Determine the command interpreter to execute the "CD" later
set COMMAND_COM="cmd.exe"
if exist "%SystemRoot%\system32\cmd.exe" set COMMAND_COM="%SystemRoot%\system32\cmd.exe"
@@ -80,7 +82,7 @@
@rem Setup the command line
set CLASSWORLDS_CLASSPATH=%GSHELL_HOME%\lib\boot\classworlds-%CLASSWORLDS_VERSION%.jar
set CLASSWORLDS_MAIN_CLASS=org.codehaus.classworlds.Launcher
-set CLASSWORLDS_CONF=%GSHELL_HOME%\etc\gshell.conf
+set CLASSWORLDS_CONF=%GSHELL_HOME%\etc\gsh.conf
set JAVA_EXE=%JAVA_HOME%\bin\java.exe
Propchange: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gsh.bat
------------------------------------------------------------------------------
svn:eol-style = CRLF
Propchange: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-assembly/src/main/scripts/gsh.bat
------------------------------------------------------------------------------
svn:mime-type = text/plain
Modified: geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-retro-assembly/src/main/assembly/bin.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-retro-assembly/src/main/assembly/bin.xml?rev=410989&r1=410988&r2=410989&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-retro-assembly/src/main/assembly/bin.xml
(original)
+++ geronimo/sandbox/gshell/trunk/gshell-assemblies/gshell-retro-assembly/src/main/assembly/bin.xml
Thu Jun 1 16:09:32 2006
@@ -25,8 +25,8 @@
<directory>target/scratch/gshell/bin</directory>
<outputDirectory>bin</outputDirectory>
<includes>
- <include>gshell.bat</include>
- <include>gshell.conf</include>
+ <include>gsh.bat</include>
+ <include>gsh.conf</include>
</includes>
<lineEnding>dos</lineEnding>
</fileSet>
@@ -35,7 +35,7 @@
<directory>target/scratch/gshell/bin</directory>
<outputDirectory>bin</outputDirectory>
<includes>
- <include>gshell</include>
+ <include>gsh</include>
</includes>
<lineEnding>unix</lineEnding>
<fileMode>0755</fileMode>
Modified: geronimo/sandbox/gshell/trunk/gshell-core/pom.xml
URL: http://svn.apache.org/viewvc/geronimo/sandbox/gshell/trunk/gshell-core/pom.xml?rev=410989&r1=410988&r2=410989&view=diff
==============================================================================
--- geronimo/sandbox/gshell/trunk/gshell-core/pom.xml (original)
+++ geronimo/sandbox/gshell/trunk/gshell-core/pom.xml Thu Jun 1 16:09:32 2006
@@ -55,6 +55,22 @@
<build>
<plugins>
+ <!--
+ <plugin>
+ <groupId>org.codehaus.mojo</groupId>
+ <artifactId>minijar-maven-plugin</artifactId>
+ <version>1.0-SNAPSHOT</version>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>minijar</goal>
+ </goals>
+ </execution>
+ </executions>
+ </plugin>
+ -->
+
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
|