Author: psmith
Date: Sun Jan 14 13:18:59 2007
New Revision: 496155
URL: http://svn.apache.org/viewvc?view=rev&rev=496155
Log:
Bug 41239 Mac OSX distribution did not exit
cleanly because of missing jars in the distribution.
Fixed by using the webstart-dist directory of jars, which matches the other
distribution and
also uses signed jars to boot
Modified:
logging/chainsaw/trunk/build.xml
Modified: logging/chainsaw/trunk/build.xml
URL:
http://svn.apache.org/viewvc/logging/chainsaw/trunk/build.xml?view=diff&rev=496155&r1=496154&r2=496155
==============================================================================
--- logging/chainsaw/trunk/build.xml (original)
+++ logging/chainsaw/trunk/build.xml Sun Jan 14 13:18:59 2007
@@ -375,7 +375,8 @@
<copy file="${webstart-dependant-receivers.jar}"
todir="iSaw-dist"/>
<copy file="${log4j-chainsaw.jar}" todir="iSaw-dist"/>
<copy todir="iSaw-dist">
- <fileset dir="lib">
+ <fileset dir="webstart-dist">
+ <include name="*.jar" />
<exclude name="commons*.jar"/>
<exclude name="*vfs*.jar"/>
</fileset>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]