i in middle of generating update site eclipse plugin. currently, using eclipse pde build process generate site consisting of 3 features including feature created me consisting of details regarding 6 bundles , features representing gmf runtime sdk , gmf tooling sdk.
but instead of putting plugins , features related gmf runtime sdk , gmf tooling sdk in plugins , feature folder respectively of update site , want them installed eclipse site.
however md5 hash being generated in artifacts.xml file seems creating trouble , getting "md5 hash not expected" errors.
my basic purpose install gmf runtime sdk , gmf tooling sdk along installation of plugin since both of them required proper functioning of plugin.
could please guys help?
please let me know if need further information.
well got answer question.
in feature.xml file , added gmf runtime , tooling dependancies.
hence during installation , eclipse takes care of installing required
plugins i.e gmf runtime , tooling proper functioning of plugin.
Comments
Post a Comment