]> WPIA git - gigi.git/blobdiff - build.xml
[UPDATE-CONFIG] Move the generated keys to a more resonable location.
[gigi.git] / build.xml
index ff8c6d626fda8d3ed4695dc64eeece255051ac0d..3bd6fcea6f41487093b8302b7d218252d2e71677 100644 (file)
--- a/build.xml
+++ b/build.xml
                        <classpath refid="cacert-gigi.test.classpath"/>
                </javac>
        </target>
-       <target name="FetchLocales">
+       <target name="check-locale">
+               <available file="locale/de.xml" property="locale.present"/>
+       </target>
+       <target name="FetchLocales" depends="check-locale" unless="locale.present">
                <java classname="org.cacert.gigi.util.FetchLocales" failonerror="true" fork="yes">
                        <classpath refid="cacert-gigi.classpath"/>
                </java>