Custom Build jQuery Namespace (NOT $ or _$)

Custom Build jQuery Namespace (NOT $ or _$)

We would like to consume jQuery as a library but need to define the namespace specific to our application and allowing consumers of our application to not be depended on our code as well as not wanting to require the developers to add jQuery noConflict.  ~ this is a design requirement ~

How would we go about recompile jQuery to have the global variable to be something other then $ or _$; more like pvt$ that only we have use.  

We don't want to add any new logic to jQuery but should be able to later upgrade to a newer version of jQuery if needed and recompiling to maintain the namespace variable.