I make the following changes: qx -> qxe

root
  I---tools
  I       I---source
  I                I---class
  I                        I---qxe
  I                               I---ui
  I                                      I---A
  I                                      I---B
  I---App

in A and B directories I have two new widgets created. I want to access them 
from the application App.

the App/config.json:

    "libraries" :
    {
      "library" :
      [
        {
          "manifest" : "../tools/trunk/Manifest.json"
        }
      ]
    }

the tools/trunk/Manifest.json:

  "provides" :
  {
    "namespace"   : "qxe",
    "encoding"    : "utf-8",
    "class"       : "source/class",
    "resource"    : "source/resource",
    "translation" : "source/translation",
    "type"        : "contribution"
  }

and it works with one Manifest.json file.


I think this can be better documented!

It is a pity that we can not prune and graft to the existing name struture, qx. 
Don't you think it is useful?

Stefan

                                          
------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to