[jboss-cvs] JBossAS SVN: r84760 - projects/jboss-osgi/trunk/hudson/hudson-home.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Wed Feb 25 14:47:24 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-02-25 14:47:24 -0500 (Wed, 25 Feb 2009)
New Revision: 84760

Modified:
   projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
Log:
fix distro dir

Modified: projects/jboss-osgi/trunk/hudson/hudson-home/command.sh
===================================================================
--- projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-02-25 18:48:57 UTC (rev 84759)
+++ projects/jboss-osgi/trunk/hudson/hudson-home/command.sh	2009-02-25 19:47:24 UTC (rev 84760)
@@ -7,7 +7,7 @@
 
 WORKSPACE=`pwd`
 OSGIDIR=$WORKSPACE/jboss-osgi
-DISTRODIR=$OSGIDIR/modules/distribution/target
+DISTRODIR=$OSGIDIR/distribution/target
 
 case "$CONTAINER" in
   jboss501*)
@@ -48,7 +48,7 @@
 #
 # Deploy distro
 #
-AUTO_INSTALL=modules/distribution/target/resources/auto-install-template.xml; cat $AUTO_INSTALL;
+AUTO_INSTALL=$DISTRODIR/resources/auto-install-template.xml; cat $AUTO_INSTALL;
 JAVA_CMD="java -jar $DISTRODIR/jboss-osgi-installer-$OSGI_VERSION.jar $AUTO_INSTALL"
 echo $JAVA_CMD; $JAVA_CMD 
 




More information about the jboss-cvs-commits mailing list