Hi all,

We are starting to grow quite a big number of NXRuntime extensions and it's
getting hard to guess what XML file is responsible for each feature in the final
Nuxeo app.

As the jar archives need a naming convention to tidy things a bit (-> lowercase
now), we need a naming convention for XML files that are provider or consumers
of extension points.

Here is my proposal:

- extensions contributors (that register stuff at extension points) should be 
named:

{lowercasenameofcomponent}-bundle-contrib.xml

- components that register extension-points to accept contributions should be 
named:

{lowercasenameofcomponent}-bundle-xpoints.xml

- they are also components that are both provider and consumers at the same
time: should we split their defintions into to seperate files or use a single
-bundle.xml file?

The final goal is being able to do a shift-ctrl-r (resource search) for
something like *-bundle-*.xml and get all interesting information at a glance.

Please feel free to comment and I'll add a Jira issue to track the renaming task
once we reach an agreement on the naming convention (an agreement means three 
+1 :).

-- 
Olivier

_______________________________________________
ECM mailing list
[email protected]
http://lists.nuxeo.com/mailman/listinfo/ecm

Reply via email to