[jboss-cvs] JBossAS SVN: r108463 - branches/JBPAPP_5_1/testsuite/imports.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Wed Oct 6 08:36:34 EDT 2010
Author: pskopek at redhat.com
Date: 2010-10-06 08:36:34 -0400 (Wed, 06 Oct 2010)
New Revision: 108463
Modified:
branches/JBPAPP_5_1/testsuite/imports/test-jars.xml
Log:
FIX: Jarsigning failed while running from fresh installation.
Modified: branches/JBPAPP_5_1/testsuite/imports/test-jars.xml
===================================================================
--- branches/JBPAPP_5_1/testsuite/imports/test-jars.xml 2010-10-06 07:54:11 UTC (rev 108462)
+++ branches/JBPAPP_5_1/testsuite/imports/test-jars.xml 2010-10-06 12:36:34 UTC (rev 108463)
@@ -190,7 +190,7 @@
-->
<target name="sign-file" if="jboss.test.sign.jars">
<signjar
- keystore="${jboss.dist}${/}server${/}cc/cc.keystore"
+ keystore="${basedir}/src/resources/test-configs/cc/cc.keystore"
storetype="jks"
alias="testsuite"
storepass="jbosseap">
More information about the jboss-cvs-commits
mailing list