> -----Original Message-----
> From: Richard S. Hall [mailto:[EMAIL PROTECTED]
> Sent: Wednesday, January 04, 2006 8:44 AM
> To: [email protected]
> Subject: New repository structure
>
> Okay, I have taken a first pass at making the framework
> subproject conform to the newly defined svn repository
> structure. I think I may still need to move some resources
> around when it comes time to "mavenize" the framework build
> process, but for now I am still using ant to build the framework.
>
Let me know when you're ready. I can help with this. Alex probably can
too, but I know he's pretty much tapped out right now.
> I tried to clean up the trunk/ directory. We probably need to
> decide what to do with the tools/ directory, which contains
> the maven plugin, since it currently does not conform to our
> repo structure/naming guide.
>
> Timothy, did you have a plan for this?
>
:) Not exactly. It suppose it needs to be flattened out like the rest
of the trunk, with each of the tools becoming it's own separate project.
I'm guessing we don't want multiple projects under tools.
With that in mind, here's my suggestion for the tools restructuring
(including the existing framework restructuring you've already done):
felix/
trunk/
org.apache.felix.framework/
javax.servlet/
...
org.apache.felix.tools.maven.plugin.osgi/
org.apache.felix.tools.maven.archetype.osgi/
org.apache.felix.tools.product.plugin/
...
releases/
org.apache.felix.framework-0.8.0/
javax.servlet-2.5/
...
org.apache.felix.tools.maven.plugin.osgi-0.3.0/
org.apache.felix.tools.maven.archetype.osgi-1.0/
org.apache.felix.tools.product.plugin-1.0/
...
WDYT?
If this is ok, the