tdiesler / fabric8poc

POC for the new Fabric8 API
Apache License 2.0
2 stars 5 forks source link

Use consistent package naming #23

Closed tdiesler closed 10 years ago

tdiesler commented 10 years ago

Currently we have

io.fabric8.container.karaf   
io.fabric8.container.tomcat  
io.fabric8.container.wildfly     
io.fabric8.container.wildfly.connector   
io.fabric8.karaf.attributes  
io.fabric8.tomcat.attributes     
io.fabric8.wildfly.attributes

The attributes packages should move to their respective container packages (preferred). Alternatively 'container' could be dropped, which may grow confusing when more containers are added

tdiesler commented 10 years ago

Done