[jboss-cvs] JBossAS SVN: r85611 - projects/jboss-osgi/trunk/build/distribution.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Mar 7 17:57:25 EST 2009


Author: thomas.diesler at jboss.com
Date: 2009-03-07 17:57:25 -0500 (Sat, 07 Mar 2009)
New Revision: 85611

Modified:
   projects/jboss-osgi/trunk/build/distribution/pom.xml
Log:
Add jboss510, jboss600 to matrix - WIP

Modified: projects/jboss-osgi/trunk/build/distribution/pom.xml
===================================================================
--- projects/jboss-osgi/trunk/build/distribution/pom.xml	2009-03-07 22:48:59 UTC (rev 85610)
+++ projects/jboss-osgi/trunk/build/distribution/pom.xml	2009-03-07 22:57:25 UTC (rev 85611)
@@ -130,12 +130,14 @@
             <configuration>
               <tasks>
                 <property name="maven.runtime.classpath" refid="maven.runtime.classpath" />
+                <property name="jboss.home" value="${jboss.home}" />
                 <property name="jboss501.home" value="${jboss501.home}" />
                 <property name="jboss510.home" value="${jboss510.home}" />
                 <property name="jboss600.home" value="${jboss600.home}" />
                 <property name="product.name" value="${project.name}" />
                 <property name="product.short.name" value="${artifactId}" />
                 <property name="product.version" value="${project.version}" />
+                <property name="target.container" value="${target.container}" />
                 <property name="user.home" value="${user.home}" />
                 <ant antfile="scripts/antrun-installer.xml" target="build-installer" />
               </tasks>




More information about the jboss-cvs-commits mailing list