co-stig / opencompare

Open Compare is a generic open-source compare tool
MIT License
2 stars 0 forks source link

Use built-in OSGi mechanisms for registering factories #3

Open co-stig opened 9 years ago

co-stig commented 9 years ago

Currently all factories are registered in Activators. There are better (declarative) ways for doing that, see http://blog.knowhowlab.org/2010/10/osgi-tutorial-4-ways-to-activate-code.html

co-stig commented 9 years ago

Now there are also Options registered in Activators.