| [news.eclipse.platform] Re: classes appearing twice in my plugin |
Hi,
Could you give a copy of your build.properties?
Hi,
I have just noticed that all of the classes in my plugins are appearing twice in the plugin.jar. For example, my com.xyz.plugin.jar contains
bin
|- com
|- xyz
|- plugin
|- Activator.class
com
|- xyz
|- plugin
|- Activator.class
That is, it contains the same .class files in both bin/com/xyz/plugin/... AND com/xyz/plugin/...
Any ideas why this is happening?
Thanks
-- Thanks, Rich Kulp