[embjopr-commits] EMBJOPR SVN: r900 - branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/testdata.

embjopr-commits at lists.jboss.org embjopr-commits at lists.jboss.org
Mon Mar 29 13:45:52 EDT 2010


Author: ozizka at redhat.com
Date: 2010-03-29 13:45:52 -0400 (Mon, 29 Mar 2010)
New Revision: 900

Modified:
   branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/testdata/hudson_shell_script.sh
Log:
* hudson script: Path to DIST's admin console war fixed.

Modified: branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/testdata/hudson_shell_script.sh
===================================================================
--- branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/testdata/hudson_shell_script.sh	2010-03-29 17:16:20 UTC (rev 899)
+++ branches/EmbJopr-1.4.0-SN-EAP5/jsfunit/testdata/hudson_shell_script.sh	2010-03-29 17:45:52 UTC (rev 900)
@@ -85,7 +85,7 @@
    if [ -f "$PROVIDED_WAR" ] ; then
        echo "Already exists: $PROVIDED_WAR";
    else
-      echo "Zipping the AS console war from '$JBOSS_HOME/server/all/admin-console.war' to $PROVIDED_WAR."
+      echo "Zipping the AS console war from '$JBOSS_HOME/server/all/deploy/admin-console.war' to $PROVIDED_WAR."
       cd $JBOSS_HOME/server/all/admin-console.war
       zip $PROVIDED_WAR *
    fi



More information about the embjopr-commits mailing list