[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.tools] Re: Of interest to all: .va.properties vs. plugin.jars
|
In my plugin I had
<runtime>
<library name="runtime/mycode.jar"><export name="*"/></library>
</runtime>
But I could not get this to work with the plugin.jars, I tried:
runtime/mycode.jar=xxx
runtime\mycode.jar=xxx
runtime\\mycode.jar=xxx
Finally I changed the libray name to be "mycode.jar" and then it worked.
Shouldn't the plugin.jars support relative paths??
BTW I am using version .035