Return-Path: X-Original-To: apmail-ant-notifications-archive@minotaur.apache.org Delivered-To: apmail-ant-notifications-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id ED01B10BD7 for ; Sat, 4 Jan 2014 17:25:41 +0000 (UTC) Received: (qmail 92577 invoked by uid 500); 4 Jan 2014 17:25:41 -0000 Delivered-To: apmail-ant-notifications-archive@ant.apache.org Received: (qmail 92497 invoked by uid 500); 4 Jan 2014 17:25:41 -0000 Mailing-List: contact notifications-help@ant.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ant.apache.org Delivered-To: mailing list notifications@ant.apache.org Received: (qmail 92490 invoked by uid 99); 4 Jan 2014 17:25:39 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jan 2014 17:25:39 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 04 Jan 2014 17:25:37 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id A76FC23888D7 for ; Sat, 4 Jan 2014 17:25:16 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1555377 - /ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/ClasspathSetupEditor.java Date: Sat, 04 Jan 2014 17:25:16 -0000 To: notifications@ant.apache.org From: hibou@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20140104172516.A76FC23888D7@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hibou Date: Sat Jan 4 17:25:16 2014 New Revision: 1555377 URL: http://svn.apache.org/r1555377 Log: Better wording Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/ClasspathSetupEditor.java Modified: ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/ClasspathSetupEditor.java URL: http://svn.apache.org/viewvc/ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/ClasspathSetupEditor.java?rev=1555377&r1=1555376&r2=1555377&view=diff ============================================================================== --- ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/ClasspathSetupEditor.java (original) +++ ant/ivy/ivyde/trunk/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/internal/eclipse/ui/ClasspathSetupEditor.java Sat Jan 4 17:25:16 2014 @@ -86,7 +86,7 @@ public class ClasspathSetupEditor extend readOSGiMetadataCheck = new Button(this, SWT.CHECK); readOSGiMetadataCheck.setLayoutData(new GridData(GridData.FILL, GridData.FILL, true, false, 2, 1)); - readOSGiMetadataCheck.setText("Read OSGi metadata"); + readOSGiMetadataCheck.setText("Read and setup OSGi visibility metadata"); readOSGiMetadataCheck .setToolTipText("Will setup access rules regarding OSGi metadata like Export-Package"); readOSGiMetadataCheck.setEnabled(osgiAvailable);