This is the eclipse .classpath
file of the eclipse plugin program that I downloaded.
I think that kind="src"
and kind="output"
is pretty straight forward, as they means the where the source java files and compiled class files are located.
The kind="lib"
seems to indicate the jar files the plugin is referencing, but I have something that I'm not sure about.
- What does the
kind="con"
mean? - What is it for the
exported="true"
? I think in order to use this plugin, all the jar files that the plugin refers to should be exported, but only some of them are exported.