Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[eclipse.org-architecture-council] include schemas in runtime or source bundles?

Hi,

I am looking for a guideline how to ship extension point schemas.

So far we have only shipped schemas in source bundles that are
distributed in SDK features. A consumer of a Mylyn extension point
requested though that we make extension point schemas available in
runtime bundles [1] to make them accessible to PDE without requiring
sources.

We were following platform but considering that a lot more people will
have the Eclipse SDK installed than the Mylyn SDK I am wondering if
platform is the best example in this case. Schemas are usually only a
few kb so it shouldn't contribute much to the distribution size to
include them and may encourage adoption of extensions that are mostly
declared through XML and don't require much coding and hence sources
anyways.

How are other projects dealing with this? Is there relevant
documentation or a policy that I missed?

Thanks,

Steffen

[1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=351461

-- 
Steffen Pingel
Committer, http://eclipse.org/mylyn
Senior Developer, http://tasktop.com


Back to the top