Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse-pmc] API addition request

I approve the addition and have marked it in the bug report.

Dani


From:
Ankur Sharma2 <ankur_sharma@xxxxxxxxxx>
To:
eclipse-pmc@xxxxxxxxxxx
Cc:
Daniel Megert/Zurich/IBM@IBMCH
Date:
03.06.2011 13:51
Subject:
[eclipse-pmc] API addition request




PDE is requesting approval for the addition of an API constant to an
interface in support of Bug 348077 (Increment version available for 
plug-in
creation) https://bugs.eclipse.org/348077
The constant is for identifying the Eclipse bundles developed for 3.7. It
is only exposed as an API and not used elsewhere. There is no risk 
involved
in adding the constant to this interface which is marked @noimplement and
@noextend.

 The proposed addition look like this:

                 /**
                  * Identifies bundles developed for Eclipse 3.7, value is 
<code>"3.7"
</code>.
                  * @since 3.7
                  */
                 public static final String VERSION_3_7 = 
ICoreConstants.TARGET37;

The Javadoc for the interface 'IBundleProjectDescription' is

/**
 * Describes a project representing an OSGi bundle. Used to create or
modify
 * artifacts associated with a bundle project. A bundle project 
description
can be
 * created for an {@link IProject} via {@link
IBundleProjectService#getDescription(IProject)}.
 *
 * @since 3.6
 * @noimplement This interface is not intended to be implemented by
clients.
 * @noextend This interface is not intended to be extended by clients.
 */
public interface IBundleProjectDescription


Thanks,
Ankur..

_______________________________________________
eclipse-pmc mailing list
eclipse-pmc@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipse-pmc





Back to the top