opends-dsml-gateway_proto.py revision 515098fa80f86c2e6a61374cce740cfe8f63dce0
0N/A#!/usr/bin/env python
2362N/A# -*- coding: utf-8 -*-
0N/A#
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
2362N/A# Common Development and Distribution License, Version 1.0 only
0N/A# (the "License"). You may not use this file except in compliance
2362N/A# with the License.
0N/A#
0N/A# You can obtain a copy of the license at
0N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
0N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at
0N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
0N/A# add the following below this CDDL HEADER, with the fields enclosed
2362N/A# by brackets "[]" replaced with your own identifying information:
2362N/A# Portions Copyright [yyyy] [name of copyright owner]
2362N/A#
0N/A# CDDL HEADER END
0N/A#
0N/A#
0N/A# Copyright 2009 Sun Microsystems, Inc.
0N/A#
0N/Apkg = {
0N/A "name" : "opends-dsml-gateway",
0N/A "version" : "@{version}",
0N/A "attributes" : {
0N/A "pkg.summary" : "OpenDS DSML Gateway",
0N/A "info.classification" : "Directory Services",
0N/A "pkg.description" : "OpenDS DSML Gateway WAR File"
0N/A },
0N/A
0N/A "dirs" : {
0N/A "opends" : {"mode" : "0755"},
0N/A "opends/dsml" : {"mode" : "0755"},
0N/A },
0N/A
0N/A "dirtrees" : [ "opends/dsml" ],
0N/A
0N/A "licenses" : {
0N/A "opends/dsml/legal-notices/OpenDS.LICENSE" : {"license" : "CDDLv1.0" },
0N/A }
0N/A}
0N/A
0N/A