Thierry
one of the problem we encountered is the following one with version 1
you have your package and tags
MyPackage
extensions
methods...
tagA
classA
classB
tagB
classC
Now what do we do if the user change the category of the class.
So we started to think that we should change class definition template
so that we get
category:'' -> package:''
tag: ''
but this was implying to check in a lot of places. After we will see may be we
will do it.
The idea of esteban was to see if we can first get rid of PackageInfo, then
in the future version of categories.
Stef