Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Convensions for Bundle Symbolic name

> Hi,
> 
> I'm about to add AssertJ to Orbit. What is our convention for the
> BundleSymbolicname?
> 
> GAV is org.assertj assertj-core 1.7.1

Building from the upstream repo [1], produces 'org.assertj.core'.
If the Orbit one will be identical, we can probably call it the
same thing, but if it differs in a significant way (we patch
their code, or add more code) we might consider calling it
'org.eclipse.orbit.assertj.core'.

https://wiki.eclipse.org/Bundle_Naming discusses the various
issues pretty well.

Cheers,
-- 
Roland Grunberg

[1] https://github.com/joel-costigliola/assertj-core/


Back to the top