You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jspwiki.apache.org by me...@apache.org on 2009/06/04 21:55:53 UTC

svn commit: r781844 - /incubator/jspwiki/trunk/build.xml

Author: metskem
Date: Thu Jun  4 19:55:53 2009
New Revision: 781844

URL: http://svn.apache.org/viewvc?rev=781844&view=rev
Log:
patch to build.xml so that pt_BR corepages are now also zipped

Modified:
    incubator/jspwiki/trunk/build.xml

Modified: incubator/jspwiki/trunk/build.xml
URL: http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=781844&r1=781843&r2=781844&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Thu Jun  4 19:55:53 2009
@@ -631,6 +631,10 @@
     <zip zipfile="${install.fulldir}/${ant.project.name}-corepages_fr.zip"
          basedir="src/wikipages/fr">
     </zip>
+
+    <zip zipfile="${install.fulldir}/${ant.project.name}-corepages_pt_BR.zip"
+         basedir="src/wikipages/pt_BR">
+    </zip>
  
     <!-- Add other languages here -->