leosimons 2003/06/11 13:00:29
Modified: buildsystem maven-common.xml
Log:
YATS (Yet Another Typo Squashed)
Revision Changes Path
1.5 +2 -2 avalon/buildsystem/maven-common.xml
Index: maven-common.xml
===================================================================
RCS file: /home/cvs/avalon/buildsystem/maven-common.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- maven-common.xml 11 Jun 2003 19:59:07 -0000 1.4
+++ maven-common.xml 11 Jun 2003 20:00:29 -0000 1.5
@@ -497,8 +497,8 @@
cd ${maven.build.dir}
for i in *.jar;
- gpg --output ${maven.final.name}.jar.asc \
- --detach-sig --armor ${maven.final.name}.jar
+ gpg --output $$i.asc \
+ --detach-sig --armor $$i
done
For more help, see
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]