Revision: 7855
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=7855&view=rev
Author:   dnaber
Date:     2012-08-13 17:33:22 +0000 (Mon, 13 Aug 2012)
Log Message:
-----------
ZIP the stand-alone version so that it gets unpacked in a "LanguageTool" 
directory, so that not all files end up directly where the ZIP was unpacked

Modified Paths:
--------------
    trunk/JLanguageTool/build.xml

Modified: trunk/JLanguageTool/build.xml
===================================================================
--- trunk/JLanguageTool/build.xml       2012-08-13 07:46:49 UTC (rev 7854)
+++ trunk/JLanguageTool/build.xml       2012-08-13 17:33:22 UTC (rev 7855)
@@ -465,8 +465,9 @@
     <!-- LanguageTool standalone with hunspell, without OpenOffice.org 
integration -->
     <!-- 
========================================================================= -->
     <target name="dist-standalone" depends="common" description="Builds a ZIP 
for stand-alone use">
-        <zip compress="yes" destfile="${dist.dir}/LanguageTool-${version}.zip" 
basedir="${dist.dir}" includes="**"
-             
excludes="deploy.sh,undeploy.sh,turn.sh,printlocales.jar,LanguageTool.uno.jar" 
/>
+        <zip compress="yes" destfile="${dist.dir}/LanguageTool-${version}.zip">
+            <zipfileset prefix="LanguageTool" dir="${dist.dir}" 
excludes="deploy.sh,undeploy.sh,turn.sh,printlocales.jar,LanguageTool.uno.jar"/>
+        </zip>
     </target>
 
     <!-- ================================================================== -->

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Languagetool-cvs mailing list
Languagetool-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs

Reply via email to