Author: juanpablo
Date: Wed May 21 16:00:20 2008
New Revision: 658919

URL: http://svn.apache.org/viewvc?rev=658919&view=rev
Log:
        * <i18n-create-template> target in build.xml was creating a wrong i18n 
        directory structure.

Modified:
    incubator/jspwiki/trunk/build.xml

Modified: incubator/jspwiki/trunk/build.xml
URL: 
http://svn.apache.org/viewvc/incubator/jspwiki/trunk/build.xml?rev=658919&r1=658918&r2=658919&view=diff
==============================================================================
--- incubator/jspwiki/trunk/build.xml (original)
+++ incubator/jspwiki/trunk/build.xml Wed May 21 16:00:20 2008
@@ -1289,7 +1289,7 @@
        <input message="i18n template code to generate (ie: es_ES):" 
addproperty="i18n.template" />
 
        <mkdir 
dir="${tmplt.i18n.dir}/${ant.project.name}_${i18n.template}/etc/i18n/templates" 
/>
-       <mkdir 
dir="${tmplt.i18n.dir}/${ant.project.name}_${i18n.template}/src/com/ecyrd/jspwiki/plugin"
 />
+       <mkdir 
dir="${tmplt.i18n.dir}/${ant.project.name}_${i18n.template}/etc/i18n/plugin" />
 
        <copy file="etc/i18n/CoreResources.properties"
                  
tofile="${tmplt.i18n.dir}/${ant.project.name}_${i18n.template}/etc/i18n/CoreResources_${i18n.template}.properties"


Reply via email to