I have an RCP application for eclipse. I am trying to create a zip with Windows executable using tycho. I can successfully create eclipse-plugin projects, but when I publish the product, I get an error:
"The element org.eclipse.swt.win32.win32.x86_64.source 0.0.0 is included. Cannot determine the filter for the requirement for this element."
I checked my plugins folder in C: \ eclipse \ plugins and I see that I have org.eclipse.swt.win32.win32.x86_64.source_3.103.1.v20140903-1947. I'm not sure where tycho gets version as 0.0.0 from?
I wrote http://git.eclipse.org/c/tycho/org.eclipse.tycho-demo.git/tree/itp04-rcp to write POM, since my project structure is very similar, except that I have There are eclipse plugins instead of functions. Thanks.
source share