Used for tagging text files to achieve font, color, graphic, and hyperlink effects on web pages.
File ExtensionsÂ
Name | Description |
---|
.html | Hypertext Markup Language is a standardized system for tagging text files. |
Attributes
Name | Description | Default Value | Supported Values |
---|
Source | Object Source Location Type | SCM | SCM |
Target Location | Path to where the file should be deployed to. | $OA_HTML/ |
|
Related Project Properties
Name | Description | Default Value |
---|
| Source folder for web files (e.g. web). | html |
| Target directory for html files (e.g. $XXAR_TOP/html). | $OA_HTML |
Sample Build CommandsÂ
N/A - Build commands not supported for this type.
Sample Deploy CommandsÂ
Code Block |
---|
language | bash |
---|
theme | EclipseRDark |
---|
|
cp $SOURCE_FILE $OA_HTML/; |
Considerations
None