4330N/A#!/usr/bin/env python
4330N/A# -*- coding: utf-8 -*-
4330N/A#
4330N/A# CDDL HEADER START
4330N/A#
4330N/A# The contents of this file are subject to the terms of the
4330N/A# Common Development and Distribution License, Version 1.0 only
4330N/A# (the "License"). You may not use this file except in compliance
4330N/A# with the License.
4330N/A#
4330N/A# You can obtain a copy of the license at
4330N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE
4330N/A# or https://OpenDS.dev.java.net/OpenDS.LICENSE.
4330N/A# See the License for the specific language governing permissions
4330N/A# and limitations under the License.
4330N/A#
4330N/A# When distributing Covered Code, include this CDDL HEADER in each
4330N/A# file and include the License file at
4330N/A# trunk/opends/resource/legal-notices/OpenDS.LICENSE. If applicable,
4330N/A# add the following below this CDDL HEADER, with the fields enclosed
4330N/A# by brackets "[]" replaced with your own identifying information:
4330N/A# Portions Copyright [yyyy] [name of copyright owner]
4330N/A#
4330N/A# CDDL HEADER END
4330N/A#
4330N/A#
4330N/A# Copyright 2009 Sun Microsystems, Inc.
4330N/A#
4330N/A
4330N/Apkg = {
4330N/A "name" : "opends",
4330N/A "version" : "@{version}",
4330N/A "attributes" : {
4588N/A "pkg.summary" : "OpenDS Open Source Java LDAP Directory Service",
4330N/A "info.classification" : "Directory Services",
4588N/A "pkg.description" : "Core components of the OpenDS Open Source Java LDAP \
4588N/ADirectory Service. OpenDS is a free and comprehensive next generation directory service based on \
4588N/ALDAP and DSML. OpenDS is designed to address large deployments, to provide high performance, \
4588N/Ato be highly extensible, and to be easy to deploy, manage and monitor.",
4588N/A "pkg.detailed_url" : "https://www.opends.org/wiki",
4588N/A "info.maintainer_url" : "http://www.opends.org/",
4588N/A "info.upstream_url" : "http://www.opends.org/",
4330N/A },
4330N/A
4330N/A "dirs" : {
4330N/A "opends" : {"mode" : "0755"},
4330N/A },
4330N/A
4330N/A "excludefiles" : [
4330N/A "opends/dsml/opends-dsml.war",
4330N/A "opends/dsml/legal-notices/OpenDS.LICENSE",
4330N/A ],
4330N/A "files": {
4330N/A "opends/config/messages/password-reset.template" : {"preserve":"strawberry"},
4330N/A "opends/config/messages/account-unlocked.template" : {"preserve":"strawberry"},
4330N/A "opends/config/messages/password-expired.template" : {"preserve":"strawberry"},
4330N/A "opends/config/messages/account-expired.template" : {"preserve":"strawberry"},
4330N/A "opends/config/messages/account-temporarily-locked.template" : {"preserve":"strawberry"},
4330N/A "opends/config/messages/account-permanently-locked.template" : {"preserve":"strawberry"},
4330N/A "opends/config/messages/password-expiring.template" : {"preserve":"strawberry"},
4330N/A "opends/config/messages/account-idle-locked.template" : {"preserve":"strawberry"},
4330N/A "opends/config/messages/account-disabled.template" : {"preserve":"strawberry"},
4330N/A "opends/config/messages/account-enabled.template" : {"preserve":"strawberry"},
4330N/A "opends/config/messages/password-changed.template" : {"preserve":"strawberry"},
4330N/A "opends/config/messages/account-reset-locked.template" : {"preserve":"strawberry"},
4330N/A "opends/config/MakeLDIF/cities" : {"preserve":"strawberry"},
4330N/A "opends/config/MakeLDIF/first.names" : {"preserve":"strawberry"},
4330N/A "opends/config/MakeLDIF/last.names" : {"preserve":"strawberry"},
4330N/A "opends/config/MakeLDIF/states" : {"preserve":"strawberry"},
4330N/A "opends/config/MakeLDIF/example.template" : {"preserve":"strawberry"},
4330N/A "opends/config/MakeLDIF/streets" : {"preserve":"strawberry"},
4330N/A "opends/config/config.ldif" : {"preserve":"strawberry"},
4330N/A "opends/config/admin-backend.ldif" : {"preserve":"strawberry"},
4330N/A "opends/config/java.properties" : {"preserve":"strawberry"},
4330N/A "opends/config/wordlist.txt" : {"preserve":"strawberry"},
4330N/A "opends/config/tools.properties" : {"preserve":"strawberry"},
4330N/A "opends/config/buildinfo" : {"preserve":"strawberry"},
4330N/A },
4330N/A
4330N/A "dirtrees" : [
4330N/A "opends"
4330N/A ],
4330N/A
4330N/A "licenses" : {
4330N/A "opends/legal-notices/OpenDS.LICENSE" : {"license" : "CDDLv1.0" },
4330N/A "opends/legal-notices/THIRDPARTYREADME.txt" : {"license" : "Third party" },
4330N/A }
4330N/A}
4330N/A