[jboss-cvs] JBossAS SVN: r85863 - in projects/jboss-osgi/branches/tdiesler/build: hudson/hudson-home and 1 other directories.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sun Mar 15 15:44:04 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-15 15:44:02 -0400 (Sun, 15 Mar 2009)
New Revision: 85863

Modified:
   projects/jboss-osgi/branches/tdiesler/build/distribution/scripts/antrun-installer.xml
   projects/jboss-osgi/branches/tdiesler/build/hudson/hudson-home/command.sh
   projects/jboss-osgi/branches/tdiesler/build/hudson/hudson-home/jobs/Container-Matrix/config.xml
Log:
wip

Modified: projects/jboss-osgi/branches/tdiesler/build/distribution/scripts/antrun-installer.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/build/distribution/scripts/antrun-installer.xml	2009-03-15 19:06:36 UTC (rev 85862)
+++ projects/jboss-osgi/branches/tdiesler/build/distribution/scripts/antrun-installer.xml	2009-03-15 19:44:02 UTC (rev 85863)
@@ -47,7 +47,7 @@
         <filter token="jboss.integration" value="${jboss.integration}" />
         <filter token="product.version" value="${product.version}" />
         <filter token="target.container" value="${target.container}" />
-        <filter token="installpath" value="${output.dir}/installpath" />
+        <filter token="installpath" value="${output.dir}/auto-install-dest/jboss-osgi-${product.version}" />
       </filterset>
     </copy>
   	

Modified: projects/jboss-osgi/branches/tdiesler/build/hudson/hudson-home/command.sh
===================================================================
--- projects/jboss-osgi/branches/tdiesler/build/hudson/hudson-home/command.sh	2009-03-15 19:06:36 UTC (rev 85862)
+++ projects/jboss-osgi/branches/tdiesler/build/hudson/hudson-home/command.sh	2009-03-15 19:44:02 UTC (rev 85863)
@@ -31,7 +31,7 @@
     rm -rf $JBOSS_HOME; unzip -q $JBOSS_ZIP -d $WORKSPACE  
   ;;
   'runtime')
-	JBOSS_HOME=$DISTRODIR/installpath/runtime
+	JBOSS_HOME=$DISTRODIR/auto-install-dest/jboss-osgi-$VERSION/runtime
   ;;
   *)
 	echo "Unsupported container: $CONTAINER"

Modified: projects/jboss-osgi/branches/tdiesler/build/hudson/hudson-home/jobs/Container-Matrix/config.xml
===================================================================
--- projects/jboss-osgi/branches/tdiesler/build/hudson/hudson-home/jobs/Container-Matrix/config.xml	2009-03-15 19:06:36 UTC (rev 85862)
+++ projects/jboss-osgi/branches/tdiesler/build/hudson/hudson-home/jobs/Container-Matrix/config.xml	2009-03-15 19:44:02 UTC (rev 85863)
@@ -37,6 +37,7 @@
         <string>jboss501</string>
         <string>jboss510</string>
         <string>jboss600</string>
+        <string>runtime</string>
       </values>
     </axis>
     <axis>




More information about the jboss-cvs-commits mailing list