Skip to content

Commit

Permalink
[TED 31421]Labels on Export Content dialog are not displayed in runti…
Browse files Browse the repository at this point in the history
…me localized language of English
  • Loading branch information
Xiaoying Gu committed Sep 1, 2010
1 parent 1f4f462 commit 97f3eb1
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
ext=".properties"
includes="**/*_ko_KR.msg"/>
<copy todir="src/">
<fileset dir="org.eclipse.birt.report.engine.emitter.config.excel/src"/>
<fileset dir="${buildDirectory}/plugins/org.eclipse.birt.report.engine.emitter.config.excel/src"/>
<globmapper from="*.properties" to="*_en.properties"/>
</copy>
<copy todir=".">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
ext=".properties"
includes="**/*_ko_KR.msg"/>
<copy todir="src/">
<fileset dir="org.eclipse.birt.report.engine.emitter.config.html/src"/>
<fileset dir="${buildDirectory}/plugins/org.eclipse.birt.report.engine.emitter.config.html/src"/>
<globmapper from="*.properties" to="*_en.properties"/>
</copy>
<copy todir=".">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
ext=".properties"
includes="**/*_ko_KR.msg"/>
<copy todir="src/">
<fileset dir="org.eclipse.birt.report.engine.emitter.config/src"/>
<fileset dir="${buildDirectory}/plugins/org.eclipse.birt.report.engine.emitter.config/src"/>
<globmapper from="*.properties" to="*_en.properties"/>
</copy>
<copy todir=".">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
ext=".properties"
includes="**/*_ko_KR.msg"/>
<copy todir="src/">
<fileset dir="org.eclipse.birt.report.engine.emitter.config.pdf/src"/>
<fileset dir="${buildDirectory}/plugins/org.eclipse.birt.report.engine.emitter.config.pdf/src"/>
<globmapper from="*.properties" to="*_en.properties"/>
</copy>
<copy todir=".">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
ext=".properties"
includes="**/*_ko_KR.msg"/>
<copy todir="src/">
<fileset dir="org.eclipse.birt.report.engine.emitter.config.postscript/src"/>
<fileset dir="${buildDirectory}/plugins/org.eclipse.birt.report.engine.emitter.config.postscript/src"/>
<globmapper from="*.properties" to="*_en.properties"/>
</copy>
<copy todir=".">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
ext=".properties"
includes="**/*_ko_KR.msg"/>
<copy todir="src/">
<fileset dir="org.eclipse.birt.report.engine.emitter.config.ppt/src"/>
<fileset dir="${buildDirectory}/plugins/org.eclipse.birt.report.engine.emitter.config.ppt/src"/>
<globmapper from="*.properties" to="*_en.properties"/>
</copy>
<copy todir=".">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
ext=".properties"
includes="**/*_ko_KR.msg"/>
<copy todir="src/">
<fileset dir="org.eclipse.birt.report.engine.emitter.config.wpml/src"/>
<fileset dir="${buildDirectory}/plugins/org.eclipse.birt.report.engine.emitter.config.wpml/src"/>
<globmapper from="*.properties" to="*_en.properties"/>
</copy>
<copy todir=".">
Expand Down

0 comments on commit 97f3eb1

Please sign in to comment.