| | |
| | | ! CDDL HEADER END |
| | | ! |
| | | ! Copyright 2006-2010 Sun Microsystems, Inc. |
| | | ! Portions Copyright 2011 AS |
| | | ! --> |
| | | |
| | | <stax> |
| | |
| | | ServerPackage='%s/%s' % (ZIPPATH,ZIPNAME) |
| | | |
| | | # The jdmkrt.jar can be included in the OpenDS archive |
| | | if not PRODUCTNAME.startswith('OpenDS'): |
| | | if not PRODUCTNAME.startswith('OpenDJ'): |
| | | ServerSNMPJarFile='addons/jdmkrt.jar' |
| | | else: |
| | | ServerSNMPJarFile='%s' % SNMP_OPENDMK_JARFILE |
| | |
| | | <!-- Build the DSML Gateway Dictionary --> |
| | | <script> |
| | | # The war file can be included in the OpenDS archive |
| | | if not PRODUCTNAME.startswith('OpenDS'): |
| | | if not PRODUCTNAME.startswith('OpenDJ'): |
| | | DSMLName='DSML.war' |
| | | DSMLPackage='addons/DSML.war' |
| | | else: |