Revision: 8125
          
http://languagetool.svn.sourceforge.net/languagetool/?rev=8125&view=rev
Author:   dnaber
Date:     2012-09-30 14:17:17 +0000 (Sun, 30 Sep 2012)
Log Message:
-----------
fix resource and rules path for building webstart version

Modified Paths:
--------------
    branches/V_1_9/build.xml

Modified: branches/V_1_9/build.xml
===================================================================
--- branches/V_1_9/build.xml    2012-09-30 13:16:36 UTC (rev 8124)
+++ branches/V_1_9/build.xml    2012-09-30 14:17:17 UTC (rev 8125)
@@ -769,8 +769,8 @@
             </fileset>
         </copy>
 
-        <jar compress="yes" basedir="${dist.dir}" 
destfile="${dist.dir}/web/resource.jar" includes="resource/**" />
-        <jar compress="yes" basedir="${dist.dir}" 
destfile="${dist.dir}/web/rules.jar" includes="rules/**" />
+        <jar compress="yes" basedir="${dist.dir}" 
destfile="${dist.dir}/web/resource.jar" includes="org/languagetool/resource/**" 
/>
+        <jar compress="yes" basedir="${dist.dir}" 
destfile="${dist.dir}/web/rules.jar" includes="org/languagetool/rules/**" />
 
         <!--
               Split the monolithic jna file into a shared one with java code 
and

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


------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://ad.doubleclick.net/clk;258768047;13503038;j?
http://info.appdynamics.com/FreeJavaPerformanceDownload.html
_______________________________________________
Languagetool-commits mailing list
Languagetool-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/languagetool-commits

Reply via email to