Re: svn commit: r1634381 - in /directory/studio/branches/studio-tycho/plugins: aciitemeditor/META-INF/MANIFEST.MF schemaeditor/META-INF/MANIFEST.MF valueeditors/META-INF/MANIFEST.MF

2014-10-26 Thread Emmanuel Lécharny
I stefan, I have a question : why is it necessary to remove the version from the import package? Isn't it better to enforce the use of a specific version ? (just wondering...) Le 26/10/14 20:05, seelm...@apache.org a écrit : > Author: seelmann > Date: Sun Oct 26 19:05:52 2014 > New Revision: 16

Re: svn commit: r1634381 - in /directory/studio/branches/studio-tycho/plugins: aciitemeditor/META-INF/MANIFEST.MF schemaeditor/META-INF/MANIFEST.MF valueeditors/META-INF/MANIFEST.MF

2014-10-26 Thread Stefan Seelmann
Hi Emmanuel, I removed it for now because Eclipse complained about the version "2.4" of commons.io, the right OSGi version would be 2.4.0. Also for Import-Package it must be named "version", not "bundle-version" (in valueeditor). As far as I understand that named version is the minimum version, no

Re: svn commit: r1634381 - in /directory/studio/branches/studio-tycho/plugins: aciitemeditor/META-INF/MANIFEST.MF schemaeditor/META-INF/MANIFEST.MF valueeditors/META-INF/MANIFEST.MF

2014-10-26 Thread Emmanuel Lécharny
Le 26/10/14 21:13, Stefan Seelmann a écrit : > Hi Emmanuel, > > I removed it for now because Eclipse complained about the version "2.4" > of commons.io, the right OSGi version would be 2.4.0. I think that 2.4 will get extended automatically to 2.4.0. In fact, 2.4 stands for 2.4.* : http://www.ecl

Re: svn commit: r1634381 - in /directory/studio/branches/studio-tycho/plugins: aciitemeditor/META-INF/MANIFEST.MF schemaeditor/META-INF/MANIFEST.MF valueeditors/META-INF/MANIFEST.MF

2014-10-27 Thread Emmanuel Lécharny
Le 26/10/14 21:13, Stefan Seelmann a écrit : > Hi Emmanuel, > > I removed it for now because Eclipse complained about the version "2.4" > of commons.io, the right OSGi version would be 2.4.0. Also for > Import-Package it must be named "version", not "bundle-version" (in > valueeditor). After having