# Configuration for netlabs.org Open Source Archive Client and Administrator #* ***** BEGIN LICENSE BLOCK ***** # Version: CDDL 1.0 # # The contents of this file are subject to the COMMON DEVELOPMENT AND # DISTRIBUTION LICENSE (CDDL) Version 1.0 (the "License"); you may not use # this file except in compliance with the License. You may obtain a copy of # the License at http://www.sun.com/cddl/ # # Software distributed under the License is distributed on an "AS IS" basis, # WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License # for the specific language governing rights and limitations under the # License. # # The Original Code is # "netlabs.org Open Source Archive Administrator/Client" # # The Original Distribution Package is named # "netlabs.org Open Source Archive Administrator/Client" # and maintained and distributed by the Initial Developer # and/or netlabs.org only. # # In addition to the CDDL the following applies: # If you modify the Original Code, you may distribute it only # as a part of a distribution package where # - the name of the package, created directories or # OS2.INI entries do not contain any of the terms # - "netlabs.org Open Source Archive" # - "NOSA" # - "NOSAC" # - "NOSAADM" # - neither netlabs.org nor the Initial Developer is stated as # the vendor or originator of the resulting Distribution Package, # which contains the Modified Code. # # The Initial Developer of the Original Code is # netlabs.org: Christian Langanke . # Portions created by the Initial Developer are Copyright (C) 1999-2008 # the Initial Developer. All Rights Reserved. # # Contributor(s): # # ***** END LICENSE BLOCK ***** */ # NOTE: conditional statements not supported in this file !!! # --- program specific literals ADMIN_FILESTEM=nosaadm ADMIN_SHORTNAME=NOSAADM ADMIN_PROGTYPE=Administrator CLIENT_FILESTEM=nosac CLIENT_SHORTNAME=NOSAC CLIENT_PROGTYPE=Client # --- common values NAME=netlabs.org Open Source Archive FULLNAME=netlabs.org Open Source Archive Client/Administrator SHORTNAME=NOSA FILESTEM=nosa VENDOR=netlabs.org AUTHOR=Christian Langanke EMAIL=cla@clanganke.de YEARS=1999-2008 HOMEPAGE=http://nosa.netlabs.org # --- version info # add beta or rc info to: VERSIONLIT VERSION VERSIONBLD VERSIONLIT=V1.10 VERSION=110 VERSIONBLD=1.10.1100 REVISION=0 PATCH=0 # --- WarpIN package specific values TARGETDIR=$(WARPIN_DEFAULTTOOLSPATH) # --- required programs REQUIREDLIST=CVS.EXE CVSPW.EXE EMX.DLL ZIP.EXE UNZIP.EXE PROGRAM_CVS=CVS.EXE of CVS PROGRAM_CVSPW=CVSPW.EXE of CVS PROGRAM_EMX=EMX Runtime 0.9d PROGRAM_ZIP=ZIP.EXE of InfoZIP PROGRAM_UNZIP=UNZIP.EXE of InfoZIP