Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [mobile-iwg] Additional MTJ projects request

Title: Re: [mobile-iwg] Additional MTJ projects request
Hi David,

The first one is for the tool that will generate the metadata for SDK provider repositories. Our options for generating the metadata are to write a tool to call into p2 code to generate it, or to have each SDK provider hand-generate the xml from some instructions or a template of some sort. The latter is not very robust because the formats might change as p2 changes, so creating a tool is preferable. However, we would not want to deploy such a tool to an end user’s eclipse installation so it makes sense that the code for the tool be in a separate bundle.

The second one is for the engine unit tests. We would also not want to deploy unit tests to an end user’s installation, so again this code should reside in its own bundle.

The only existing two projects, org.eclipse.mtj.pulsar.core and org.eclipse.mtj.pulsar.ui are for the engine and ui code that would be deployed to end user’s eclipse installations.

BR,

David Dubrow
david.dubrow@xxxxxxxxx


On 4/23/09 2:17 PM, "ext David Marques" <wtv368@xxxxxxxxxxxx> wrote:

Hello David,

    Can you please give us a little overview of these two projects ??

Regards,

David Marques

David.Dubrow@xxxxxxxxx wrote:
Additional MTJ projects request  Hi Christian,
 
Would someone be able to add a couple of additional projects to the MTJ repository?
Specifically, we need one for the metadata generator tool and another for unit tests:
org.eclipse.mtj.pulsar.metadata.generator
org.eclipse.mtj.pulsar.core.tests
 
Also, we plan to not have mtj in the package names to make it easier to migrate the code out of MTJ later, so the package names will be org.eclipse.pulsar..., unless there is some objection to that.
 
Thanks,
 
David Dubrow
 david.dubrow@xxxxxxxxx
 
  



_______________________________________________
mobile-iwg mailing list
mobile-iwg@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/mobile-iwg
  



Back to the top