Revision: 7419
http://languagetool.svn.sourceforge.net/languagetool/?rev=7419&view=rev
Author: dnaber
Date: 2012-06-19 19:36:43 +0000 (Tue, 19 Jun 2012)
Log Message:
-----------
make "ant fast" behave like "ant dist" again wrt. excludes
Modified Paths:
--------------
trunk/JLanguageTool/build.xml
Modified: trunk/JLanguageTool/build.xml
===================================================================
--- trunk/JLanguageTool/build.xml 2012-06-19 18:52:57 UTC (rev 7418)
+++ trunk/JLanguageTool/build.xml 2012-06-19 19:36:43 UTC (rev 7419)
@@ -467,13 +467,15 @@
<!-- ================================================================== -->
<target name="dist" depends="ooo-internal" description="Builds
LibreOffice/ApacheOpenOffice extension">
-<zip compress="yes" destfile="${dist.dir}/LanguageTool-${version}.oxt"
basedir="${dist.dir}" includes="**"
-
excludes="deploy.sh,undeploy.sh,turn.sh,printlocales.jar,**/hunspell/**,${bliki.lib},junit.jar,Rule*.jar,
-
lucene*.jar,testwikipedia.*,LanguageTool.jar,LanguageToolGUI.jar,*.xsl,${jna.lib},hunspell-*.jnilib,hunspell-*.dll,libhunspell-*.so"
/>
+ <zip compress="yes" destfile="${dist.dir}/LanguageTool-${version}.oxt"
basedir="${dist.dir}" includes="**"
+
excludes="deploy.sh,undeploy.sh,turn.sh,printlocales.jar,**/hunspell/**,${bliki.lib},junit.jar,Rule*.jar,
+
lucene*.jar,testwikipedia.*,LanguageTool.jar,LanguageToolGUI.jar,*.xsl,${jna.lib},hunspell-*.jnilib,hunspell-*.dll,libhunspell-*.so"
/>
</target>
<target name="fast" depends="ooo-internal" description="like dist, but without
ZIP compression (for development only)">
-<zip compress="no" destfile="${dist.dir}/LanguageTool-${version}.oxt"
basedir="${dist.dir}" includes="**"
excludes="deploy.sh,undeploy.sh,turn.sh,printlocales.jar" />
+ <zip compress="no" destfile="${dist.dir}/LanguageTool-${version}.oxt"
basedir="${dist.dir}" includes="**" excludes="deploy.sh,
+
undeploy.sh,turn.sh,printlocales.jar,**/hunspell/**,${bliki.lib},junit.jar,Rule*.jar,lucene*.jar,testwikipedia.*,
+
LanguageTool.jar,LanguageToolGUI.jar,*.xsl,${jna.lib},hunspell-*.jnilib,hunspell-*.dll,libhunspell-*.so"
/>
</target>
<target name="common" depends="clean,init,build">
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
[email protected]
https://lists.sourceforge.net/lists/listinfo/languagetool-cvs