idok-commit AT lists.psi.ch
Subject: Commit emails of the iDok project
List archive
- From: "Apache" <apache AT savannah.psi.ch>
- To: idok-commit AT lists.psi.ch
- Subject: [idok-commit] idok commit r106 - trunk
- Date: Tue, 27 May 2008 10:19:42 +0200
- List-archive: <https://lists.web.psi.ch/pipermail/idok-commit/>
- List-id: Commit emails of the iDok project <idok-commit.lists.psi.ch>
Author: huebner AT PSI.CH
Date: Tue May 27 10:19:41 2008
New Revision: 106
Log:
modified the sign-all-jars target to include the ant_dist directory
Modified:
trunk/local-server.xml
Modified: trunk/local-server.xml
==============================================================================
--- trunk/local-server.xml (original)
+++ trunk/local-server.xml Tue May 27 10:19:41 2008
@@ -332,6 +332,11 @@
<arg value="-c"/>
<arg value="for j in lib/*.jar; do echo $j; zip -d $j
'META-INF/INDEX.LIST' 'META-INF/*.MF' 'META-INF/*.SF' 'META-INF/*.RSA'
'META-INF/*.DSA'; done"/>
</exec>
+ <!-- Delete existing signatures in all ant_dist/*.jar files
-->
+ <exec executable="/bin/bash">
+ <arg value="-c"/>
+ <arg value="for j in ant_dist/*.jar; do echo $j; zip
-d $j 'META-INF/INDEX.LIST' 'META-INF/*.MF' 'META-INF/*.SF' 'META-INF/*.RSA'
'META-INF/*.DSA'; done"/>
+ </exec>
<signjar alias="jarsign"
storepass="${keystore.passwd}"
keystore="${keystore.file}">
- [idok-commit] idok commit r106 - trunk, Apache, 05/27/2008
Archive powered by MHonArc 2.6.19.