What's 'API Baseline' in Eclipse PDT

后端 未结 3 650
轮回少年
轮回少年 2021-02-19 05:53

Since upgrading to Eclipse 3.7, the Eclipse PDE plugin wants me to specify an \'API Baseline\' for all my Eclipse Plugin projects.

However there seems to be no documenta

3条回答
  •  囚心锁ツ
    2021-02-19 06:31

    From the PDE API Tools User Guide:

    An API baseline defines the state you want to compare your development workspace bundles against for the purposes of binary compatibility, bundle version numbers, and @since tags. For example, if you are developing bundles for Eclipse 3.4, you will use Eclipse 3.3 as your baseline.

提交回复
热议问题