~ubuntu-branches/ubuntu/precise/kompozer/precise

« back to all changes in this revision

Viewing changes to mozilla/intl/build/intl.pkg

  • Committer: Bazaar Package Importer
  • Author(s): Anthony Yarusso
  • Date: 2007-08-27 01:11:03 UTC
  • Revision ID: james.westby@ubuntu.com-20070827011103-2jgf4s6532gqu2ka
Tags: upstream-0.7.10
ImportĀ upstreamĀ versionĀ 0.7.10

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[gecko]
 
2
#if SHARED_LIBRARY
 
3
dist/bin/components/@SHARED_LIBRARY@
 
4
#else
 
5
!staticcomp @LIBRARY@ @MODULE_NAME@
 
6
#endif
 
7
!xpt dist/bin/components/intl.xpt
 
8
!xpt dist/bin/components/unicharutil.xpt
 
9
!xpt dist/bin/components/locale.xpt
 
10
!xpt dist/bin/components/chardet.xpt
 
11
!xpt dist/bin/components/lwbrk.xpt
 
12
dist/bin/res/langGroups.properties
 
13
dist/bin/res/language.properties
 
14
dist/bin/res/entityTables/html40Special.properties
 
15
dist/bin/res/entityTables/htmlEntityVersions.properties
 
16
dist/bin/res/entityTables/html40Latin1.properties
 
17
dist/bin/res/entityTables/html40Symbols.properties
 
18
dist/bin/res/entityTables/transliterate.properties
 
19
#if MOZ_MATHML
 
20
dist/bin/res/entityTables/mathml20.properties
 
21
#endif
 
22
 
 
23
#if ENABLE_TESTS
 
24
[gecko-tests]
 
25
dist/bin/UnicharSelfTest@BINS@
 
26
dist/bin/StringBundleTest@BINS@
 
27
dist/bin/TestLineBreak@BINS@
 
28
dist/bin/res/strres.properties
 
29
dist/bin/res/strres-test.html
 
30
dist/bin/res/strres-test.xul
 
31
dist/bin/res/strres-test.dtd
 
32
dist/bin/res/strres-test.js
 
33
#if OS_ARCH==WINNT
 
34
dist/bin/DetectCharset@BINS@
 
35
#endif
 
36
#endif