[jboss-cvs] JBossAS SVN: r86724 - projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Apr 3 02:36:54 EDT 2009


Author: thomas.diesler at jboss.com
Date: 2009-04-03 02:36:54 -0400 (Fri, 03 Apr 2009)
New Revision: 86724

Modified:
   projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/auto-install-template.xml
Log:
Fix frameworkSelection

Modified: projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/auto-install-template.xml
===================================================================
--- projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/auto-install-template.xml	2009-04-03 06:34:11 UTC (rev 86723)
+++ projects/jboss-osgi/trunk/build/distribution/src/main/resources/installer/auto-install-template.xml	2009-04-03 06:36:54 UTC (rev 86724)
@@ -10,7 +10,7 @@
   </com.izforge.izpack.panels.TreePacksPanel>
   <com.izforge.izpack.panels.UserInputPanel>
     <userInput>
-      <entry key="runtimeSelection" value="@runtime@" />
+      <entry key="frameworkSelection" value="@framework@" />
     </userInput>
   </com.izforge.izpack.panels.UserInputPanel>
   <com.izforge.izpack.panels.UserInputPanel>




More information about the jboss-cvs-commits mailing list