Skip to content
Snippets Groups Projects
Commit e7e7d471 authored by Brutzman, Don's avatar Brutzman, Don
Browse files

assets for izpack lang fix

parent c0d16bb8
No related branches found
No related tags found
No related merge requests found
No preview for this file type
2014 MAY 19
The standalone-compiler was modified to include a usa.xml file and usa.gif in
the bin.langpacks.installer and bin.langpacks.flags directories respectively.
See update.sh for details
installers/util/izpack-lang-fix/com/izforge/izpack/bin/langpacks/flags/usa.gif

1.03 KiB

@echo off
rem ***********************************************************************
rem This bat file injects the usa flag and usa.xml config file into the
rem izpack-core-@{version}.jar to offer a usa language option when creating
rem installation description files.
rem ***********************************************************************
@echo on
jar ufv ../izpack-core-5.1.3.jar ^
com/izforge/izpack/bin/langpacks/installer/usa.xml ^
com/izforge/izpack/bin/langpacks/flags/usa.gif
# ***********************************************************************
# This bat file injects the usa flag and usa.xml config file into the
# izpack-core-@{version}.jar to offer a usa language option when creating
# installation description files.
# ***********************************************************************
jar ufv ../izpack-core-5.1.3.jar \
com/izforge/izpack/bin/langpacks/installer/usa.xml \
com/izforge/izpack/bin/langpacks/flags/usa.gif
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment