home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
DOS/V Power Report 1998 October
/
VPR9810B.BIN
/
IBM_OS
/
JDK116
/
JAVAINUF.ZIP
/
java116.adf
< prev
next >
Wrap
Text File
|
1998-04-30
|
4KB
|
110 lines
*****************************************************************
* This is an example Java 1.1.6 ADF file.
* It employs an OS/2 command file JAVADF.CMD to invoke CLIFI
* on the client and install Java 1.1.6.
* Before making any modifications to this file please refer to
* NetFinity TME10 documentation and use the ADF file provided
* there, SVSERVER.ADF, as an example.
***************************************************************
* ***************************************************************
* The @DEF section describes general attributes of the software.
* You MUST not change the Keywords, you only need to provide
* values for them. For example, in the line
* Name = <software-short-name>
* you MUST not change the keyword Name, but you need to customize
* the <software-short-name>.
* Here is the description of each keyword:
* ***************************************************************
@DEF
* ***************************************************************
* Descr is the icon title
* Name is the short name of the product (max. 16 char)
* BaseProd is the short name of the Package that is the product name without
* explicit references to the version/release.
* Release is the version/release of the product (no dots allowed)
* Level is the maintenance Level of the product
* Platform is the required Operating System: OS2 or DOS
* Category is the type of application: OpSys, LANTran, SWDistr, Appl, CSD
* Language is the NLS version of the product
* Manufacturer is the name of the company that produced the package
* ***************************************************************
Description "Java 1.1.6"
Name JAVA116
BaseProd Java
Release 0011
Level 06
Platform OS2
Category Application
Language US_EN
Manufacturer IBM
FileList java116.adf
@ENDDEF
******************************************************************
@VAR
* *********************************************************************
* The following included file contains variables about the set-up of
* the code server
* *********************************************************************
@INCLUDE CODESERV.VAR
* **************************************************************
* The following section contains the command to install and
* uninstall the product
* Use special symbols
* $S to specify the path containing the product images
* $R to specify the response file
* $B to specify the boot drive
* $L1-5 to specify up to 5 log files
* $L to specify the first log file
* Each of them as a correspondant SDM_xxxxxx keyword in the
* SDMCMDS.VAR that translates the command in the Software
* distribution format.
* Note:
* It is reccomended to specify the drive or directory where to install
* the software as a keyword of the response file rather than a parameter
* of the command line.
* **************************************************************
Section Commands
{
InstallProgram
{
"javadf.cmd"
}
InstallParms
{
"$S $L1 $L2"
}
UninstallAllowed { 1 }
UninstallWithRSP { 1 }
UninstallProgram
{
"javadf.cmd"
}
UninstallParms
{
"$S $L1 $L2 U"
}
}
@ENDVAR
* ***********************************************************************
* Change File Profile skeleton section
* -------------------------------------------
* WARNING: do not change the lines between @MCF and @ENDMCF
* ***********************************************************************
@MCF
@INCLUDE CID.MCF
@ENDMCF
*************************************************************************
* Response File skeleton section
* --------------------------------------------
* Specify the name of the model response file in the include statement;
* the model R/F is a skeleton of a response file with place-holders
* instead of keyword value and conditional statements to include or exclude
* part of the file, depending on the value of some configuration keywords.
*************************************************************************
@MRF
@ENDMRF
*End of File