File tree Expand file tree Collapse file tree
src/main/java/com/ibm/g11n/pipeline/ant Expand file tree Collapse file tree Original file line number Diff line number Diff line change 5050 <property name =" gp.bundleLayout" value =" LANGUAGE_DIR" />
5151 <property name =" gp.includepattern" value =" **/*.json" />
5252 <property name =" gp.excludepattern" value =" **/*_*.json" />
53- <gp : download >
53+ <gp : download overwrite = " ${ gp.overwrite } " >
5454 <credentials url =" ${ gp.url } " userId =" ${ gp.userId } " password =" ${ gp.password } " instanceId =" ${ gp.instanceId } " />
5555 <targetLanguage lang =" es" />
5656 <targetLanguage lang =" pt-BR" />
Original file line number Diff line number Diff line change @@ -64,7 +64,7 @@ public void setOutputDir(File outputDir) {
6464 * Whether this goal overwrites existing bundle file in output directory
6565 * or not. The default value is true.
6666 */
67- private boolean overwrite ;
67+ private boolean overwrite = true ;
6868
6969 public void setOverwrite (boolean overwrite ) {
7070 this .overwrite = overwrite ;
You can’t perform that action at this time.
0 commit comments