Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[virgo-dev] Tests & Equinox version

Hi,
 
I noticed in common.properties:
        org.eclipse.osgi.version=3.5.0.v20090311-1300
 
The value is used in quality.xml in the osgi.init target:
        <ivy:cachepath resolveId="equinox.classpath" pathid="equinox.classpath" organisation="org.eclipse.osgi"
                module="org.eclipse.osgi" revision="${org.eclipse.osgi.version}" type="jar" inline="true"
                log="download-only"/>
 
This would mean that the tests are running on 3.5 instead of 3.6. 
 
Is there another mechanism to get the correct Equinox version in the build or should I report a bug?
 
Regards,
Hristo Iliev
 

Back to the top