Skip to content

Commit

Permalink
[ICU-7870] adding icuapps
Browse files Browse the repository at this point in the history
X-SVN-Rev: 28445
  • Loading branch information
srl295 committed Aug 11, 2010
1 parent f671acc commit 12d3512
Show file tree
Hide file tree
Showing 57 changed files with 3,603 additions and 5,228 deletions.
38 changes: 36 additions & 2 deletions .gitattributes
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,8 @@ XMLConverter/samples/test.xml -text svneol=unset#text/xml
XMLConverter/samples/testit.xml -text svneol=unset#text/xml
XMLConverter/samples/utf8-sm_jis.xml -text svneol=unset#text/xml
XMLConverter/samples/x.xml -text svneol=unset#text/xml
apputil/apputil.vcxproj -text
apputil/apputil.vcxproj.filters -text
apputil/data/1x1.gif -text
apputil/data/common-footer.html svneol=native#text/html
apputil/data/common-leftnav.html svneol=native#text/html
Expand All @@ -96,6 +98,8 @@ apputil/data/icu.css svneol=native#text/css
apputil/data/lines-gradient.gif -text
apputil/data/lines.gif -text
apputil/data/main.css svneol=native#text/css
convexp/convexp.vcxproj -text
convexp/convexp.vcxproj.filters -text
datacustom/Makefile.in -text
datacustom/README -text
datacustom/build.xml -text
Expand All @@ -104,7 +108,8 @@ datacustom/data/datacustom.xml -text
datacustom/data/root/datapackage.xsd -text
datacustom/gendatadep/Makefile.in -text
datacustom/gendatadep/gendatadep.cpp -text
datacustom/gendatadep/gendatadep.vcproj -text
datacustom/gendatadep/gendatadep.vcxproj -text
datacustom/gendatadep/gendatadep.vcxproj.filters -text
datacustom/gendatadep/listmod.cpp -text
datacustom/gendatadep/listmod.h -text
datacustom/gendatadep/makedata.mak -text
Expand Down Expand Up @@ -135,12 +140,18 @@ icu4jweb/WebContent/uri.jsp -text
icu4jweb/src/com/ibm/icu/dev/demo/icu4jweb/ListPatternFormatter.java svneol=native#text/plain
icudemos/icudemos-content-templ.html svneol=native#text/html
icudemos/icudemos-page-templ.html svneol=native#text/html
icudemos/icudemos.vcxproj -text
icudemos/icudemos.vcxproj.filters -text
icudemos/makedata.mak -text
idnbrowser/idnbrowser.vcxproj -text
idnbrowser/idnbrowser.vcxproj.filters -text
/install-sh -text
jle/.classpath -text
jle/.project -text
jle/.settings/org.eclipse.jdt.core.prefs -text
jle/.settings/org.eclipse.jdt.ui.prefs -text
locexp/locexp.vcxproj -text
locexp/locexp.vcxproj.filters -text
locexp/resource/da.txt -text svneol=unset#application/octet-stream
locexp/resource/fr/displayproblems.gif -text
locexp/resource/fr/explore.gif -text
Expand Down Expand Up @@ -170,6 +181,14 @@ locexp/resource/zh_SG/displayproblems.gif -text
locexp/resource/zh_SG/dp.gif -text
locexp/resource/zh_SG/explore.gif -text
locexp/resource/zh_TW.txt -text
locexp/util/util.vcxproj -text
locexp/util/util.vcxproj.filters -text
nbrowser/nbrowser.vcxproj -text
nbrowser/nbrowser.vcxproj.filters -text
obsolete/obsolete.vcxproj -text
obsolete/obsolete.vcxproj.filters -text
redemo/redemo.vcxproj -text
redemo/redemo.vcxproj.filters -text
regressionTest/CollRegressionTest/README -text
regressionTest/CollRegressionTest/c/Makefile.in -text
regressionTest/CollRegressionTest/c/collationRegressionTest.cpp -text
Expand All @@ -191,7 +210,13 @@ richedit/classes/src/com/ibm/richtext/textapps/resources/unicode.hebrew.red -tex
richedit/classes/src/com/ibm/richtext/textformat/package.html svneol=native#text/html
richedit/classes/src/com/ibm/richtext/textlayout/attributes/package.html svneol=native#text/html
richedit/classes/src/com/ibm/richtext/textpanel/package.html svneol=native#text/html
scompare/scompare.vcxproj -text
scompare/scompare.vcxproj.filters -text
test/obstest/obstest.vcxproj -text
test/obstest/obstest.vcxproj.filters -text
test/testdata/uni-text.bin -text
translitdemo/translitdemo.vcxproj -text
translitdemo/translitdemo.vcxproj.filters -text
ubrowse/extractStrings.sed -text
ubrowse/icons/all-x.gif -text
ubrowse/icons/all.gif -text
Expand All @@ -203,6 +228,15 @@ ubrowse/icons/column-x.gif -text
ubrowse/icons/column.gif -text
ubrowse/icons/ubrowse.css svneol=native#text/css
ubrowse/res/root.xlf -text
ubrowse/ubrowse.vcxproj -text
ubrowse/ubrowse.vcxproj.filters -text
ucd/readme.txt svneol=native#text/plain%3B+charset%3DUTF%3D8
ucd/ucd.vcproj -text
ucd/ucd.sln -text
ucd/ucd.suo -text
ucd/ucd.vcxproj -text
ucd/ucd.vcxproj.filters -text
ufortune/res/ComboList.ico -text
usort/client/usort_client.vcxproj -text
usort/client/usort_client.vcxproj.filters -text
usort/lib/usort_lib.vcxproj -text
usort/lib/usort_lib.vcxproj.filters -text
32 changes: 32 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,18 @@ XMLConverter/Debug
XMLConverter/Makefile
XMLConverter/Release
XMLConverter/XMLConverter
all/*.opensdf
all/*.sdf
all/*.sln
all/all.ncb
all/all.suo
all/debug
all/ipch
all/release
apputil/*.d
apputil/*.o
apputil/*.so
apputil/*.vcxproj.user
apputil/Debug
apputil/Makefile
apputil/Release
Expand All @@ -25,6 +30,7 @@ apputil/release
/config.status
convexp/*.d
convexp/*.o
convexp/*.vcxproj.user
convexp/Debug
convexp/Makefile
convexp/Makefile.local
Expand All @@ -33,8 +39,11 @@ convexp/convexp
convexp/debug
convexp/release
datacustom/Makefile
datacustom/gendatadep/*.vcxproj.user
datacustom/gendatadep/Debug
datacustom/gendatadep/Makefile
datacustom/gendatadep/README_datadep.txt
datacustom/gendatadep/Release
datacustom/gendatadep/gendatadep
datacustom/gendatadep/icudt*.dat
datacustom/gendatadep/libdatadep.*
Expand Down Expand Up @@ -62,14 +71,18 @@ icudemos/*.dat
icudemos/*.lst
icudemos/*.mak
icudemos/*.res
icudemos/*.vcxproj.user
icudemos/Debug
icudemos/Makefile
icudemos/README_*
icudemos/Release
icudemos/debug
icudemos/icudemos*
icudemos/libicudemos*
icudemos/release
idnbrowser/*.d
idnbrowser/*.o
idnbrowser/*.vcxproj.user
idnbrowser/Debug
idnbrowser/Makefile
idnbrowser/Release
Expand All @@ -82,6 +95,7 @@ locexp/#
locexp/(c)
locexp/*.d
locexp/*.o
locexp/*.vcxproj.user
locexp/2005
locexp/All
locexp/Copyright
Expand Down Expand Up @@ -112,13 +126,15 @@ locexp/tools/Makefile
locexp/tools/escapeForBundle
locexp/tools/findSame
locexp/util/*.d
locexp/util/*.vcxproj.user
locexp/util/Debug
locexp/util/Makefile
locexp/util/Makefile.local
locexp/util/Release
locexp/util/lib*lxutil*
nbrowser/*.d
nbrowser/*.o
nbrowser/*.vcxproj.user
nbrowser/Debug
nbrowser/Makefile
nbrowser/Makefile.local
Expand All @@ -131,14 +147,17 @@ obsolete/*.d
obsolete/*.ncb
obsolete/*.opt
obsolete/*.plg
obsolete/*.vcxproj.user
obsolete/Debug
obsolete/Makefile
obsolete/Release
obsolete/icucfg.h
obsolete/libicu*.*
rbbiperf/Makefile
redemo/*.vcxproj.user
redemo/Debug
redemo/Makefile
redemo/Release
redemo/debug
redemo/redemo
redemo/release
Expand All @@ -147,6 +166,7 @@ regressionTest/StrsrchRegressionTest/c/Makefile
rtfcvrt/Makefile
scompare/*.d
scompare/*.o
scompare/*.vcxproj.user
scompare/Debug
scompare/Makefile
scompare/Release
Expand All @@ -155,17 +175,22 @@ scompare/release
scompare/scompare
test/Makefile
test/obstest/*.d
test/obstest/*.vcxproj.user
test/obstest/Debug
test/obstest/Makefile
test/obstest/Release
test/obstest/obstest
test/testdata/Makefile
translitdemo/*.vcxproj.user
translitdemo/Debug
translitdemo/Release
translitdemo/debug
translitdemo/release
translitdemo/translit
translitdemo/translitdemo
ubrowse/*.o
ubrowse/*.res
ubrowse/*.vcxproj.user
ubrowse/*ubrowseres*
ubrowse/Debug
ubrowse/Makefile
Expand All @@ -177,9 +202,15 @@ ubrowse/release
ubrowse/ubrowse
ubrowse/ubrowse.msg
ubrowse/ubrowseres
ucd/*.opensdf
ucd/*.sdf
ucd/*.vcxproj.user
ucd/Debug
ucd/Release
usort/Makefile
usort/client/*.d
usort/client/*.o
usort/client/*.vcxproj.user
usort/client/Debug
usort/client/Makefile
usort/client/Release
Expand All @@ -188,6 +219,7 @@ usort/client/release
usort/client/usort
usort/lib/*.d
usort/lib/*.o
usort/lib/*.vcxproj.user
usort/lib/Debug
usort/lib/Makefile
usort/lib/Release
Expand Down
115 changes: 43 additions & 72 deletions all/all.sln
Original file line number Diff line number Diff line change
@@ -1,77 +1,44 @@
Microsoft Visual Studio Solution File, Format Version 9.00
# Visual Studio 2005
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "idnbrowser", "..\idnbrowser\idnbrowser.vcproj", "{77B06247-9A24-419D-B4C2-C281D265F1C5}"
ProjectSection(ProjectDependencies) = postProject
{FA1A8048-E5D1-4245-93BB-49B570441153} = {FA1A8048-E5D1-4245-93BB-49B570441153}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "locexp", "..\locexp\locexp.vcproj", "{B1EC30F8-575C-4271-B806-10ECDFFB227B}"
ProjectSection(ProjectDependencies) = postProject
{3E336F38-A961-466D-ADCF-77A8822FDCEE} = {3E336F38-A961-466D-ADCF-77A8822FDCEE}
{FA1A8048-E5D1-4245-93BB-49B570441153} = {FA1A8048-E5D1-4245-93BB-49B570441153}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obsolete", "..\obsolete\obsolete.vcproj", "{967B6924-B980-44F9-A742-1C2D3891EB14}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obstest", "..\test\obstest\obstest.vcproj", "{EE3A96A4-0B01-4EF9-B86D-95114E512BF1}"
ProjectSection(ProjectDependencies) = postProject
{967B6924-B980-44F9-A742-1C2D3891EB14} = {967B6924-B980-44F9-A742-1C2D3891EB14}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ubrowse", "..\ubrowse\ubrowse.vcproj", "{35185E79-0A5D-448F-B879-4F17DB7A222E}"
ProjectSection(ProjectDependencies) = postProject
{FA1A8048-E5D1-4245-93BB-49B570441153} = {FA1A8048-E5D1-4245-93BB-49B570441153}
{967A8361-DC2F-4AF9-9156-0C685511FC52} = {967A8361-DC2F-4AF9-9156-0C685511FC52}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "usort_client", "..\usort\client\usort_client.vcproj", "{9CC2F688-2D88-435F-8A67-F4DF35C9C500}"
ProjectSection(ProjectDependencies) = postProject
{3E336F38-A961-466D-ADCF-77A8822FDCEE} = {3E336F38-A961-466D-ADCF-77A8822FDCEE}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "usort_lib", "..\usort\lib\usort_lib.vcproj", "{3E336F38-A961-466D-ADCF-77A8822FDCEE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "convexp", "..\convexp\convexp.vcproj", "{148CF56D-7211-41FB-9F0C-BE29C4185347}"
ProjectSection(ProjectDependencies) = postProject
{FA1A8048-E5D1-4245-93BB-49B570441153} = {FA1A8048-E5D1-4245-93BB-49B570441153}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "util", "..\locexp\util\util.vcproj", "{967A8361-DC2F-4AF9-9156-0C685511FC52}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nbrowser", "..\nbrowser\nbrowser.vcproj", "{B4BBFAE6-6EC0-4F74-9E7E-D450C236E223}"
ProjectSection(ProjectDependencies) = postProject
{FA1A8048-E5D1-4245-93BB-49B570441153} = {FA1A8048-E5D1-4245-93BB-49B570441153}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scompare", "..\scompare\scompare.vcproj", "{F4E8422B-9C62-4771-B37E-1F9309291C70}"
ProjectSection(ProjectDependencies) = postProject
{FA1A8048-E5D1-4245-93BB-49B570441153} = {FA1A8048-E5D1-4245-93BB-49B570441153}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "translitdemo", "..\translitdemo\translitdemo.vcproj", "{6E640C8E-C72A-4A89-8332-6DD3CA13D96F}"
ProjectSection(ProjectDependencies) = postProject
{FA1A8048-E5D1-4245-93BB-49B570441153} = {FA1A8048-E5D1-4245-93BB-49B570441153}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "apputil", "..\apputil\apputil.vcproj", "{FA1A8048-E5D1-4245-93BB-49B570441153}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "redemo", "..\redemo\redemo.vcproj", "{18012D2A-8F83-4CB6-B2D1-6CAA46A6FB41}"
ProjectSection(ProjectDependencies) = postProject
{FA1A8048-E5D1-4245-93BB-49B570441153} = {FA1A8048-E5D1-4245-93BB-49B570441153}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "icudemos", "..\icudemos\icudemos.vcproj", "{D6EA83A8-8D6B-4DF2-8BE3-70A38F7AB148}"
ProjectSection(ProjectDependencies) = postProject
{3E336F38-A961-466D-ADCF-77A8822FDCEE} = {3E336F38-A961-466D-ADCF-77A8822FDCEE}
{FA1A8048-E5D1-4245-93BB-49B570441153} = {FA1A8048-E5D1-4245-93BB-49B570441153}
EndProjectSection
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gendatadep", "..\datacustom\gendatadep\gendatadep.vcproj", "{417C1878-B33C-4FA7-9017-B9D5084DFEED}"
ProjectSection(ProjectDependencies) = postProject
{FA1A8048-E5D1-4245-93BB-49B570441153} = {FA1A8048-E5D1-4245-93BB-49B570441153}
EndProjectSection
Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "idnbrowser", "..\idnbrowser\idnbrowser.vcxproj", "{77B06247-9A24-419D-B4C2-C281D265F1C5}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "locexp", "..\locexp\locexp.vcxproj", "{B1EC30F8-575C-4271-B806-10ECDFFB227B}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obsolete", "..\obsolete\obsolete.vcxproj", "{967B6924-B980-44F9-A742-1C2D3891EB14}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "obstest", "..\test\obstest\obstest.vcxproj", "{EE3A96A4-0B01-4EF9-B86D-95114E512BF1}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ubrowse", "..\ubrowse\ubrowse.vcxproj", "{35185E79-0A5D-448F-B879-4F17DB7A222E}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "usort_client", "..\usort\client\usort_client.vcxproj", "{9CC2F688-2D88-435F-8A67-F4DF35C9C500}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "usort_lib", "..\usort\lib\usort_lib.vcxproj", "{3E336F38-A961-466D-ADCF-77A8822FDCEE}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "convexp", "..\convexp\convexp.vcxproj", "{148CF56D-7211-41FB-9F0C-BE29C4185347}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "util", "..\locexp\util\util.vcxproj", "{967A8361-DC2F-4AF9-9156-0C685511FC52}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "nbrowser", "..\nbrowser\nbrowser.vcxproj", "{B4BBFAE6-6EC0-4F74-9E7E-D450C236E223}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "scompare", "..\scompare\scompare.vcxproj", "{F4E8422B-9C62-4771-B37E-1F9309291C70}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "translitdemo", "..\translitdemo\translitdemo.vcxproj", "{6E640C8E-C72A-4A89-8332-6DD3CA13D96F}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "apputil", "..\apputil\apputil.vcxproj", "{FA1A8048-E5D1-4245-93BB-49B570441153}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "redemo", "..\redemo\redemo.vcxproj", "{18012D2A-8F83-4CB6-B2D1-6CAA46A6FB41}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "icudemos", "..\icudemos\icudemos.vcxproj", "{D6EA83A8-8D6B-4DF2-8BE3-70A38F7AB148}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "gendatadep", "..\datacustom\gendatadep\gendatadep.vcxproj", "{417C1878-B33C-4FA7-9017-B9D5084DFEED}"
EndProject
Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "ucd", "..\ucd\ucd.vcxproj", "{7FAB9C19-C2AF-41A8-A0FB-197C776A1636}"
EndProject
Global
GlobalSection(SubversionScc) = preSolution
Svn-Managed = True
Manager = AnkhSVN - Subversion Support for Visual Studio
EndGlobalSection
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Debug|Win32 = Debug|Win32
Release|Win32 = Release|Win32
Expand Down Expand Up @@ -141,6 +108,10 @@ Global
{417C1878-B33C-4FA7-9017-B9D5084DFEED}.Debug|Win32.Build.0 = Debug|Win32
{417C1878-B33C-4FA7-9017-B9D5084DFEED}.Release|Win32.ActiveCfg = Release|Win32
{417C1878-B33C-4FA7-9017-B9D5084DFEED}.Release|Win32.Build.0 = Release|Win32
{7FAB9C19-C2AF-41A8-A0FB-197C776A1636}.Debug|Win32.ActiveCfg = Debug|Win32
{7FAB9C19-C2AF-41A8-A0FB-197C776A1636}.Debug|Win32.Build.0 = Debug|Win32
{7FAB9C19-C2AF-41A8-A0FB-197C776A1636}.Release|Win32.ActiveCfg = Release|Win32
{7FAB9C19-C2AF-41A8-A0FB-197C776A1636}.Release|Win32.Build.0 = Release|Win32
EndGlobalSection
GlobalSection(SolutionProperties) = preSolution
HideSolutionNode = FALSE
Expand Down
Loading

0 comments on commit 12d3512

Please sign in to comment.