http://help.eclipse.org/mars/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Ftasks%2Fpde_rootfiles.htm
At this link it tell about root files: I simply put
root = file:README.txt
at build.properties of the plugin but it didn't work. What else I need to configure.
It says at this link ( http://help.eclipse.org/juno/index.jsp?topic=%2Forg.eclipse.pde.doc.user%2Freference%2Fpde_feature_generating_build.htm ) root is only valid at feauture. So what should I do create a feature and do this at its build.properties ? What will happen to my plugins ? Do I need to add my plugins and the new feature at .product file ?