mirror of
https://github.com/overcuriousity/autopsy-flatpak.git
synced 2025-07-08 14:19:32 +00:00
37 lines
1.1 KiB
HTML
37 lines
1.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
<html>
|
|
<head>
|
|
<title>Ant-contrib Tasks: Osfamily</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Osfamily</h1>
|
|
|
|
<p>Task definition for the <code>OsFamily</code> task. This task
|
|
sets the property indicated in the "property" attribute
|
|
with the string representing the operating system family.
|
|
Possible values include "unix", "dos",
|
|
"mac", "os/2", "os/400",
|
|
"z/os", "tandem" and "windows".</p>
|
|
|
|
<h2>Parameters</h2>
|
|
<table border="1" cellpadding="2" cellspacing="0">
|
|
<tr>
|
|
<th>Attribute</th>
|
|
<th>Description</th>
|
|
<th>Required</th>
|
|
</tr>
|
|
<tr>
|
|
<td valign="top">property</td>
|
|
<td valign="top">The name of the property to set with the OS
|
|
family name.</td>
|
|
<td align="center" valign="top">Yes.</td>
|
|
</tr>
|
|
</table>
|
|
<hr>
|
|
<p align="center">Copyright © 2002-2003 Ant-Contrib Project. All
|
|
rights Reserved.</p>
|
|
|
|
</body>
|
|
</html>
|