Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[tycho-dev] Tycho code using "org.eclipse.sisu" package namespace?

Hi,

I've noticed some code in the Tycho git repository is using the "org.eclipse.sisu" package namespace, for example:

   http://git.eclipse.org/c/tycho/org.eclipse.tycho.git/tree/sisu-equinox/sisu-equinox-api/src/main/java/org/eclipse/sisu/equinox/EquinoxServiceFactory.java

This code should use "org.eclipse.tycho" otherwise people might get confused which project is responsible for it :)

--
Cheers, Stuart

Back to the top