Plug-in Manifest Builder
Join the DZone community and get the full member experience.
Join For FreePlug-in Manifest Builder or in short, manifest builder is contributed by
PDE through org.eclipse.pde.core plug-in. This is the builder that
would compile your plug-in each you change plug-in dependencies, modify
build.properties, change classpath, add or remove libraries, save your
code/classes. It compiles the plug-in and validate that required files
(plugin.xml, etc) are in place and in correct shape.
You may have a look atĀ org.eclipse.pde.internal.core.builders.ManifestConsistencyChecker for the exact details.
The Plug-in Manifest Compiler preference page has a bunch of options that control the problem severity generated by the builder.
From http://blog.ankursharma.org/2011/07/plug-in-manifest-builder.html
Manifest (transportation)
Opinions expressed by DZone contributors are their own.
Trending
-
How To Manage Vulnerabilities in Modern Cloud-Native Applications
-
Revolutionizing Algorithmic Trading: The Power of Reinforcement Learning
-
Working on an Unfamiliar Codebase
-
The Role of AI and Programming in the Gaming Industry: A Look Beyond the Tables
Comments