[jbpm-commits] JBoss JBPM SVN: r2167 - jbpm3/trunk/modules/distribution/src/main/resources/installer.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Sep 10 10:50:23 EDT 2008


Author: thomas.diesler at jboss.com
Date: 2008-09-10 10:50:23 -0400 (Wed, 10 Sep 2008)
New Revision: 2167

Modified:
   jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
Log:
fix path for download-helper.xml

Modified: jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml
===================================================================
--- jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml	2008-09-10 14:46:37 UTC (rev 2166)
+++ jbpm3/trunk/modules/distribution/src/main/resources/installer/install-definition.xml	2008-09-10 14:50:23 UTC (rev 2167)
@@ -151,7 +151,7 @@
     <pack name="Download Eclipse-3.4.0" required="no" parent="Optional Downloads" preselected="no">
       <description>Download and Install Eclipse-3.4.0</description>
       <!-- http://jira.codehaus.org/browse/IZPACK-158 -->
-      <file src="@{resources.dir}/installer/download-helper.xml" targetdir="$INSTALL_PATH/tmp"/>
+      <file src="@{resources.dir}/installer/download-helper.xml" targetdir="$INSTALL_PATH/Uninstaller"/>
     </pack>
 
     <!-- jBPM3 Server Components -->




More information about the jbpm-commits mailing list