Return-Path: X-Original-To: apmail-directory-dev-archive@www.apache.org Delivered-To: apmail-directory-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 8154618AA5 for ; Thu, 2 Jul 2015 18:21:04 +0000 (UTC) Received: (qmail 75830 invoked by uid 500); 2 Jul 2015 18:21:04 -0000 Delivered-To: apmail-directory-dev-archive@directory.apache.org Received: (qmail 75779 invoked by uid 500); 2 Jul 2015 18:21:04 -0000 Mailing-List: contact dev-help@directory.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Apache Directory Developers List" Delivered-To: mailing list dev@directory.apache.org Received: (qmail 75498 invoked by uid 99); 2 Jul 2015 18:21:03 -0000 Received: from Unknown (HELO spamd2-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Jul 2015 18:21:03 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd2-us-west.apache.org (ASF Mail Server at spamd2-us-west.apache.org) with ESMTP id 828871A6510 for ; Thu, 2 Jul 2015 18:21:03 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd2-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.001 X-Spam-Level: X-Spam-Status: No, score=-0.001 tagged_above=-999 required=6.31 tests=[SPF_PASS=-0.001] autolearn=disabled Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd2-us-west.apache.org [10.40.0.9]) (amavisd-new, port 10024) with ESMTP id fHs0wHWPjESx for ; Thu, 2 Jul 2015 18:20:58 +0000 (UTC) Received: from amber.s12n.de (amber.s12n.de [109.239.48.183]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTP id 4739D21021 for ; Thu, 2 Jul 2015 18:20:58 +0000 (UTC) Received: from [83.133.179.102] (p5385B366.club.muc.ccc.de [83.133.179.102]) by amber.s12n.de (Postfix) with ESMTPSA id CD35F691 for ; Thu, 2 Jul 2015 20:20:57 +0200 (CEST) Subject: Re: [Studio] Adding a org.apache.directory.studio.common.ui.dialogs package in common.ui To: dev@directory.apache.org References: <55956B88.6010304@gmail.com> From: Stefan Seelmann Message-ID: <559580F4.50406@stefan-seelmann.de> Date: Thu, 2 Jul 2015 20:20:36 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.0.1 MIME-Version: 1.0 In-Reply-To: <55956B88.6010304@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Virus-Scanned: clamav-milter 0.98.7 at amber X-Virus-Status: Clean On 07/02/2015 06:49 PM, Emmanuel Lécharny wrote: > Hi, > > I'm willing to create a new package in common.ui, for Dialogs I want to > share across the plugins. Those Dialogs are extending the AddEditDialog, > which is used by the TableWidget. > > One exemple of such a Dialog that will be added into this packge is the > AttributeDialog, used to select an Attribute that will be added into a > Table. > > of course, that will require some modification in the exports, as this > is a new package. > > Do anyone has an objection ? No, as long as it's a subpackage of org.apache.directory.studio.common.ui or doesn't cause any split package issues. Go ahead. Kind Regards, Stefan