Sample Product User Interface Project File
Sample Product User Interface Project File
<Files> <File type="LRB" translate="XL" inputname="server\product\packages\WmDB\code\source\pub\resources\DBBundle.java" outputname="server\NLS\@lang@\product\packages\WmDB\code\source\pub\resources\DBBundle_@lang@.java"/> <File type="LRB" translate="XL" inputname="server\product\packages\WmDB\code\source\pub\resources\DBConnectionExceptionBundle.java" outputname="server\NLS\@lang@\product\packages\WmDB\code\source\pub\resources\DBConnectionExceptionBundle_@lang@.java"/> <File type="CSS" translate="XL" inputname="server\product\packages\WmDB\pub\b2bStyle.css" outputname="server\NLS\@lang@\product\packages\WmDB\pub\@lang@\b2bStyle.css"/> <File type="DSP" translate="XL" inputname="server\product\packages\WmDB\pub\db_user.dsp" outputname="server\NLS\@lang@\product\packages\WmDB\pub\@lang@\db_user.dsp"/> <File type="DSP" translate="XL" inputname="server\product\packages\WmDB\pub\db-alias.dsp" outputname="server\NLS\@lang@\product\packages\WmDB\pub\@lang@\db-alias.dsp"/> <File type="DSP" translate="XL" inputname="server\product\packages\WmDB\pub\db-connect.dsp" outputname="server\NLS\@lang@\product\packages\WmDB\pub\@lang@\db-connect.dsp"/> </Files>
Return to: Top of page
Notes for sample file elements:
-
<Files>
Begins the list of files for this project.
Return to: Top of page
-
<File type="LRB" translate="XL" inputname="server\product\packages\WmDB\code\source\pub\resources\DBBundle.java" outputname="server\NLS\@lang@\product\packages\WmDB\code\source\pub\resources\DBBundle_@lang@.java"/>
This is a typical file entry. It shows what type of file this is and whether to translate it or not. It shows the source file name with all directories relative to the product that was specified in the begin project element. It also shows the file name pattern to use for the target file. The @lang@ project variable is very useful here to get the correct language codes added to the directory structure and file name as needed.
The file types that are supported are:
LRB Java List Resource Bundle file. FFALRB List Resource Bundle file for FlatFile Adapter. ISMLRB List Resource Bundle file for ISM. PROP Java Properties Resource Bundle file. MC Message Catalog file. DSP DSP file. JS JavaScript file. CSS Cascading Style Sheet file. MIF FrameMaker MIF file. Return to: Top of page
-
</Files>
Ends the list of files for this project.
Return to: Top of page
Return to: Top of page
by Bill Rich