[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.platform] Re: classes appearing twice in my plugin
|
Here's the contents of my build.properties file:
source.. = src/
output.. = bin/
bin.includes = plugin.xml,\
.,\
plugin.properties,\
icons/,\
META-INF/,\
bin/
src.includes = src/,\
.,\
plugin.xml,\
plugin.properties,\
icons/,\
META-INF/,\
bin/
Rich Kulp wrote:
Hi,
Could you give a copy of your build.properties?
Derek wrote:
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
--
Derek