Hey Antonio, Am Sonntag, den 29.10.2017, 10:48 +0100 schrieb Antonio: > Currently NetBeans modules define themselves the exact version of > third-party binaries, for instance: > > netbinox depends on org.eclipse.osgi_3.9.1.v20140110-1610 > and > o.eclipse.core.runtime depends on org.eclipse.core.runtime-3.7.0 > > Would it be a good idea to specify the exact versions of these in a > separate, centralized, release-specific version file?
I would not try to reinvent the wheel right now. What I would try: - create a libs.eclipseruntime - let that hold the binaries - modify o.eclipse.core.runtime to depended on that - modify nebinox to depend on that or let netbinox depend on o.eclipse.core.runtime. Greetings Matthias
